From: sdong Date: Wed, 4 Jul 2018 02:57:11 +0000 (-0700) Subject: Update HISTORY.md X-Git-Tag: v5.14.2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7d7b4e04db7041a35a53e8ab501d3e8e4d54deb2;p=rocksdb.git Update HISTORY.md --- diff --git a/HISTORY.md b/HISTORY.md index 83e0e452..0e0b9614 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,8 @@ # Rocksdb Change Log +## Unreleased +### Bug Fixes +* Change default value of `bytes_max_delete_chunk` to 0 in NewSstFileManager() as it doesn't work well with checkpoints. + ## 5.14.1 (6/20/2018) ### Bug Fixes * Fix block-based table reader pinning blocks throughout its lifetime, causing memory usage increase.