HBASE-25090 CompactionConfiguration logs unrealistic store file sizes (#2595)

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
GeorryHuang 2020-10-30 04:09:18 +08:00 committed by stack
parent 259fe1984a
commit 35b344c337
1 changed files with 3 additions and 1 deletions

View File

@ -180,7 +180,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,"