pgaref commented on code in PR #22506: URL: https://github.com/apache/flink/pull/22506#discussion_r1195894111
########## flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/failover/flip1/ExecutionFailureHandler.java: ########## @@ -51,22 +57,35 @@ public class ExecutionFailureHandler { /** Number of all restarts happened since this job is submitted. */ private long numberOfRestarts; + private final Context taskFailureCtx; + private final Context globalFailureCtx; Review Comment: Agreed, lets use FLINK-32114 to track this -- linked this comment there too! -- 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