[ 
https://issues.apache.org/jira/browse/FLINK-23512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17402041#comment-17402041
 ] 

Yun Gao commented on FLINK-23512:
---------------------------------

Fixed via 
c4e9a0b7471af56078014ee82b4c78d6b76ee976..4987190b66040a78bdc4b488f45c9f71f027f460
 on master.

> Check for illegal modifications of JobGraph with partially finished operators
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-23512
>                 URL: https://issues.apache.org/jira/browse/FLINK-23512
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Checkpointing
>    Affects Versions: 1.14.0
>            Reporter: Yun Gao
>            Assignee: Yun Gao
>            Priority: Major
>              Labels: pull-request-available
>
> Besides the fully finished operators, we also would like to disable inserting 
> new operators before the partially finished operators:
>  # If keyed state is used and discarded after the tasks get finished in the 
> first run, then if we received new records target at these keys, the result 
> would be not right.
>  # Similarly, for normal operator subtasks, if new records are emitted and 
> they relies on the discarded states, the result would also be confused. 
> Thus we would first disable such cases. 



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

Reply via email to