akalash commented on a change in pull request #16637: URL: https://github.com/apache/flink/pull/16637#discussion_r686592632
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointFailureManager.java ########## @@ -136,6 +135,8 @@ public void checkFailureCounter(CheckpointException exception, long checkpointId // ignore break; + case EXCEPTION: Review comment: Yes, we kind of want to replace only for IO-related failures but the thing is EXCEPTION is using only at one place and only for IO exception. So when we replace EXCEPTION with IO_EXCEPTION, there will be no other usages for EXCEPTION. -- 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