-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37908/#review96940
-----------------------------------------------------------



src/slave/slave.cpp (line 4226)
<https://reviews.apache.org/r/37908/#comment152635>

    I think VLOG(1) is more appropriate.



src/slave/slave.cpp (lines 4240 - 4248)
<https://reviews.apache.org/r/37908/#comment152638>

    Hum, why zero is a special case here? What if the RE initially returns 
10cpus, and due to some reaons, it returns nothing later. Do we still need to 
get notified about this change?
    
    I would suggest changing LOG(INFO) to VLOG(1) without other changes.


- Jie Yu


On Aug. 28, 2015, 10:19 p.m., Niklas Nielsen wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/37908/
> -----------------------------------------------------------
> 
> (Updated Aug. 28, 2015, 10:19 p.m.)
> 
> 
> Review request for mesos and Jie Yu.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Resource estimates are continuously written to the logs even though they are 
> empty (as with the majority of Mesos clusters at the moment). To reduce the 
> noise, this patch moves log lines for empty resources to VLOG(2).
> 
> 
> Diffs
> -----
> 
>   src/slave/slave.cpp 8cfad7b86675b10c98524174975828bbcf47aed2 
> 
> Diff: https://reviews.apache.org/r/37908/diff/
> 
> 
> Testing
> -------
> 
> make check - with and without the patch, verifying the log statements.
> 
> 
> Thanks,
> 
> Niklas Nielsen
> 
>

Reply via email to