]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Always delete Blob DB files in the background (#4928)
authoranand76 <anand76@devvm1373.frc2.facebook.com>
Tue, 29 Jan 2019 22:27:30 +0000 (14:27 -0800)
committerSagar Vemuri <svemuri@fb.com>
Thu, 31 Jan 2019 22:19:04 +0000 (14:19 -0800)
commit53f760b8a85ca23eedde96d98e8114e0562b6544
treedded33d261fcd180d2b41981b0a98e4fbcc941da
parent35c05bca0f5de46f9151dcf5db7dc5924dd581b4
Always delete Blob DB files in the background (#4928)

Summary:
Blob DB files are not tracked by the SFM, so they currently don't get
deleted in the background. Force them to be deleted in background so
rate limiting can be applied
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4928

Differential Revision: D13854649

Pulled By: anand1976

fbshipit-source-id: 8031ce66842ff0af440c715d886b377983dad7d8
util/delete_scheduler.cc
util/delete_scheduler.h
util/file_util.cc
util/file_util.h
util/sst_file_manager_impl.cc
util/sst_file_manager_impl.h
utilities/blob_db/blob_db_impl.cc