-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27315/
-----------------------------------------------------------
(Updated Oct. 29, 2014, 11:16 p.m.)
Review request for mesos and Ben Mahler.
Changes
-------
After discussing w/ BenM, decided to move the constants and flags to
"src/sched" directory instead of "src/local" to be more precise. Note that the
new (event/call) driver in "src/scheduler" doesn't do reliable registration, so
there are no updates to it.
Bugs: MESOS-1903
https://issues.apache.org/jira/browse/MESOS-1903
Repository: mesos-git
Description
-------
Uses the same backoff (except no initial backoff) strategy used by the slave
during registration.
Diffs (updated)
-----
src/Makefile.am 374f284e1ac839fbcd8a28171b1ff4fbe8a17bd4
src/sched/constants.hpp PRE-CREATION
src/sched/constants.cpp PRE-CREATION
src/sched/flags.hpp PRE-CREATION
src/sched/sched.cpp 0fb8c7bda75545389f8024489b3c76ae115111f4
src/tests/fault_tolerance_tests.cpp a18a41a3e34ff112e04e693447d757403e5013bd
Diff: https://reviews.apache.org/r/27315/diff/
Testing
-------
make check
Thanks,
Vinod Kone