Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
[fix] [bk-config] Format bk config (apache#21523)
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy authored Nov 11, 2023
1 parent 0806745 commit d78db65
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions conf/bookkeeper.conf
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ auditorPeriodicBookieCheckInterval=86400
# The number of entries that a replication will re-replicate in parallel.
rereplicationEntryBatchSize=100

# Enable/disable having read operations for a ledger to be sticky to a single bookie.
stickyReadSEnabled=true

# Auto-replication
# The grace period, in milliseconds, that the replication worker waits before fencing and
# replicating a ledger fragment that's still being written to upon bookie failure.
Expand Down Expand Up @@ -768,9 +771,4 @@ dbStorage_rocksDB_blockSize=65536
dbStorage_rocksDB_bloomFilterBitsPerKey=10
dbStorage_rocksDB_numLevels=-1
dbStorage_rocksDB_numFilesInLevel0=4
dbStorage_rocksDB_maxSizeInLevel1MB=256

# Enable/disable having read operations for a ledger to be sticky to a single bookie.
# This configuration is targeted towards the AutoRecovery, it will read data from bookie,
# then replicate the data to other bookie.
stickyReadSEnabled=true
dbStorage_rocksDB_maxSizeInLevel1MB=256

0 comments on commit d78db65

Please sign in to comment.