From: Levi Tamasi Date: Wed, 4 Aug 2021 20:20:04 +0000 (-0700) Subject: Mention PR 8585 in HISTORY.md X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2898067de85663567aba69aa5e6dbbd53c65eab4;p=rocksdb.git Mention PR 8585 in HISTORY.md --- diff --git a/HISTORY.md b/HISTORY.md index 87123814..3bdcd3d8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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