You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by sy...@apache.org on 2020/10/12 07:29:15 UTC

[zookeeper] branch branch-3.6 updated: ZOOKEEPER-3808: fix the documentation about digest.enabled

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

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


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

commit 4f6c88fef1b7b37ad9fb8c116ac7f0a518bec5c4
Author: Mate Szalay-Beko <sy...@apache.org>
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 <sy...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@apache.org>
    
    Closes #1496 from symat/ZOOKEEPER-3808
    
    (cherry picked from commit 06405a8e67b2e86347f3b68b72cb9bfba0cd2b2a)
    Signed-off-by: Mate Szalay-Beko <sy...@apache.org>
---
 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 8dfe6f6..1b1b77e 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
@@ -1023,7 +1023,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**)