Browse Source

ZOOKEEPER-574. the documentation on snapcount in the admin guide has the wrong default (phunt via mahadev)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@902320 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar 15 years ago
parent
commit
635896d619

+ 3 - 0
CHANGES.txt

@@ -204,6 +204,9 @@ BUGFIXES:
 
   ZOOKEEPER-647. hudson failure in testLeaderShutdown (flavio via mahadev)
 
+  ZOOKEEPER-574. the documentation on snapcount in the admin guide has the
+  wrong default (phunt via mahadev)
+
 IMPROVEMENTS:
   ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
   "socket reuse" and failure to close client (phunt via mahadev)

+ 5 - 9
docs/zookeeperAdmin.html

@@ -1015,15 +1015,11 @@ server.3=zoo3:2888:3888</span>
 </dt>
 <dd>
 <p>(Java system property: <strong>zookeeper.snapCount</strong>)</p>
-<p>Clients can submit requests faster than ZooKeeper can
-              process them, especially if there are a lot of clients. To
-              prevent ZooKeeper from running out of memory due to queued
-              requests, ZooKeeper will throttle clients so that there is no
-              more than globalOutstandingLimit outstanding requests in the
-              system. The default limit is 1,000.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 started. The default snapCount is 10,000.</p>
+<p>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.</p>
 </dd>
 
           

File diff suppressed because it is too large
+ 3 - 3
docs/zookeeperAdmin.pdf


+ 5 - 9
src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

@@ -649,15 +649,11 @@ server.3=zoo3:2888:3888</computeroutput></para>
               <para>(Java system property: <emphasis
               role="bold">zookeeper.snapCount</emphasis>)</para>
 
-              <para>Clients can submit requests faster than ZooKeeper can
-              process them, especially if there are a lot of clients. To
-              prevent ZooKeeper from running out of memory due to queued
-              requests, ZooKeeper will throttle clients so that there is no
-              more than globalOutstandingLimit outstanding requests in the
-              system. The default limit is 1,000.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 started. The default snapCount is 10,000.</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>
             </listitem>
           </varlistentry>
 

Some files were not shown because too many files changed in this diff