You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/11/23 13:04:01 UTC

[hbase] 01/03: HBASE-27504 Remove duplicated config 'hbase.normalizer.merge.min_region_age.days' in hbase-default.xml (#4894)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 9cf813465dcfc024fd9c8359d933d25d5a28ae80
Author: mokai <mo...@126.com>
AuthorDate: Wed Nov 23 18:54:00 2022 +0800

    HBASE-27504 Remove duplicated config 'hbase.normalizer.merge.min_region_age.days' in hbase-default.xml (#4894)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
    (cherry picked from commit c691091f780150d41f6205666b6c221618567ee6)
---
 hbase-common/src/main/resources/hbase-default.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml
index f3a243a6e80..270d097e024 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -661,11 +661,6 @@ possible configurations would overwhelm and obscure the important.
     <value>3</value>
     <description>The minimum age for a region to be considered for a merge, in days.</description>
   </property>
-  <property>
-    <name>hbase.normalizer.merge.min_region_age.days</name>
-    <value>3</value>
-    <description>The minimum age for a region to be considered for a merge, in days.</description>
-  </property>
   <property>
     <name>hbase.normalizer.merge.min_region_size.mb</name>
     <value>1</value>