This is an automated email from the ASF dual-hosted git repository.

yong pushed a commit to branch branch-4.15
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git

commit e32e327a54c04c5314a88a5975faea367e732949
Author: LinChen <[email protected]>
AuthorDate: Fri Nov 4 15:00:41 2022 +0800

     update doc about flushInterval config (#3601)
    
    * update flushInterval doc
    
    (cherry picked from commit 860d40d58ca0eea1eaca2ddb81b43cb80447ae73)
---
 conf/bk_server.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/bk_server.conf b/conf/bk_server.conf
index f72f54a676..a241a31a2b 100755
--- a/conf/bk_server.conf
+++ b/conf/bk_server.conf
@@ -463,7 +463,8 @@ ledgerDirectories=/tmp/bk-data
 # on too frequent flushing. You can consider increment flush interval
 # to get better performance, but you need to pay more time on bookie
 # server restart after failure.
-# This config is used only when entryLogPerLedgerEnabled is enabled.
+# This config is used when entryLogPerLedgerEnabled=true
+# or 
ledgerStorageClass=org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorage.
 # flushInterval=10000
 
 # Allow the expansion of bookie storage capacity. Newly added ledger

Reply via email to