You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jd...@apache.org on 2011/04/13 01:23:54 UTC

svn commit: r1091594 - in /hbase/branches/0.90: CHANGES.txt src/main/resources/hbase-default.xml

Author: jdcryans
Date: Tue Apr 12 23:23:54 2011
New Revision: 1091594

URL: http://svn.apache.org/viewvc?rev=1091594&view=rev
Log:
HBASE-3773  Set ZK max connections much higher in 0.90

Modified:
    hbase/branches/0.90/CHANGES.txt
    hbase/branches/0.90/src/main/resources/hbase-default.xml

Modified: hbase/branches/0.90/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1091594&r1=1091593&r2=1091594&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Tue Apr 12 23:23:54 2011
@@ -22,6 +22,7 @@ Release 0.90.3 - Unreleased
    HBASE-3652  Speed up tests by lowering some sleeps
    HBASE-3578  TableInputFormat does not setup the configuration for HBase
                mapreduce jobs correctly (Dan Harvey via Stack)
+   HBASE-3773  Set ZK max connections much higher in 0.90
 
   TASK
    HBASE-3748  Add rolling of thrift/rest daemons to graceful_stop.sh script

Modified: hbase/branches/0.90/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/src/main/resources/hbase-default.xml?rev=1091594&r1=1091593&r2=1091594&view=diff
==============================================================================
--- hbase/branches/0.90/src/main/resources/hbase-default.xml (original)
+++ hbase/branches/0.90/src/main/resources/hbase-default.xml Tue Apr 12 23:23:54 2011
@@ -602,7 +602,7 @@
   </property>
   <property>
     <name>hbase.zookeeper.property.maxClientCnxns</name>
-    <value>30</value>
+    <value>2000</value>
     <description>Property from ZooKeeper's config zoo.cfg.
     Limit on number of concurrent connections (at the socket level) that a
     single client, identified by IP address, may make to a single member of