From 4fa68fb3f26ba6b62823be003a956c41db170bc3 Mon Sep 17 00:00:00 2001 From: Aaron Gao Date: Mon, 13 Mar 2017 11:35:50 -0700 Subject: [PATCH] update history.md for fixing the bug that skips keys Summary: Closes https://github.com/facebook/rocksdb/pull/1986 Differential Revision: D4699152 Pulled By: siying fbshipit-source-id: b18c32c --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 4125087e..3468d8b0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) -- 2.47.3