[
https://issues.apache.org/jira/browse/HBASE-26249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448209#comment-17448209
]
Hudson commented on HBASE-26249:
--------------------------------
Results for branch branch-2
[build #399 on
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/399/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/399/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/399/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/399/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/399/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Ameliorate compaction made by bulk-loading 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
> Fix For: 2.5.0, 3.0.0-alpha-2
>
>
> HBASE-25213 introduced to trigger compact after bulkload, but if a store
> needs compaction, each file loaded to this store will add a compaction runner
> of this store to the compaction queue. Then repeatedly compute for
> needCompaction and selectFiles for this store, and the compaction of the
> store may be continuous.
> We can mark the queued compaction runners for the stores, and avoid
> repeatedly adding same store compactions to the queue after bulk load files.
> This method can reduce the pressure during the period just after bulk loading
> and spread the pressure to other times by the periodic CompactionChecker.
> For the need of splitting mentioned before, after the completion of
> compaction, it will trigger split of the region if it needs. So we do not
> need to trigger split after bulk loading.
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)