Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-25547: Thread pools should release unused resources #3037

Merged
merged 2 commits into from
Mar 9, 2021

Commits on Mar 8, 2021

  1. HBASE-25547: Thread pools should release unused resources (apache#2922)

    Plumbs the configuration needed to enable core thread timeout on non-critical thread pools.
    Currently only enabled for thread pools with op-codes RS_LOG_REPLAY_OPS, RS_PARALLEL_SEEK, MASTER_SNAPSHOT_OPERATIONS, MASTER_MERGE_OPERATIONS. Others can be added later as
    needed.
    
    Signed-off-by: Michael Stack <stack@apache.org>
    Signed-off-by: Viraj Jasani <vjasani@apache.org>
    Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
    (cherry picked from commit 618236d)
    bharathv committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9e7476c View commit details
    Browse the repository at this point in the history
  2. HBASE-25547 (addendum): Roll ExecutorType into ExecutorConfig

    (cherry picked from commit 4c822d7)
    bharathv committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    f9665b5 View commit details
    Browse the repository at this point in the history