-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50723/
-----------------------------------------------------------
(Updated Aug. 4, 2016, 7:17 p.m.)
Review request for mesos, Adam B, Neil Conway, and Vinod Kone.
Changes
-------
Added logic for also verifying if the task state has been updated on master
Bugs: MESOS-5930
https://issues.apache.org/jira/browse/MESOS-5930
Repository: mesos
Description
-------
The master's status handler function used to ignore the status updates
from the agents for frameworks not yet re-connected with the master
upon a failover. This change modifies that logic to still update
the local state and not bail out early.
Diffs (updated)
-----
src/master/master.cpp 17d5c5875647bb35e2518cc2bd9e134b020c05bf
src/tests/master_tests.cpp 6709818d599c068c289bcb714446018577082d8b
Diff: https://reviews.apache.org/r/50723/diff/
Testing
-------
make check (gtest_repeat=100)
Thanks,
Anand Mazumdar