Browse Source

ZOOKEEPER-681. Minor doc issue re unset maxClientCnxns (phunt via mahadev)

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

+ 2 - 0
CHANGES.txt

@@ -242,6 +242,8 @@ BUGFIXES:
 
 
   ZOOKEEPER-687. LENonterminatetest fails on some machines. (mahadev)
   ZOOKEEPER-687. LENonterminatetest fails on some machines. (mahadev)
 
 
+  ZOOKEEPER-681. Minor doc issue re unset maxClientCnxns (phunt via mahadev)
+ 
 IMPROVEMENTS:
 IMPROVEMENTS:
   ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
   ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
   "socket reuse" and failure to close client (phunt via mahadev)
   "socket reuse" and failure to close client (phunt via mahadev)

+ 2 - 2
docs/zookeeperAdmin.html

@@ -1078,8 +1078,8 @@ server.3=zoo3:2888:3888</span>
               level) that a single client, identified by IP address, may make
               level) that a single client, identified by IP address, may make
               to a single member of the ZooKeeper ensemble. This is used to 
               to a single member of the ZooKeeper ensemble. This is used to 
               prevent certain classes of DoS attacks, including file 
               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>
 </dd>
         
         
 </dl>
 </dl>

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


+ 2 - 2
src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

@@ -714,8 +714,8 @@ server.3=zoo3:2888:3888</computeroutput></para>
               level) that a single client, identified by IP address, may make
               level) that a single client, identified by IP address, may make
               to a single member of the ZooKeeper ensemble. This is used to 
               to a single member of the ZooKeeper ensemble. This is used to 
               prevent certain classes of DoS attacks, including file 
               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>
             </listitem>
            </varlistentry>
            </varlistentry>
         </variablelist>
         </variablelist>

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