-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67822/
-----------------------------------------------------------
(Updated July 3, 2018, 4:05 p.m.)
Review request for mesos, Chun-Hung Hsiao, Jason Lai, and Jie Yu.
Changes
-------
Minor style fix
Bugs: MESOS-9049
https://issues.apache.org/jira/browse/MESOS-9049
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 (updated)
-----
src/slave/gc.cpp 407f6b23f87cf2e2bdaf873c8adcda57f5d559b3
Diff: https://reviews.apache.org/r/67822/diff/2/
Changes: https://reviews.apache.org/r/67822/diff/1-2/
Testing
-------
```make```
Thanks,
Zhitao Li