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

Commit

Permalink
[improve] [auto-recovery] Make AutoRecovery enable stickyReadS as def…
Browse files Browse the repository at this point in the history
…ault. (apache#21512)
  • Loading branch information
horizonzy authored Nov 4, 2023
1 parent 99e6aeb commit 5c46166
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/bookkeeper.conf
Original file line number Diff line number Diff line change
Expand Up @@ -769,3 +769,8 @@ 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

0 comments on commit 5c46166

Please sign in to comment.