You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/02/28 11:21:45 UTC

[jira] [Created] (FLINK-5934) Scheduler in ExecutionGraph null if failure happens in ExecutionGraph.restoreLatestCheckpointedState

Till Rohrmann created FLINK-5934:
------------------------------------

             Summary: Scheduler in ExecutionGraph null if failure happens in ExecutionGraph.restoreLatestCheckpointedState
                 Key: FLINK-5934
                 URL: https://issues.apache.org/jira/browse/FLINK-5934
             Project: Flink
          Issue Type: Bug
          Components: Distributed Coordination
    Affects Versions: 1.1.4, 1.2.0, 1.3.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann


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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)