]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md
authorAnand Ananthabhotla <anand76@devvm1373.frc2.facebook.com>
Fri, 19 Oct 2018 23:38:03 +0000 (16:38 -0700)
committerAnand Ananthabhotla <anand76@devvm1373.frc2.facebook.com>
Fri, 19 Oct 2018 23:38:03 +0000 (16:38 -0700)
Summary:

Test Plan:

Reviewers:

Subscribers:

Tasks:

Tags:

HISTORY.md

index d94696b27044bbffe8c643778cfc1701fb273571..0648814fd13f1bca41461245b33d93d27c1e03da 100644 (file)
@@ -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.