瀏覽代碼

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 <symat@apache.org>

Reviewers: Enrico Olivelli <eolivelli@apache.org>

Closes #1496 from symat/ZOOKEEPER-3808
Mate Szalay-Beko 4 年之前
父節點
當前提交
06405a8e67
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md

+ 1 - 1
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,
     due to the potential inconsistency in the /zookeeper/quota stat node,
     we can include that after that issue is fixed.
     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* :
 * *snapshot.trust.empty* :
     (Java system property: **zookeeper.snapshot.trust.empty**)
     (Java system property: **zookeeper.snapshot.trust.empty**)