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

Separate the thread number configs for meta server and server operations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.0
    • master
    • None

    Description

      Currently, the config keys for thread number of meta server and server operations in HMaster are same:
      See: HMaster.java #993

      this.service.startExecutorService(ExecutorType.MASTER_SERVER_OPERATIONS,
            conf.getInt("hbase.master.executor.serverops.threads", 5));
         this.service.startExecutorService(ExecutorType.MASTER_META_SERVER_OPERATIONS,
            conf.getInt("hbase.master.executor.serverops.threads", 5));
      

      In large cluster, we usually enlarge the thread number for server operation separately to make the master handle regionserver shutdown events quickly in some extremely cases.

      So I think we need separate the thread number config for the two operations.

      Suggestions are welcomed. Thanks~

      Attachments

        1. HBASE-13348-v2.diff
          0.9 kB
          Shaohui Liu
        2. HBASE-13348-v1.diff
          0.9 kB
          Shaohui Liu

        Activity

          People

            liushaohui Shaohui Liu
            liushaohui Shaohui Liu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: