Skip to content

Commit

Permalink
HBASE-25090 CompactionConfiguration logs unrealistic store file sizes (
Browse files Browse the repository at this point in the history
…apache#2612)

Signed-off-by: stack <stack@apache.org>
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
  • Loading branch information
GeorryHuang authored and ndimiduk committed Nov 2, 2020
1 parent b1b8406 commit e528c01
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -152,7 +152,9 @@ public class CompactionConfiguration {
@Override
public String toString() {
return String.format(
"size [%d, %d, %d); files [%d, %d); ratio %f; off-peak ratio %f; throttle point %d;"
"size [minCompactSize:%s, maxCompactSize:%s, offPeakMaxCompactSize:%s);"
+ " files [minFilesToCompact:%d, maxFilesToCompact:%d);"
+ " ratio %f; off-peak ratio %f; throttle point %d;"
+ " major period %d, major jitter %f, min locality to compact %f;"
+ " tiered compaction: max_age %d, incoming window min %d,"
+ " compaction policy for tiered window %s, single output for minor %b,"
Expand Down

0 comments on commit e528c01

Please sign in to comment.