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:00:00 UTC

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

Yun Gao created FLINK-21089:
-------------------------------

             Summary: 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
            Reporter: Yun Gao


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)