You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2010/01/16 02:02:42 UTC

svn commit: r899863 - /hadoop/hbase/trunk/conf/hbase-default.xml

Author: apurtell
Date: Sat Jan 16 01:02:41 2010
New Revision: 899863

URL: http://svn.apache.org/viewvc?rev=899863&view=rev
Log:
HBASE-2133 Increase default number of client handlers

Modified:
    hadoop/hbase/trunk/conf/hbase-default.xml

Modified: hadoop/hbase/trunk/conf/hbase-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/conf/hbase-default.xml?rev=899863&r1=899862&r2=899863&view=diff
==============================================================================
--- hadoop/hbase/trunk/conf/hbase-default.xml (original)
+++ hadoop/hbase/trunk/conf/hbase-default.xml Sat Jan 16 01:02:41 2010
@@ -156,10 +156,10 @@
   </property>
   <property>
     <name>hbase.regionserver.handler.count</name>
-    <value>10</value>
+    <value>25</value>
     <description>Count of RPC Server instances spun up on RegionServers
     Same property is used by the HMaster for count of master handlers.
-    Default is 10.
+    Default is 25.
     </description>
   </property>
   <property>