-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19006/
-----------------------------------------------------------
(Updated March 25, 2014, 12:09 p.m.)
Review request for mesos and Ben Mahler.
Changes
-------
Summary/Description updates
Summary (updated)
-----------------
Moved slave disconnection code out of Master::exited() into new
disconnect(Slave).
Bugs: MESOS-804
https://issues.apache.org/jira/browse/MESOS-804
Repository: mesos-git
Description (updated)
-------
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
-----
src/master/master.hpp a8ed5ec
src/master/master.cpp a951a7a
Diff: https://reviews.apache.org/r/19006/diff/
Testing
-------
make check
Thanks,
Adam B