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#2595)


Signed-off-by: stack <stack@apache.org>
  • Loading branch information
GeorryHuang authored and ndimiduk committed Oct 30, 2020
1 parent 2f9d507 commit f1fdb2b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ public class CompactionConfiguration {
@Override
public String toString() {
return String.format(
"size [%s, %s, %s); 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 f1fdb2b

Please sign in to comment.