[
https://issues.apache.org/jira/browse/HBASE-25744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17319442#comment-17319442
]
Hudson commented on HBASE-25744:
--------------------------------
Results for branch branch-2
[build #226 on
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/226/]:
(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/226/General_20Nightly_20Build_20Report/]
(x) {color:red}-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/226/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(x) {color:red}-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/226/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/branch-2/226/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}
> Change default of `hbase.normalizer.merge.min_region_size.mb` to `0`
> --------------------------------------------------------------------
>
> Key: HBASE-25744
> URL: https://issues.apache.org/jira/browse/HBASE-25744
> Project: HBase
> Issue Type: Improvement
> Components: master, Normalizer
> Affects Versions: 3.0.0-alpha-1, 2.5.0
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Priority: Major
> Fix For: 3.0.0-alpha-1, 2.5.0
>
>
> The current default value is {{1}}, which means normalizer will leave regions
> of 0-1mb size hanging around. We should set this down to {{0}} so that these
> small regions go away by default. As I recall, the value was set as it is in
> order to prevent the normalizer from merging up regions immediately after an
> operator creates a pre-split table. IMHO, this use case is more than covered
> by these other configurations with their default values:
> * {{hbase.normalizer.min.region.count=3}}
> * {{hbase.normalizer.merge.min_region_age.days=3}}
> For details, see
> *
> http://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/master/normalizer/package-summary.html#package.description
> *
> http://hbase.apache.org/devapidocs/org/apache/hadoop/hbase/master/normalizer/SimpleRegionNormalizer.html
--
This message was sent by Atlassian Jira
(v8.3.4#803005)