This is an automated email from the ASF dual-hosted git repository.
maoling 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 be3c395 Updating the docs to reflect the comments from the previous PR
be3c395 is described below
commit be3c3954e6bd940baf4b8d21b4b6a87a71f76ee6
Author: Vladimir Ivic <[email protected]>
AuthorDate: Tue Jan 4 11:26:27 2022 +0800
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 <[email protected]>
Reviewers: Andor Molnar <[email protected]>, Enrico Olivelli
<[email protected]>, maoling <[email protected]>
Closes #1089 from vladimirivic/ZOOKEEPER-3491_docs_update
---
zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
index 3671f1e..84ecf94 100644
--- a/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
+++ b/zookeeper-docs/src/main/resources/markdown/zookeeperAdmin.md
@@ -650,8 +650,7 @@ property, when available, is noted below.
(Java system property: **zookeeper.commitLogCount**)
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
- 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* :
(Java system property: **zookeeper.snapSizeLimitInKb**)