This is an automated email from the ASF dual-hosted git repository. chhsiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 5382cc03338da1696330e96da0de7059aa68ce71 Author: Chun-Hung Hsiao <[email protected]> AuthorDate: Tue Feb 12 20:53:38 2019 -0800 Removed an outdated comment in SLRP. Review: https://reviews.apache.org/r/69971 --- src/resource_provider/storage/provider.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/resource_provider/storage/provider.cpp b/src/resource_provider/storage/provider.cpp index f17adab..fea623c 100644 --- a/src/resource_provider/storage/provider.cpp +++ b/src/resource_provider/storage/provider.cpp @@ -3440,8 +3440,6 @@ void StorageLocalResourceProviderProcess::garbageCollectOperationPath( metaDir, slaveId, info.type(), info.name(), info.id()), operationUuid); - // NOTE: We check if the path exists since we do not checkpoint some status - // updates, such as OPERATION_DROPPED. if (os::exists(path)) { Try<Nothing> rmdir = os::rmdir(path); if (rmdir.isError()) {
