Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.9.0, 1.10.0
Description
The job does not recover if a checkpoint cannot be read and jobmanager.execution.failover-strategy is set to "region".
Analysis
The RestartCallback created by AdaptedRestartPipelinedRegionStrategyNG throws a RuntimeException if no checkpoints could be read. When the restart is invoked in a separate thread pool, the exception is swallowed. See:
Expected behavior
- Job should restart
Attachments
Attachments
Issue Links
- is caused by
-
FLINK-13060 FailoverStrategies should respect restart constraints
- Closed
- links to