-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6704/
-----------------------------------------------------------
(Updated Aug. 27, 2012, 9:44 p.m.)
Review request for mesos, Benjamin Hindman, John Sirois, and Ben Mahler.
Changes
-------
got rid of priority queue and hashmap, and using map
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 ab83972
src/slave/flags.hpp 0c7917f
src/slave/gc.hpp 6704742
src/slave/gc.cpp 9c01024
src/slave/slave.hpp 10c537b
src/slave/slave.cpp 4efd41e
src/tests/gc_tests.cpp 2f0bdde
third_party/libprocess/include/stout/os.hpp b1eceb3
third_party/libprocess/include/stout/time.hpp 46d7077
Diff: https://reviews.apache.org/r/6704/diff/
Testing
-------
make check
Thanks,
Vinod Kone