rmetzger commented on a change in pull request #14238:
URL: https://github.com/apache/flink/pull/14238#discussion_r532397327
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/SchedulerBase.java
##########
@@ -1020,7 +1020,7 @@ private void startAllOperatorCoordinators() {
catch (Throwable t) {
ExceptionUtils.rethrowIfFatalErrorOrOOM(t);
coordinators.forEach(IOUtils::closeQuietly);
- throw new FlinkRuntimeException("Failed to start the
operator coordinators", t);
+ failJob(new FlinkRuntimeException("Failed to start the
operator coordinators", t));
Review comment:
oh damn. I was trying something out. I should not use `git commit -am`
;)
Thanks a lot for this important catch!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]