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

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


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 7640557f3b3 HBASE-27942 Update the description about 
hbase.hstore.compactionThreshold (#5302)
7640557f3b3 is described below

commit 7640557f3b3ecf383514d0974957a1eee104103f
Author: guluo <lupeng_n...@qq.com>
AuthorDate: Wed Jul 5 22:07:49 2023 +0800

    HBASE-27942 Update the description about hbase.hstore.compactionThreshold 
(#5302)
    
    Signed-off-by: Duo Zhang <zhang...@apache.org>
    (cherry picked from commit d8447d9fef57076c479f7ced6564a0cfb582cf3e)
---
 hbase-common/src/main/resources/hbase-default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-common/src/main/resources/hbase-default.xml 
b/hbase-common/src/main/resources/hbase-default.xml
index f48eb1a6203..39b98ec65d9 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -802,7 +802,7 @@ possible configurations would overwhelm and obscure the 
important.
   <property>
     <name>hbase.hstore.compactionThreshold</name>
     <value>3</value>
-    <description> If more than this number of StoreFiles exist in any one Store
+    <description> If more than or equal to this number of StoreFiles exist in 
any one Store
       (one StoreFile is written per flush of MemStore), a compaction is run to 
rewrite all
       StoreFiles into a single StoreFile. Larger values delay compaction, but 
when compaction does
       occur, it takes longer to complete.</description>

Reply via email to