Skip to content

Commit

Permalink
[improve] [bookie] Enable forceAllowCompaction by default (#21130)
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 authored Sep 11, 2023
1 parent 6e8bf93 commit 550476f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/bookkeeper.conf
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ enableBusyWait=false
# True if the bookie should double check readMetadata prior to gc
# verifyMetadataOnGC=false

# Allow force compaction when disabling the entry log compaction or not.
# It will enable you to manually force compact the entry log even if
# the entry log compaction is disabled. The 'minorCompactionThreshold' or
# 'majorCompactionThreshold' still needs to be specified.
forceAllowCompaction=true

#############################################################################
## TLS settings
#############################################################################
Expand Down

0 comments on commit 550476f

Please sign in to comment.