]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
add release note for GetMergeOperands() fix
authorAndrew Kryczka <andrewkr@fb.com>
Wed, 1 Feb 2023 03:51:00 +0000 (19:51 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Thu, 2 Feb 2023 01:05:04 +0000 (17:05 -0800)
HISTORY.md

index f568ae7edfe7b4985265d2684895a6b64027b678..6d7ebbb9b21214734bfd15f5822f615a37aaa2bc 100644 (file)
@@ -3,6 +3,7 @@
 ### Bug Fixes
 * Fixed a data race on `ColumnFamilyData::flush_reason` caused by concurrent flushes.
 * Fixed `DisableManualCompaction()` and `CompactRangeOptions::canceled` to cancel compactions even when they are waiting on conflicting compactions to finish
+* Fixed a bug in which a successful `GetMergeOperands()` could transiently return `Status::MergeInProgress()`
 
 ## 7.10.0 (01/23/2023)
 ### Behavior changes