----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17286/ -----------------------------------------------------------
(Updated Jan. 25, 2014, 12:19 a.m.) Review request for mesos and Benjamin Hindman. Changes ------- BenH's comments Repository: mesos-git Description ------- In case of a network blip (zookeeper network), log::catchup could get stuck even if all replicas reemerge later. This is not ideal for some users such as log::recover. So I introduced an optional timeout for log::catchup so that the catchup operation on each position will be retried if timeout happens. Diffs (updated) ----- src/log/catchup.hpp 3652830 src/log/catchup.cpp 5825eae src/tests/log_tests.cpp e493af4 Diff: https://reviews.apache.org/r/17286/diff/ Testing ------- make check Thanks, Jie Yu
