]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md
authorYanqin Jin <yanqin@fb.com>
Wed, 15 May 2019 18:26:03 +0000 (11:26 -0700)
committerYanqin Jin <yanqin@fb.com>
Wed, 15 May 2019 18:26:03 +0000 (11:26 -0700)
HISTORY.md

index ad13a4fbc9e77dddd8e3004c91343e023c73e876..084c4a614822b338c555516c7ee77fcd57894036 100644 (file)
@@ -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