From f87737848182e04bb26b6cc3e7232f35d8e4be51 Mon Sep 17 00:00:00 2001 From: guluo Date: Wed, 5 Jul 2023 22:07:49 +0800 Subject: [PATCH] HBASE-27942 Update the description about hbase.hstore.compactionThreshold (#5302) Signed-off-by: Duo Zhang (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 a4ee0c8b20b6..d2ecef6bda3d 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -812,7 +812,7 @@ possible configurations would overwhelm and obscure the important. hbase.hstore.compactionThreshold 3 - If more than this number of StoreFiles exist in any one Store + 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.