summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSiying Dong <siying.d@fb.com>2019-01-22 16:57:40 -0800
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-01-22 17:00:29 -0800
commit08b8cea69f9a2d60498306369be264d08b518b0d (patch)
tree294737c8959fcbd7a5e64c40fb9f0add98f728c5 /HISTORY.md
parentb2ba06856aa2625a5a5c953e873ef921ba133760 (diff)
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
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 51a75d6a2..b020e5d4e 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -12,6 +12,7 @@
* Remove geodb, spatial_db, document_db, json_document, date_tiered_db, and redis_lists.
* With "ldb ----try_load_options", when wal_dir specified by the option file doesn't exist, ignore it.
* Change time resolution in FileOperationInfo.
+* Deleting Blob files also go through SStFileManager.
### Bug Fixes
* Fix a deadlock caused by compaction and file ingestion waiting for each other in the event of write stalls.