You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Piotr Nowojski (Jira)" <ji...@apache.org> on 2022/05/24 08:56:00 UTC

[jira] [Closed] (FLINK-27724) The SubtaskCheckpointCoordinatorImpl#close() isn't called in anywhere

     [ https://issues.apache.org/jira/browse/FLINK-27724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piotr Nowojski closed FLINK-27724.
----------------------------------
    Resolution: Not A Problem

As [~fanrui] pointed out in an offline discussion, {{SubtaskCheckpointCoordinatorImpl}} is actually closed via call stack:
# org.apache.flink.streaming.runtime.tasks.StreamTask#cleanUp
# resourceCloser.close();
# and combination of {{resourceCloser.registerCloseable(cancelables);}} + registering {{SubtaskCheckpointCoordinatorImpl}} in {{cancelables}}.

Thanks for spotting this.

> The SubtaskCheckpointCoordinatorImpl#close() isn't called in anywhere
> ---------------------------------------------------------------------
>
>                 Key: FLINK-27724
>                 URL: https://issues.apache.org/jira/browse/FLINK-27724
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Checkpointing
>    Affects Versions: 1.14.0, 1.15.0
>            Reporter: fanrui
>            Assignee: fanrui
>            Priority: Major
>             Fix For: 1.16.0
>
>
> The SubtaskCheckpointCoordinatorImpl#close() isn't called in anywhere



--
This message was sent by Atlassian Jira
(v8.20.7#820007)