Skip to content

Commit

Permalink
HBASE-27942 Update the description about hbase.hstore.compactionThres…
Browse files Browse the repository at this point in the history
…hold (#5302)

Signed-off-by: Duo Zhang <[email protected]>
  • Loading branch information
guluo2016 authored Jul 5, 2023
1 parent 05a47fe commit d8447d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbase-common/src/main/resources/hbase-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,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>
Expand Down

0 comments on commit d8447d9

Please sign in to comment.