-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13699/
-----------------------------------------------------------
(Updated Aug. 22, 2013, 1:34 a.m.)
Review request for mesos, Benjamin Hindman and Vinod Kone.
Changes
-------
Make Framework::reregisteredTime an Option and set it correctly upon
re-registration (there was a case where it was not being set!).
Summary (updated)
-----------------
Added a re-registration time for slaves, and fixed an issue with
Framework::reregisteredTime.
Bugs: MESOS-651
https://issues.apache.org/jira/browse/MESOS-651
Repository: mesos-git
Description
-------
With slave recovery, this proves useful for seeing when slaves have
re-registered with the master.
Diffs (updated)
-----
src/master/http.cpp 1ac84a9f75df43632ddbd1fec50333c159651f15
src/master/master.hpp 30752d2698931624fdf4aa6e40ef9fc4ec58dc6d
src/master/master.cpp d53b8bb97da45834790cca6e04b70b969a8d3453
src/webui/master/static/slaves.html 15877b7069a11b9feda58be313620f94624a62ea
Diff: https://reviews.apache.org/r/13699/diff/
Testing
-------
make check
manual runs with a master (local + zk) and rolling slaves / master.
Thanks,
Ben Mahler