pgaref commented on code in PR #22506: URL: https://github.com/apache/flink/pull/22506#discussion_r1195887716
########## flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/DefaultScheduler.java: ########## @@ -167,9 +171,31 @@ protected DefaultScheduler( jobGraph.getName(), jobGraph.getJobID()); + final Context taskFailureCtx = + DefaultFailureEnricherContext.forTaskFailure( Review Comment: Great idea David! Opened FLINK-32114 to track this -- 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