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

[jira] [Created] (FLINK-23021) Check if the restarted job topology is consistent on restart

Yun Gao created FLINK-23021:
-------------------------------

             Summary: Check if the restarted job topology is consistent on restart
                 Key: FLINK-23021
                 URL: https://issues.apache.org/jira/browse/FLINK-23021
             Project: Flink
          Issue Type: Sub-task
            Reporter: Yun Gao


Users might modify the job topology before restart for external checkpoint and savepoint. To overcome this issue, we would need to check if a fully finished operator have been added after a non-fully-finished operator. If so, we would throw exception to disallow this situation or re-mark the fully finished operator as alive. 



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