Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.4, 1.2.0, 1.3.0
-
None
Description
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.