浏览代码

Updating the docs to reflect the comments from the previous PR

Link to the discussion https://github.com/apache/zookeeper/pull/1034/files#r322682677

Author: Vladimir Ivic <vivic@fb.com>

Reviewers: Andor Molnar <anmolnar@apache.org>, Enrico Olivelli <eolivelli@apache.org>, maoling <maoling@apache.org>

Closes #1089 from vladimirivic/ZOOKEEPER-3491_docs_update
Vladimir Ivic 3 年之前
父节点
当前提交
be3c3954e6
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md

+ 1 - 2
zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md

@@ -650,8 +650,7 @@ property, when available, is noted below.
     (Java system property: **zookeeper.commitLogCount**)
     (Java system property: **zookeeper.commitLogCount**)
     Zookeeper maintains an in-memory list of last committed requests for fast synchronization with
     Zookeeper maintains an in-memory list of last committed requests for fast synchronization with
     followers when the followers are not too behind. This improves sync performance in case when your
     followers when the followers are not too behind. This improves sync performance in case when your
-    snapshots are large (>100,000).
-    The default commitLogCount value is 500.
+    snapshots are large (>100,000). The default value is 500 which is the recommended minimum.
 
 
 * *snapSizeLimitInKb* :
 * *snapSizeLimitInKb* :
     (Java system property: **zookeeper.snapSizeLimitInKb**)
     (Java system property: **zookeeper.snapSizeLimitInKb**)