----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17964/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Ben Mahler. Repository: mesos-git Description ------- I've seen a lot of users flummoxed over inability for scheduler and master to properly communicate. I'm hoping by changing some of these VLOGs to LOGs the problem is more obvious. The main theme of this change is to s/VLOG/LOG/ all those messages that are important (e.g., registration, shutdown, error etc) and do not occur very often in practice. Let me know what you think. Diffs ----- src/exec/exec.cpp 6c5c483967e7eca7bf9b0de1c98c575ca2878dbb src/sched/sched.cpp 153d4fe008250b52c6d87815dd5cf9f7fbb5370d Diff: https://reviews.apache.org/r/17964/diff/ Testing ------- make check Thanks, Vinod Kone