Till Rohrmann created FLINK-9672: ------------------------------------ Summary: Fail fatally if we cannot submit job on added JobGraph signal Key: FLINK-9672 URL: https://issues.apache.org/jira/browse/FLINK-9672 Project: Flink Issue Type: Improvement Components: Distributed Coordination Affects Versions: 1.5.0, 1.6.0 Reporter: Till Rohrmann Assignee: Till Rohrmann Fix For: 1.6.0, 1.5.1
The {{SubmittedJobGraphStore}} signals when new {{JobGraphs}} are added. If this happens, then the leader should recover this job and submit it. If the recovery/submission should fail for some reason, then we should fail fatally to restart the process which will then try to recover the jobs again. -- This message was sent by Atlassian JIRA (v7.6.3#76005)