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

anoopsamjohn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new c4e892e  HBASE-23832 Old config hbase.hstore.compactionThreshold is 
ignored
c4e892e is described below

commit c4e892e3f1c4e1d573ca00faad6f165e2692649b
Author: Sambit Mohapatra <mohapatra.sam...@live.com>
AuthorDate: Tue May 12 10:49:32 2020 -0700

    HBASE-23832 Old config hbase.hstore.compactionThreshold is ignored
    
    Signed-off-by Anoop Sam John <anoopsamj...@apache.org>
---
 hbase-common/src/main/resources/hbase-default.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/hbase-common/src/main/resources/hbase-default.xml 
b/hbase-common/src/main/resources/hbase-default.xml
index 5f5ba42..d1a5cb9 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -824,14 +824,15 @@ possible configurations would overwhelm and obscure the 
important.
   </property>
   <property>
     <name>hbase.hstore.compaction.min</name>
-    <value>3</value>
+    <value></value>
     <description>The minimum number of StoreFiles which must be eligible for 
compaction before
       compaction can run. The goal of tuning hbase.hstore.compaction.min is to 
avoid ending up with
       too many tiny StoreFiles to compact. Setting this value to 2 would cause 
a minor compaction
       each time you have two StoreFiles in a Store, and this is probably not 
appropriate. If you
       set this value too high, all the other values will need to be adjusted 
accordingly. For most
-      cases, the default value is appropriate. In previous versions of HBase, 
the parameter
-      hbase.hstore.compaction.min was named 
hbase.hstore.compactionThreshold.</description>
+      cases, the default value is appropriate  (empty value here, results in 3 
by code logic). In 
+      previous versions of HBase, the parameter hbase.hstore.compaction.min 
was named 
+      hbase.hstore.compactionThreshold.</description>
   </property>
   <property>
     <name>hbase.hstore.compaction.max</name>

Reply via email to