Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-9436

hbase.regionserver.handler.count default: 5, 10, 25, 30? pick one

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.98.0, 0.96.0
    • None
    • None
    • Reviewed

    Description

      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),

      Attachments

        1. 9436.v1.patch
          2 kB
          Nicolas Liochon
        2. 9436.v2.patch
          3 kB
          Nicolas Liochon

        Issue Links

          Activity

            People

              nkeywal Nicolas Liochon
              nkeywal Nicolas Liochon
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: