-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23868/
-----------------------------------------------------------
Review request for mesos, Vinod Kone and Jiang Yan Xu.
Bugs: MESOS-1529
https://issues.apache.org/jira/browse/MESOS-1529
Repository: mesos-git
Description
-------
This is the first step in MESOS-1529.
If we get into a situation where the slave thinks it is registered, but the
master does not, then the slave should re-register. This situation can be often
be detected on the slave side when the slave is no longer receiving pings from
the master.
Diffs
-----
src/master/constants.hpp 8ace682bc58e4fae65038906a4abec5879f35020
src/slave/constants.hpp 97dc1b30fa81000ea60223c4059a0a64d27e91c4
src/slave/constants.cpp a75b1ef8eddeb55350810b36ac35136d2e5d6f9d
src/slave/slave.hpp a896bb66db5d8cd27ef02b6498c9db93cb0d525f
src/slave/slave.cpp 6f0e121bc06c3f98c43865c4808496b04aa13f2a
src/tests/slave_tests.cpp e45255a6f699e51bf09397da95a5a11edbabe591
Diff: https://reviews.apache.org/r/23868/diff/
Testing
-------
Added tests.
Thanks,
Ben Mahler