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

[jira] [Updated] (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:all-tabpanel ]

ASF GitHub Bot updated FLINK-24585:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>              Labels: pull-request-available
>
> {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)