-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67822/
-----------------------------------------------------------
Review request for mesos, Chun-Hung Hsiao, Jason Lai, and Jie Yu.
Bugs: MESOS-8830
https://issues.apache.org/jira/browse/MESOS-8830
Repository: mesos
Description
-------
We could potentially schedule the framework dir, executor dir, and
executor run sandbox to gc at the same time, and then these
paths will be gc independently, although they are parents and
children directories. This patch makes sure we do not call unmount
anymore after a success.
Diffs
-----
src/slave/gc.cpp 407f6b23f87cf2e2bdaf873c8adcda57f5d559b3
Diff: https://reviews.apache.org/r/67822/diff/1/
Testing
-------
```make```
Thanks,
Zhitao Li