-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49308/
-----------------------------------------------------------
Review request for mesos, Adam B and Vinod Kone.
Bugs: MESOS-2043
https://issues.apache.org/jira/browse/MESOS-2043
Repository: mesos
Description
-------
The backoff follows to existing pattern for backoff used during agent
or scheduler registration where we backoff for some random time in an
interval of increasing length, capped by
`REGISTER_RETRY_INTERVAL_MAX`.
Diffs
-----
src/sched/sched.cpp 9f561d73a2e591afdc3ba4adb35a11763dced402
src/slave/slave.hpp 2afd7d152dcd2f5390014cd7bd4e926b62c292d1
src/slave/slave.cpp da643e6e50b2f313705d2f862c961291aa5d2f22
Diff: https://reviews.apache.org/r/49308/diff/
Testing
-------
make check (OS X w/o optimizations).
Thanks,
Benjamin Bannier