Yubin Li created FLINK-24585: -------------------------------- Summary: Print the change in the size of the compacted files Key: FLINK-24585 URL: https://issues.apache.org/jira/browse/FLINK-24585 Project: Flink Issue Type: Improvement Components: Connectors / FileSystem Affects Versions: 1.15.0 Reporter: Yubin Li
{code:java} LOG.info( "Compaction time cost is '{}S', target file is '{}', input files are '{}'", costSeconds, target, paths); {code} only print the file name and time cost in compacting, maybe we need to print the size change. we have a demand in this, and have implemented it, please assign this to me, thanks -- This message was sent by Atlassian Jira (v8.3.4#803005)