-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71275/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Benno Evers, and Greg Mann.
Bugs: MESOS-9934
https://issues.apache.org/jira/browse/MESOS-9934
Repository: mesos
Description
-------
This logic was missing from the initial implementation of agent
draining. When an agent became unreachable, and then reregistered
with the master, the master would not properly deactivate or drain
the agent.
Diffs
-----
src/master/master.cpp 31c7c97abecb92591369b417e2ef38a99cc09bac
src/tests/api_tests.cpp c2099674e742eaa08134c5e0a7cdab1734808119
Diff: https://reviews.apache.org/r/71275/diff/1/
Testing
-------
make check
Thanks,
Joseph Wu