summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevi Tamasi <ltamasi@fb.com>2021-08-04 13:20:04 -0700
committerLevi Tamasi <ltamasi@fb.com>2021-08-04 13:47:17 -0700
commit2898067de85663567aba69aa5e6dbbd53c65eab4 (patch)
tree49c80330d80c893f0863c7b379f5b2b1e90573f8
parent238a9c3f6852e4d06b0c1725c230b9c2053f6966 (diff)
Mention PR 8585 in HISTORY.mdv6.23.2
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 87123814e..3bdcd3d8a 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