This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new af20a8a8623 [fix] [bookie] Fix RocksDB configuration (#21157)
af20a8a8623 is described below
commit af20a8a8623055bab665e566b3f54f6f884d121d
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