Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.10.0, 1.11.2, 1.12.0
Description
Since we have put all non-IO operations of CheckpointCoordinator into main thread executor, the CheckpointFailureManager.FailJobCallback could be executed directly now. In this way execution graph would fail immediately when CheckpointFailureManager invokes the callback. We could avoid the inconsistent scenario of FLINK-13497.
Attachments
Issue Links
- causes
-
FLINK-13497 Checkpoints can complete after CheckpointFailureManager fails job
- Closed
- fixes
-
FLINK-13497 Checkpoints can complete after CheckpointFailureManager fails job
- Closed
- links to