HBASE-2133 Increase default number of client handlers

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@899863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2010-01-16 01:02:41 +00:00
parent b145b4b83e
commit ff9dfa44b7
1 changed files with 2 additions and 2 deletions

View File

@ -156,10 +156,10 @@
</property> </property>
<property> <property>
<name>hbase.regionserver.handler.count</name> <name>hbase.regionserver.handler.count</name>
<value>10</value> <value>25</value>
<description>Count of RPC Server instances spun up on RegionServers <description>Count of RPC Server instances spun up on RegionServers
Same property is used by the HMaster for count of master handlers. Same property is used by the HMaster for count of master handlers.
Default is 10. Default is 25.
</description> </description>
</property> </property>
<property> <property>