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

[jira] [Updated] (FLINK-21089) Skip the execution of the fully finished operators after recovery

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

Yun Gao updated FLINK-21089:
----------------------------
    Component/s: Runtime / Checkpointing
                 API / DataStream

> Skip the execution of the fully finished operators after recovery
> -----------------------------------------------------------------
>
>                 Key: FLINK-21089
>                 URL: https://issues.apache.org/jira/browse/FLINK-21089
>             Project: Flink
>          Issue Type: Sub-task
>          Components: API / DataStream, Runtime / Checkpointing
>            Reporter: Yun Gao
>            Priority: Major
>
> After recovery we should skip the execution of fully finished operators to keep consistent:
>  # For sources (including legacy source and new source), they should directly emit EndOfPartition.
>  # For both source and non-source operators, their lifecycle methods like open/endOfInput/close should be skipped.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)