You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Elliott Clark (JIRA)" <ji...@apache.org> on 2013/09/04 20:20:52 UTC

[jira] [Comment Edited] (HBASE-9436) hbase.regionserver.handler.count default: 5, 10, 25, 30? pick one

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

Elliott Clark edited comment on HBASE-9436 at 9/4/13 6:18 PM:
--------------------------------------------------------------

30 is the correct answer.

{quote}
server/hbase-site
{quote}
That is for test only; it's in test/resources.

We should bring the code in line with the xml.
                
      was (Author: eclark):
    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