rkhachatryan commented on a change in pull request #12478:
URL: https://github.com/apache/flink/pull/12478#discussion_r435273439



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/SubtaskCheckpointCoordinatorImpl.java
##########
@@ -281,6 +281,8 @@ public void notifyCheckpointAborted(long checkpointId, 
OperatorChain<?, ?> opera
                                }
                        }
 
+                       channelStateWriter.abort(checkpointId, new 
CancellationException("checkpoint aborted via notification"), false);

Review comment:
       This is just an optimization (possible now with `abort` and 
`cleanup=false`).




----------------------------------------------------------------
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:
[email protected]


Reply via email to