[
https://issues.apache.org/jira/browse/HBASE-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13760415#comment-13760415
]
Nicolas Liochon commented on HBASE-9436:
----------------------------------------
bq. Since we now have protections against it and 30 ain't that low.
Agreed, will do.
> 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
> Attachments: 9436.v1.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