[ 
https://issues.apache.org/jira/browse/HBASE-9436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13758105#comment-13758105
 ] 

Elliott Clark commented on HBASE-9436:
--------------------------------------

30 is the correct answer.

{quote}
server/hbase-site
{quote}
                
> 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
>
> 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

Reply via email to