pgaref commented on code in PR #22506: URL: https://github.com/apache/flink/pull/22506#discussion_r1195886436
########## flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptivebatch/AdaptiveBatchScheduler.java: ########## @@ -295,7 +300,7 @@ void initializeVerticesIfPossible() { } } catch (JobException ex) { log.error("Unexpected error occurred when initializing ExecutionJobVertex", ex); - failJob(ex, System.currentTimeMillis()); + failJob(ex, System.currentTimeMillis(), FailureEnricherUtils.EMPTY_LABELS); Review Comment: Thanks both! Agreed, we should treat this as a global failure. Opened FLINK-31893 to track this and avoid bloating this PR even more. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org