fapaul commented on a change in pull request #18043:
URL: https://github.com/apache/flink/pull/18043#discussion_r765789250



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java
##########
@@ -779,6 +779,19 @@ JobManagerRunner createJobManagerRunner(JobGraph jobGraph, 
long initializationTi
                                 operatorId, serializedRequest, timeout));
     }
 
+    @Override
+    public void submitFailedJob(JobStartupFailedException exception) {

Review comment:
       I'd rather keep the name to be consistent with `submitJob` because the 
lifecycle is pretty similar to submitting a job that immediately fails.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to