]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Mention PR 8585 in HISTORY.md
authorLevi Tamasi <ltamasi@fb.com>
Wed, 4 Aug 2021 20:20:04 +0000 (13:20 -0700)
committerLevi Tamasi <ltamasi@fb.com>
Wed, 4 Aug 2021 20:47:17 +0000 (13:47 -0700)
HISTORY.md

index 87123814e0111781a742dbee4afcc52bb67ae28a..3bdcd3d8a1b0de666a2d0e02572c1be14d20d367 100644 (file)
@@ -2,6 +2,7 @@
 ## 6.23.2 (2021-08-04)
 ### Bug Fixes
 * Fixed a race related to the destruction of `ColumnFamilyData` objects. The earlier logic unlocked the DB mutex before destroying the thread-local `SuperVersion` pointers, which could result in a process crash if another thread managed to get a reference to the `ColumnFamilyData` object.
+* Fixed an issue where `OnFlushCompleted` was not called for atomic flush.
 
 ## 6.23.1 (2021-07-22)
 ### Bug Fixes