pnowojski commented on a change in pull request #16637:
URL: https://github.com/apache/flink/pull/16637#discussion_r685314374
##########
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:
I also doesn't see a reason why should we have both `EXCEPTION` and
`IO_EXCEPTION`? Unless we want to differentiate checkpoint failures on task vs
job manager, but in that case names are miss-leading.
> Why is EXCEPTION ignored in FailureManager right now?
I don't know. Maybe you can reach out to Arvid to ask about this, but I
presume it's a simple omission.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]