]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update HISTORY.md
authorsdong <siying.d@fb.com>
Wed, 4 Jul 2018 02:57:11 +0000 (19:57 -0700)
committersdong <siying.d@fb.com>
Wed, 4 Jul 2018 02:57:11 +0000 (19:57 -0700)
HISTORY.md

index 83e0e4527562e3650258f921a8149efe5aed7c4e..0e0b961431190ddf88cc4ee813b4395e66f8aa66 100644 (file)
@@ -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.