]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md for 7.10.2
authoranand76 <anand76@devvm6332.prn0.facebook.com>
Fri, 10 Feb 2023 22:59:29 +0000 (14:59 -0800)
committeranand76 <anand76@devvm6332.prn0.facebook.com>
Fri, 10 Feb 2023 22:59:29 +0000 (14:59 -0800)
HISTORY.md

index ad91ac2c32386d09737d339f3565b9d6a0239b47..45a2722e4991e4386e8468c6d0e8b23a5e52e798 100644 (file)
@@ -1,11 +1,14 @@
 # Rocksdb Change Log
+## 7.10.2 (02/10/2023)
+### Bug Fixes
+* Fixed a bug in DB open/recovery from a compressed WAL that was caused due to incorrect handling of certain record fragments with the same offset within a WAL block.
+
 ## 7.10.1 (02/01/2023)
 ### 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()`
 * Return the correct error (Status::NotSupported()) to MultiGet caller when ReadOptions::async_io flag is true and IO uring is not enabled. Previously, Status::Corruption() was being returned when the actual failure was lack of async IO support.
-* Fixed a bug in DB open/recovery from a compressed WAL that was caused due to incorrect handling of certain record fragments with the same offset within a WAL block.
 
 ## 7.10.0 (01/23/2023)
 ### Behavior changes