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

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

    [ https://issues.apache.org/jira/browse/FLINK-24585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17430325#comment-17430325 ] 

Jingsong Lee commented on FLINK-24585:
--------------------------------------

Assigned to u [~liyubin117]

> 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
>            Assignee: Yubin Li
>            Priority: Major
>
> {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)