You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Xiaolin Ha (Jira)" <ji...@apache.org> on 2021/11/04 12:10:00 UTC

[jira] [Updated] (HBASE-26249) Avoid repeatedly trigger compact after bulk load files

     [ https://issues.apache.org/jira/browse/HBASE-26249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiaolin Ha updated HBASE-26249:
-------------------------------
    Summary: Avoid repeatedly trigger compact after bulk load files  (was: Request split and compact after bulk load files)

> Avoid repeatedly trigger compact after bulk load files
> ------------------------------------------------------
>
>                 Key: HBASE-26249
>                 URL: https://issues.apache.org/jira/browse/HBASE-26249
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Xiaolin Ha
>            Assignee: Xiaolin Ha
>            Priority: Major
>
> HBASE-25213 introduced to compact after bulkload, but it used the `selectNow` compaction which always select compact files, and set a relatively high priority for the compaction. 
> I think we should requestSystemCompaction instead, and before it we can check and request split to reduce total compaction IO.
>  



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