-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13339/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Ben Mahler.
Summary (updated)
-----------------
Fixed master to properly reconcile KillTask messages.
Bugs: MESOS-619
https://issues.apache.org/jira/browse/MESOS-619
Repository: mesos-git
Description (updated)
-------
KillTask information is now cached at the master, so that it can properly
reconcile killed tasks when a slave re-registers.
Diffs (updated)
-----
src/master/master.hpp 8ec0c17c71b7b4679d4f712d0fb742d420c9152d
src/master/master.cpp b0a2757af3ec83ead53374504fe24d3a8f7673ad
src/tests/slave_recovery_tests.cpp c451e0f4c571a646d375aa89e806e1a4058d39e7
Diff: https://reviews.apache.org/r/13339/diff/
Testing (updated)
-------
make check
Thanks,
Vinod Kone