]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
DBImpl::FindObsoleteFiles() not to call GetChildren() on the same path
authorSiying Dong <siying.d@fb.com>
Thu, 31 May 2018 19:53:43 +0000 (12:53 -0700)
committerYi Wu <yiwu@fb.com>
Tue, 21 Aug 2018 21:37:05 +0000 (14:37 -0700)
commitb6c49fc5b473bb326963efae1b06db5a3697f03f
tree403b80e9ad11744f994a122b2dd4bcb8cf1667a0
parenta9ed4139fcdbb10ea895c932eae4e0ba8c3ed18b
DBImpl::FindObsoleteFiles() not to call GetChildren() on the same path

Summary:
DBImpl::FindObsoleteFiles() may call GetChildren() multiple times if different CFs are on the same path. Fix it.
Closes https://github.com/facebook/rocksdb/pull/3885

Differential Revision: D8084634

Pulled By: siying

fbshipit-source-id: b471fbc251f6a05e9243304dc14c0831060cc0b0
db/db_impl_files.cc