]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
fixup HISTORY.md
authorAndrew Kryczka <andrewkr@fb.com>
Thu, 24 Nov 2022 21:37:19 +0000 (13:37 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Thu, 24 Nov 2022 21:37:19 +0000 (13:37 -0800)
HISTORY.md

index 76fd0c5a98f635d47b4d91430b00ab40e011c161..60a3e0af11db856d4054ba21a50b93d190f8d6fe 100644 (file)
@@ -2,11 +2,11 @@
 ## Unreleased
 ### Bug Fixes
 * Fix failed memtable flush retry bug that could cause wrongly ordered updates, which would surface to writers as `Status::Corruption` in case of `force_consistency_checks=true` (default). It affects use cases that enable both parallel flush (`max_background_flushes > 1` or `max_background_jobs >= 8`) and non-default memtable count (`max_write_buffer_number > 2`).
+* Tiered Storage: fixed excessive keys written to penultimate level in non-debug builds.
 
 ## 7.7.7 (11/15/2022)
 ### Bug Fixes
 * Fixed a regression in scan for async_io. During seek, valid buffers were getting cleared causing a regression.
-* Tiered Storage: fixed excessive keys written to penultimate level in non-debug builds.
 
 ## 7.7.6 (11/03/2022)
 ### Bug Fixes