----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17286/ -----------------------------------------------------------
Review request for mesos and Benjamin Hindman. 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 ----- 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
