From: Yanqin Jin Date: Wed, 15 May 2019 18:26:03 +0000 (-0700) Subject: Update HISTORY.md X-Git-Tag: v6.2.2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8baa66acf69d41648e816b6b81ae9fe9f0b8414f;p=rocksdb.git Update HISTORY.md --- diff --git a/HISTORY.md b/HISTORY.md index ad13a4fb..084c4a61 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,6 @@ # Rocksdb Change Log ## Unreleased -### Bug Fixes -* Fix an assertion failure `IsFlushPending() == true` caused by one bg thread releasing the db mutex in ~ColumnFamilyData and another thread clearing `flush_requested_` flag. - ## 6.2.0 (4/30/2019) ### New Features * Add an option `strict_bytes_per_sync` that causes a file-writing thread to block rather than exceed the limit on bytes pending writeback specified by `bytes_per_sync` or `wal_bytes_per_sync`. @@ -24,6 +21,7 @@ * Fix a race condition between WritePrepared::Get and ::Put with duplicate keys. * Fix crash when memtable prefix bloom is enabled and read/write a key out of domain of prefix extractor. * Close a WAL file before another thread deletes it. +* Fix an assertion failure `IsFlushPending() == true` caused by one bg thread releasing the db mutex in ~ColumnFamilyData and another thread clearing `flush_requested_` flag. ## 6.1.1 (4/9/2019) ### New Features