You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Junhong Xu (Jira)" <ji...@apache.org> on 2020/06/01 06:25:00 UTC

[jira] [Commented] (HBASE-24436) The store file open and close thread pool should be shared at the region level

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

Junhong Xu commented on HBASE-24436:
------------------------------------

Ping [~anoop.hbase][~apurtell] the patch has been updated, please take a look

> The store file open and close thread pool should be shared at the region level
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-24436
>                 URL: https://issues.apache.org/jira/browse/HBASE-24436
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Junhong Xu
>            Assignee: Junhong Xu
>            Priority: Minor
>
> For now, we provide threads per column family evenly in general, but  there are some cases that some column families have much more store files than others( maybe that's the life, right? ). So in that case, some Stores have beed done quickly while others are struggling.We should share the thread pool at the region level in case of data skew.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)