akalash commented on a change in pull request #16637:
URL: https://github.com/apache/flink/pull/16637#discussion_r686854033
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointFailureManager.java
##########
@@ -127,7 +127,6 @@ public void checkFailureCounter(CheckpointException
exception, long checkpointId
case CHECKPOINT_DECLINED_SUBSUMED:
case CHECKPOINT_DECLINED_INPUT_END_OF_STREAM:
- case EXCEPTION:
Review comment:
@zlzhang0122 You don't need to touch it in this commit because this
looks strange - you move it to another section and then you remove it at the
next commit. It is better to remove it from the original place in your next
commit.
--
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]