You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yubin Li (Jira)" <ji...@apache.org> on 2021/10/19 06:27:00 UTC

[jira] [Created] (FLINK-24585) Print the change in the size of the compacted files

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)