From: Anand Ananthabhotla Date: Fri, 19 Oct 2018 23:38:03 +0000 (-0700) Subject: Update HISTORY.md X-Git-Tag: v5.17.2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f37ea821911c645b46ac340b53dda0a4c252012a;p=rocksdb.git Update HISTORY.md Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: --- diff --git a/HISTORY.md b/HISTORY.md index d94696b2..0648814f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,13 +7,11 @@ ### Bug Fixes * Fix slow flush/compaction when DB contains many snapshots. The problem became noticeable to us in DBs with 100,000+ snapshots, though it will affect others at different thresholds. * Properly set the stop key for a truncated manual CompactRange +* Fix corner case where a write group leader blocked due to write stall blocks other writers in queue with WriteOptions::no_slowdown set. ### New Features * Introduced CacheAllocator, which lets the user specify custom allocator for memory in block cache. -### Bug Fixes -* Fix corner case where a write group leader blocked due to write stall blocks other writers in queue with WriteOptions::no_slowdown set. - ## 5.17.0 (10/05/2018) ### Public API Change * `OnTableFileCreated` will now be called for empty files generated during compaction. In that case, `TableFileCreationInfo::file_path` will be "(nil)" and `TableFileCreationInfo::file_size` will be zero.