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

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


The following commit(s) were added to refs/heads/master by this push:
     new 06405a8  ZOOKEEPER-3808: fix the documentation about digest.enabled
06405a8 is described below

commit 06405a8e67b2e86347f3b68b72cb9bfba0cd2b2a
Author: Mate Szalay-Beko <[email protected]>
AuthorDate: Mon Oct 12 07:27:25 2020 +0000

    ZOOKEEPER-3808: fix the documentation about digest.enabled
    
    The digest.enabled is true by default, not false (as the admin guide 
suggested before)
    
    The digest feature was added to detect the data inconsistency inside 
ZooKeeper when
    loading database from disk, catching up and following leader.
    
    This fix is needed on master and branch-3.6. (the feature was not available 
in 3.5)
    
    Author: Mate Szalay-Beko <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>
    
    Closes #1496 from symat/ZOOKEEPER-3808
---
 zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md 
b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
index afb6bc4..2150c5a 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
@@ -1089,7 +1089,7 @@ property, when available, is noted below.
     due to the potential inconsistency in the /zookeeper/quota stat node,
     we can include that after that issue is fixed.
 
-    By default, this feautre is disabled, set "true" to enable it.
+    By default, this feature is enabled, set "false" to disable it.
 
 * *snapshot.trust.empty* :
     (Java system property: **zookeeper.snapshot.trust.empty**)

Reply via email to