]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Deleting Blob files also goes through SstFileManager (#4904)
authorSiying Dong <siying.d@fb.com>
Wed, 23 Jan 2019 00:57:40 +0000 (16:57 -0800)
committerSagar Vemuri <svemuri@fb.com>
Thu, 31 Jan 2019 22:18:21 +0000 (14:18 -0800)
commit35c05bca0f5de46f9151dcf5db7dc5924dd581b4
tree9785691506270c6194bb98b9d15dee4ac1ef5b56
parent9ae0528dc481add34ce6f4a072e51b827710bde2
Deleting Blob files also goes through SstFileManager (#4904)

Summary:
Right now, deleting blob files is not rate limited, even if SstFileManger is specified.
On the other hand, rate limiting blob deletion is not supported. With this change, Blob file
deletion will go through SstFileManager too.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4904

Differential Revision: D13772545

Pulled By: siying

fbshipit-source-id: bd1b1d0beb26d5167385e00b7ecb8b94b879de84
HISTORY.md
util/sst_file_manager_impl.cc
utilities/blob_db/blob_db_impl.cc
utilities/blob_db/blob_db_test.cc