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)