This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.11 by this push:
new 0524cb9582f [fix] [bookie] Fix RocksDB configuration (#21157)
0524cb9582f is described below
commit 0524cb9582fdbc6184876d8f17804457c9022d13
Author: Hang Chen <[email protected]>
AuthorDate: Wed Sep 13 17:31:28 2023 +0800
[fix] [bookie] Fix RocksDB configuration (#21157)
---
conf/entry_location_rocksdb.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/entry_location_rocksdb.conf b/conf/entry_location_rocksdb.conf
index 31bd58506ef..42d916ded37 100644
--- a/conf/entry_location_rocksdb.conf
+++ b/conf/entry_location_rocksdb.conf
@@ -52,6 +52,8 @@
max_bytes_for_level_base=268435456
# set by jni: options.setTargetFileSizeBase
target_file_size_base=67108864
+ # set by jni: options.setLevelCompactionDynamicLevelBytes
+ level_compaction_dynamic_level_bytes=true
[TableOptions/BlockBasedTable "default"]
# set by jni: tableOptions.setBlockSize
@@ -66,5 +68,3 @@
filter_policy=rocksdb.BloomFilter:10:false
# set by jni: tableOptions.setCacheIndexAndFilterBlocks
cache_index_and_filter_blocks=true
- # set by jni: options.setLevelCompactionDynamicLevelBytes
- level_compaction_dynamic_level_bytes=true
\ No newline at end of file