-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53479/
-----------------------------------------------------------
(Updated Dec. 2, 2016, 2:58 a.m.)
Review request for mesos, Benjamin Mahler and Jiang Yan Xu.
Summary (updated)
-----------------
Perform agent GC asynchronously.
Bugs: MESOS-6549
https://issues.apache.org/jira/browse/MESOS-6549
Repository: mesos
Description (updated)
-------
- Previously, rmdir operations were serialized
through the garbage collector. Expensive removal
events had the potential to delay task launch.
- MESOS-6549
Diffs (updated)
-----
src/slave/gc.hpp 5ea82456cffa374203371f227b6f0ee00296553e
src/slave/gc.cpp 961f547793984449ea113d9664b12b5033638c58
Diff: https://reviews.apache.org/r/53479/diff/
Testing
-------
`make check`
Thanks,
Jacob Janco