-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20502/
-----------------------------------------------------------
(Updated April 23, 2014, 6:24 p.m.)
Review request for mesos, Ben Mahler and Vinod Kone.
Changes
-------
Added a minimum retry interval and slightly changed the backoff algorithm.
Now it's max(user specified min, random value within the exponentially
increasing range)
Bugs: MESOS-982
https://issues.apache.org/jira/browse/MESOS-982
Repository: mesos-git
Description
-------
See summary.
Diffs (updated)
-----
src/slave/constants.hpp 6d1cfda97162f9f332e7f92461b281035587e7fa
src/slave/constants.cpp 9811bd39e352a5097eaadb3ae6c6e4f43bc9cd98
src/slave/flags.hpp d5c54c0c4bcd80c4849ca31f27896e22b436e045
src/slave/slave.hpp 438e5b58d732862b3ca1de10f2aabbf5d9071584
src/slave/slave.cpp b673fd6aa575b30dfe0858881a95de1db8c06e63
Diff: https://reviews.apache.org/r/20502/diff/
Testing
-------
make check. Also tested the random backoff logic separately.
Thanks,
Jiang Yan Xu