----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56895/ -----------------------------------------------------------
Review request for mesos. Repository: mesos Description ------- With partition awareness, the agents are now allowed to re-register after they have been marked Unreachable. The executors are anyway terminated on the agent when it reboots so there is no harm in letting the agent keep its SlaveID, re-register with the master and reconcile the lost executors. This is a pre-requisite for supporting persistent/restartable tasks in mesos. Diffs ----- src/slave/slave.hpp 5049eb783b8ad7b9599f20c3701f7d3d654b4491 src/slave/slave.cpp 92564ff8fff06d1cb17192d374d355b4bb7d39d8 src/slave/state.hpp a497ce1f58fb8dc7718ee5bb10bc62dd7479efa5 src/slave/state.cpp f8e7cdd4df0a3c5d62d89edd11844527084f2baa src/tests/slave_recovery_tests.cpp 946a7bc4b78f56244633a0b2acb59381e3dbe7e7 Diff: https://reviews.apache.org/r/56895/diff/ Testing ------- Thanks, Megha Sharma
