Myasuka commented on a change in pull request #8693: URL: https://github.com/apache/flink/pull/8693#discussion_r427199108
########## File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/SubtaskCheckpointCoordinatorImpl.java ########## @@ -384,4 +478,12 @@ private static OperatorSnapshotFutures checkpointStreamOperator( throw ex; } } + + private static class NotifiedCheckpointAbortedException extends Exception { Review comment: good catch, this is something implemented in previous commits but already useless. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org