Author: mahadev
Date: Fri Mar  5 02:27:20 2010
New Revision: 919270

URL: http://svn.apache.org/viewvc?rev=919270&view=rev
Log:
ZOOKEEPER-681. Minor doc issue re unset maxClientCnxns (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=919270&r1=919269&r2=919270&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/CHANGES.txt (original)
+++ hadoop/zookeeper/trunk/CHANGES.txt Fri Mar  5 02:27:20 2010
@@ -242,6 +242,8 @@
 
   ZOOKEEPER-687. LENonterminatetest fails on some machines. (mahadev)
 
+  ZOOKEEPER-681. Minor doc issue re unset maxClientCnxns (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=919270&r1=919269&r2=919270&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/docs/zookeeperAdmin.html (original)
+++ hadoop/zookeeper/trunk/docs/zookeeperAdmin.html Fri Mar  5 02:27:20 2010
@@ -1078,8 +1078,8 @@
               level) that a single client, identified by IP address, may make
               to a single member of the ZooKeeper ensemble. This is used to 
               prevent certain classes of DoS attacks, including file 
-              descriptor exhaustion. Setting this to 0 or omitting it entirely 
-              removes the limit on concurrent connections.</p>
+              descriptor exhaustion. The default is 10. Setting this to 0 
+              entirely removes the limit on concurrent connections.</p>
 </dd>
         
 </dl>

Modified: hadoop/zookeeper/trunk/docs/zookeeperAdmin.pdf
URL: 
http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/docs/zookeeperAdmin.pdf?rev=919270&r1=919269&r2=919270&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=919270&r1=919269&r2=919270&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
 Fri Mar  5 02:27:20 2010
@@ -714,8 +714,8 @@
               level) that a single client, identified by IP address, may make
               to a single member of the ZooKeeper ensemble. This is used to 
               prevent certain classes of DoS attacks, including file 
-              descriptor exhaustion. Setting this to 0 or omitting it entirely 
-              removes the limit on concurrent connections.</para>
+              descriptor exhaustion. The default is 10. Setting this to 0 
+              entirely removes the limit on concurrent connections.</para>
             </listitem>
            </varlistentry>
         </variablelist>


Reply via email to