-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6704/
-----------------------------------------------------------
(Updated Sept. 14, 2012, 11:17 p.m.)
Review request for mesos, Benjamin Hindman, John Sirois, and Ben Mahler.
Changes
-------
Ben's
Description
-------
Added the ability in the slave to GC executor directories based on the current
disk usage.
Currently, it uses a very simple algorithm to decide which directories to
delete.
This addresses bug MESOS-254.
https://issues.apache.org/jira/browse/MESOS-254
Diffs (updated)
-----
src/slave/constants.hpp 380a2b9
src/slave/flags.hpp e99ee8b
src/slave/gc.hpp 3760d09
src/slave/gc.cpp 5212a41
src/slave/slave.hpp b7ab2ab
src/slave/slave.cpp 3e2a8d5
src/tests/gc_tests.cpp bb7416c
src/tests/utils.hpp 54da799
third_party/libprocess/include/process/timeout.hpp ce0dea7
third_party/libprocess/include/stout/duration.hpp e303d2c
third_party/libprocess/include/stout/os.hpp df0f7ff
Diff: https://reviews.apache.org/r/6704/diff/
Testing
-------
make check
Thanks,
Vinod Kone