You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Peter Somogyi (Jira)" <ji...@apache.org> on 2023/01/10 17:15:00 UTC

[jira] [Created] (HBASE-27565) Make the initial corePoolSize configurable for ChoreService

Peter Somogyi created HBASE-27565:
-------------------------------------

             Summary: Make the initial corePoolSize configurable for ChoreService
                 Key: HBASE-27565
                 URL: https://issues.apache.org/jira/browse/HBASE-27565
             Project: HBase
          Issue Type: Improvement
          Components: conf
            Reporter: Peter Somogyi
            Assignee: Peter Somogyi


The initial corePoolSize for ChoreService is set to 1. The pool size is increased when a scheduled task misses its start time.

On a cluster where the archive size is large, the HFileCleaner could run for a very long time and block the rest of the chores to run.

By making the initial pool size configurable we could solve the bottleneck of caused by a long-running HFileCleaner chore.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)