Mention PR 8206 in HISTORY.md (#8210)

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/8210

Reviewed By: akankshamahajan15

Differential Revision: D27887612

Pulled By: ltamasi

fbshipit-source-id: 0db8d0b6047334dc47fe30a98804449043454386
This commit is contained in:
Levi Tamasi 2021-04-20 12:01:58 -07:00 committed by Facebook GitHub Bot
parent a89740fbc6
commit 1b99947e99
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## Unreleased
### Bug Fixes
* Fixed a bug in handling file rename error in distributed/network file systems when the server succeeds but client returns error. The bug can cause CURRENT file to point to non-existing MANIFEST file, thus DB cannot be opened.
* Fixed a data race between insertion into memtables and the retrieval of the DB properties `rocksdb.cur-size-active-mem-table`, `rocksdb.cur-size-all-mem-tables`, and `rocksdb.size-all-mem-tables`.
## 6.20.0 (04/16/2021)
### Behavior Changes