-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54913/
-----------------------------------------------------------
Review request for mesos and Joris Van Remoortere.
Repository: mesos
Description
-------
Some Scheduler API calls ('KILL'/'SHUTDOWN') were missing info
level logging statements. In the case of `KILL', the logging
statement was there but was invoked in `killTask()` that is
no longer used by the scheduler driver.
Diffs
-----
src/master/master.cpp b664550d57ef9805bd23ea35ca7f9cd8f4b1ab78
Diff: https://reviews.apache.org/r/54913/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar