Github user maoling commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/349#discussion_r135400691
--- Diff: src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml ---
@@ -823,10 +823,10 @@ server.3=zoo3:2888:3888</programlisting>
role="bold">zookeeper.snapCount</emphasis>)</para>
<para>ZooKeeper logs transactions to a transaction
- log. After snapCount transactions are written to a log
- file a snapshot is started and a new transaction log
- file is created. The default snapCount is
- 100,000.</para>
+ log. After the count of transactions which are written to a
log
+ file exceed a runtime-set limit in [snapCount/2,
snapCount),a snapshot
--- End diff --
- awesome suggestions. especially emphasizing the purpose of this snapshot
strategy is to prevent all of the machines in the quorum from taking a
snapshot at the same time
- done
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---