WencongLiu commented on code in PR #23905: URL: https://github.com/apache/flink/pull/23905#discussion_r1440108479
########## flink-core/src/main/java/org/apache/flink/core/failure/FailureEnricher.java: ########## @@ -124,5 +140,16 @@ enum FailureType { * @return the Executor pool */ Executor getIOExecutor(); + + /** + * Get the meta information of current job. + * + * @return the job meta information. + */ + @PublicEvolving + @Nullable + default JobInfo getJobInfo() { Review Comment: I've changed the default methods including `getJobInfo()` and `getTaskInfo()` to be abstract. -- 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