-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62140/
-----------------------------------------------------------
(Updated Sept. 7, 2017, 4:01 a.m.)
Review request for mesos, Alexander Rukletsov, Benjamin Mahler, Jie Yu, and
Vinod Kone.
Bugs: MESOS-7939
https://issues.apache.org/jira/browse/MESOS-7939
Repository: mesos
Description (updated)
-------
Make the default value of `disk_watch_interval` to 1 second so GC can be
kicked in early enough before the agent fails due to a "No space left on
disk" failure. This change would also trigger the 1st GC earlier during
agent startup, so it can recover from the above scenario.
Diffs
-----
src/slave/constants.hpp 435c37e28987119c4ef43c9dad61ac052020acd8
Diff: https://reviews.apache.org/r/62140/diff/2/
Testing
-------
make test
Thanks,
Chun-Hung Hsiao