-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13956/
-----------------------------------------------------------
(Updated Sept. 4, 2013, 5:58 a.m.)
Review request for mesos, Benjamin Hindman and Vinod Kone.
Changes
-------
Vinod's review.
Bugs: MESOS-675
https://issues.apache.org/jira/browse/MESOS-675
Repository: mesos-git
Description
-------
Rather than change the semantics of linking the re-registering slaves, I went
with a simpler fix of ignoring the duplicate exited events.
This is because there would need to be added checks to ensure the slave pid is
not changing. If it is changing, we will still need to re-link!
Diffs (updated)
-----
src/master/master.cpp 874d7fac42d3e948cd0f90d735873120bc75cb54
Diff: https://reviews.apache.org/r/13956/diff/
Testing
-------
make check
Thanks,
Ben Mahler