Author: mahadev
Date: Sat Jan 23 00:31:09 2010
New Revision: 902320

URL: http://svn.apache.org/viewvc?rev=902320&view=rev
Log:
ZOOKEEPER-574. the documentation on snapcount in the admin guide has the wrong 
default (phunt via mahadev)

Modified:
    hadoop/zookeeper/trunk/CHANGES.txt
    hadoop/zookeeper/trunk/docs/zookeeperAdmin.html
    hadoop/zookeeper/trunk/docs/zookeeperAdmin.pdf
    
hadoop/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

Modified: hadoop/zookeeper/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/CHANGES.txt?rev=902320&r1=902319&r2=902320&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/CHANGES.txt (original)
+++ hadoop/zookeeper/trunk/CHANGES.txt Sat Jan 23 00:31:09 2010
@@ -204,6 +204,9 @@
 
   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)

Modified: hadoop/zookeeper/trunk/docs/zookeeperAdmin.html
URL: 
http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/docs/zookeeperAdmin.html?rev=902320&r1=902319&r2=902320&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/docs/zookeeperAdmin.html (original)
+++ hadoop/zookeeper/trunk/docs/zookeeperAdmin.html Sat Jan 23 00:31:09 2010
@@ -1015,15 +1015,11 @@
 </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>
 
           

Modified: hadoop/zookeeper/trunk/docs/zookeeperAdmin.pdf
URL: 
http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/docs/zookeeperAdmin.pdf?rev=902320&r1=902319&r2=902320&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
hadoop/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
URL: 
http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml?rev=902320&r1=902319&r2=902320&view=diff
==============================================================================
--- 
hadoop/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
 (original)
+++ 
hadoop/zookeeper/trunk/src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml
 Sat Jan 23 00:31:09 2010
@@ -649,15 +649,11 @@
               <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>
 


Reply via email to