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 12:54:43 UTC

[hbase] 01/02: 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.4
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 1c9f6c5ccdf08c2ea0d385dc1262c0860c609e3b
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 f0661adaba6..269c99dba27 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -643,11 +643,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>