Skip to content

Commit 5e6e6e3

Browse files
committed
Fix KeyValueStorageRocksDBTest by cherry-picking missing bits from #3860
- this was missing from cherry-pick commit ed63885
1 parent fc07993 commit 5e6e6e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bookkeeper-server/src/test/resources/test_entry_location_rocksdb.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
max_bytes_for_level_base=268435456
5252
# set by jni: options.setTargetFileSizeBase
5353
target_file_size_base=67108864
54+
# set by jni: options.setLevelCompactionDynamicLevelBytes
55+
level_compaction_dynamic_level_bytes=true
5456

5557
[TableOptions/BlockBasedTable "default"]
5658
# set by jni: tableOptions.setBlockSize
@@ -64,6 +66,4 @@
6466
# set by jni: tableOptions.setFilterPolicy, bloomfilter:[bits_per_key]:[use_block_based_builder]
6567
filter_policy=rocksdb.BloomFilter:10:false
6668
# set by jni: tableOptions.setCacheIndexAndFilterBlocks
67-
cache_index_and_filter_blocks=true
68-
# set by jni: options.setLevelCompactionDynamicLevelBytes
69-
level_compaction_dynamic_level_bytes=true
69+
cache_index_and_filter_blocks=true

0 commit comments

Comments
 (0)