-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62230/
-----------------------------------------------------------
(Updated Sept. 12, 2017, 2:37 a.m.)
Review request for mesos, Benjamin Mahler, Jie Yu, and Jiang Yan Xu.
Changes
-------
Addressed xujyan's comment.
Bugs: MESOS-7964
https://issues.apache.org/jira/browse/MESOS-7964
Repository: mesos
Description (updated)
-------
This patch dispatches `rmdirs` to a single executor instead of multiple
`AsyncExecutor`s such that heavy-duty pruning events won't occupy all
worker threads and block other actors.
Diffs (updated)
-----
src/slave/gc.cpp 83e4e2f3aba5c0d9900cf0beeea6e92320f889e7
src/slave/gc_process.hpp c383ce28411622692e42401c80e9443e7b1f5099
Diff: https://reviews.apache.org/r/62230/diff/2/
Changes: https://reviews.apache.org/r/62230/diff/1-2/
Testing
-------
sudo make test
Thanks,
Chun-Hung Hsiao