-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62140/
-----------------------------------------------------------
(Updated Sept. 7, 2017, 4 a.m.)
Review request for mesos, Alexander Rukletsov, Benjamin Mahler, Jie Yu, and
Vinod Kone.
Summary (updated)
-----------------
Shorten the default interval between disk-usage GCs.
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.
Diffs (updated)
-----
src/slave/constants.hpp 435c37e28987119c4ef43c9dad61ac052020acd8
Diff: https://reviews.apache.org/r/62140/diff/2/
Changes: https://reviews.apache.org/r/62140/diff/1-2/
Testing
-------
make test
Thanks,
Chun-Hung Hsiao