-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56895/
-----------------------------------------------------------
(Updated Feb. 21, 2017, 9:42 p.m.)
Review request for mesos.
Bugs: MESOS-6223
https://issues.apache.org/jira/browse/MESOS-6223
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 (updated)
-----
src/slave/slave.hpp 3b0aea4e3e9a17501077beccbccaab4abbe11af2
src/slave/slave.cpp 7564e8d39530794131dbbc928fcbc59fb65ef471
src/slave/state.hpp a497ce1f58fb8dc7718ee5bb10bc62dd7479efa5
src/slave/state.cpp f8e7cdd4df0a3c5d62d89edd11844527084f2baa
src/tests/slave_recovery_tests.cpp 0e295915fea0a7314e173857249bd8726eeccd76
Diff: https://reviews.apache.org/r/56895/diff/
Testing (updated)
-------
make check
Thanks,
Megha Sharma