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

ghatage pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new d70153f  Update documentation with default value for 
openLedgerRereplicationGracePeriod config option
d70153f is described below

commit d70153f760411b73712662b12cd3c30898c7516d
Author: hangc0276 <[email protected]>
AuthorDate: Sat Apr 10 22:07:19 2021 +0800

    Update documentation with default value for 
openLedgerRereplicationGracePeriod config option
    
    ### Motivation
    `openLedgerRereplicationGracePeriod` default value doc doesn't consistent 
with the code
    
    ### Changes
    1. update default value doc for bk_server.conf
    
    Reviewers: Enrico Olivelli <[email protected]>, Michael Marshall <None>, 
lipenghui <[email protected]>
    
    This closes #2644 from 
hangc0276/chenhang/fix_openLedgerRereplicationGracePeriod_default_value_doc
---
 conf/bk_server.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/bk_server.conf b/conf/bk_server.conf
index 1ae3691..b400899 100755
--- a/conf/bk_server.conf
+++ b/conf/bk_server.conf
@@ -934,9 +934,9 @@ zkEnableSecurity=false
 # The number of entries that a replication will rereplicate in parallel.
 # rereplicationEntryBatchSize=10
 
-# The grace period, in seconds, that the replication worker waits before 
fencing and
+# 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.
-# openLedgerRereplicationGracePeriod=30
+# openLedgerRereplicationGracePeriod=30000
 
 # The time to backoff when replication worker encounters exceptions on 
replicating a ledger, in milliseconds.
 # rwRereplicateBackoffMs=5000

Reply via email to