-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19006/
-----------------------------------------------------------
(Updated March 26, 2014, 9:41 p.m.)
Review request for mesos and Ben Mahler.
Changes
-------
Rebased again, to prepare for rebasing dependent review 18381 (slave
authentication). Please review when you can, bmahler.
Bugs: MESOS-804
https://issues.apache.org/jira/browse/MESOS-804
Repository: mesos-git
Description
-------
Moved code to disconnect a checkpointing slave out of Master::exited() and into
a new disconnect(Slave), to be re-used by slave authentication code.
Also renamed deactivateSlave() to shutdownSlave(), since it actually sends a
ShutdownMessage and calls removeSlave(). This avoids confusion with
deactivateFramework, which is more analagous to disconnect(Slave).
Diffs (updated)
-----
src/master/master.hpp b6b9983
src/master/master.cpp 5d0ddb0
Diff: https://reviews.apache.org/r/19006/diff/
Testing
-------
make check
Thanks,
Adam B