-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.4, 1.2.0, 1.3.0
-
Component/s: Runtime / Coordination
-
Labels:None
If ExecutionGraph.restoreLatestCheckpointedState fails with an exception, then all subsequent recoveries will fail because the scheduler has not been set in the ExecutionGraph.
I propose to set the scheduler when the ExecutionGraph is created to avoid this problem.