]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update history.md for fixing the bug that skips keys
authorAaron Gao <gzh@fb.com>
Mon, 13 Mar 2017 18:35:50 +0000 (11:35 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Thu, 30 Mar 2017 18:19:54 +0000 (11:19 -0700)
Summary: Closes https://github.com/facebook/rocksdb/pull/1986

Differential Revision: D4699152

Pulled By: siying

fbshipit-source-id: b18c32c

HISTORY.md

index 4125087e0ebcf72755205351ad5c24b7a73eb139..3468d8b022ea96b85a1a8a92813b7fe7615f6126 100644 (file)
@@ -10,6 +10,7 @@
 * Memtable flush can be avoided during checkpoint creation if total log file size is smaller than a threshold specified by the user.
 
 ### Bug Fixes
+* Fix the bug that iterator may skip keys
 * Remove calling fallocate with FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE flag to circumvent a kernel bug that changes file size after this call on XFS
 
 ## 5.2.0 (02/08/2017)