[
https://issues.apache.org/jira/browse/HBASE-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762566#comment-13762566
]
Hudson commented on HBASE-9436:
-------------------------------
SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #719 (See
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/719/])
HBASE-9436 hbase.regionserver.handler.count default (nkeywal: rev 1521166)
*
/hbase/trunk/hbase-common/src/main/java/org/apache/hadoop/hbase/HConstants.java
* /hbase/trunk/hbase-server/src/test/resources/hbase-site.xml
* /hbase/trunk/src/main/docbkx/configuration.xml
> hbase.regionserver.handler.count default: 5, 10, 25, 30? pick one
> -----------------------------------------------------------------
>
> Key: HBASE-9436
> URL: https://issues.apache.org/jira/browse/HBASE-9436
> Project: HBase
> Issue Type: Bug
> Reporter: Nicolas Liochon
> Assignee: Nicolas Liochon
> Priority: Minor
> Fix For: 0.98.0, 0.96.0
>
> Attachments: 9436.v1.patch, 9436.v2.patch
>
>
> Below what we have today.
> I vote for 10.
> configuration.xml
> The default of 10 is rather low
> common/hbase-site
> <name>hbase.regionserver.handler.count</name>
> <value>30</value>
> server/hbase-site
> <value>5</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. <===
> HMaster.java
> int numHandlers = conf.getInt("hbase.master.handler.count",
> conf.getInt("hbase.regionserver.handler.count", 25));
> HRegionServer.java
> hbase.regionserver.handler.count:
> conf.getInt("hbase.regionserver.handler.count", 10),
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira