diff --git a/conf/bookkeeper.conf b/conf/bookkeeper.conf index 639cf2e43f48f..368427416132f 100644 --- a/conf/bookkeeper.conf +++ b/conf/bookkeeper.conf @@ -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 \ No newline at end of file