Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0
-
None
Description
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.
Attachments
Issue Links
- is related to
-
FLINK-23021 Check for illegal modifications of JobGraph with finished operators
- Closed
- links to