pnowojski commented on a change in pull request #10345: [FLINK-12484][runtime]
synchronize all mailbox actions
URL: https://github.com/apache/flink/pull/10345#discussion_r351855966
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/StreamTask.java
##########
@@ -834,9 +834,7 @@ public void abortCheckpointOnBarrier(long checkpointId,
Throwable cause) throws
getEnvironment().declineCheckpoint(checkpointId, cause);
// notify all downstream operators that they should not wait
for a barrier from us
- executionDecorator.runThrowing(() -> {
-
operatorChain.broadcastCheckpointCancelMarker(checkpointId);
- });
+ executionDecorator.runThrowing(() ->
operatorChain.broadcastCheckpointCancelMarker(checkpointId));
Review comment:
nit: should belong to the previous 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services