dawidwys commented on a change in pull request #15897:
URL: https://github.com/apache/flink/pull/15897#discussion_r635233648
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/checkpointing/AbstractAlternatingAlignedBarrierHandlerState.java
##########
@@ -72,7 +71,11 @@ public final BarrierHandlerState barrierReceived(
@Override
public final BarrierHandlerState abort(long cancelledId) throws
IOException {
+ return stopCheckpoint();
+ }
+
+ private BarrierHandlerState stopCheckpoint() throws IOException {
Review comment:
Makes sense. I also did not like the name. Could not come up with a
better one.
--
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]