Przeglądaj źródła

ZOOKEEPER-1781. ZooKeeper Server fails if snapCount is set to 1 (Takashi Ohnishi via phunt, breed)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1530110 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 11 lat temu
rodzic
commit
391c165474

BIN
docs/index.pdf


BIN
docs/javaExample.pdf


BIN
docs/linkmap.pdf


BIN
docs/recipes.pdf


BIN
docs/releasenotes.pdf


+ 4 - 7
docs/zookeeperAdmin.html

@@ -1074,13 +1074,10 @@ server.3=zoo3:2888:3888</pre>
 <dd>
 <p>(Java system property: <strong>zookeeper.snapCount</strong>)</p>
 <p>ZooKeeper logs transactions to a transaction
-              log. SnapCount defines a timing when a snapshot is started
-              and a new transaction logfile is created. A random number
-              between snapCount/2 and snapCount-1 is chosen and when the
-              number of transactions becomes bigger than it, ZooKeeper
-              server starts a snapshot. This prevents that all the ZooKeeper
-              servers in the ensemble start a snapshot at the same time.
-              The default snapCount is 100,000.</p>
+              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.</p>
 </dd>
 
           

BIN
docs/zookeeperAdmin.pdf


BIN
docs/zookeeperHierarchicalQuorums.pdf


BIN
docs/zookeeperInternals.pdf


BIN
docs/zookeeperJMX.pdf


BIN
docs/zookeeperObservers.pdf


BIN
docs/zookeeperOver.pdf


BIN
docs/zookeeperProgrammers.pdf


BIN
docs/zookeeperQuotas.pdf


BIN
docs/zookeeperStarted.pdf


BIN
docs/zookeeperTutorial.pdf