dmvk commented on code in PR #22506: URL: https://github.com/apache/flink/pull/22506#discussion_r1195453154
########## 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: could also be done in a follow-up -- 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