pnowojski commented on code in PR #19993:
URL: https://github.com/apache/flink/pull/19993#discussion_r901499020


##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/channel/ChannelStateWriteRequest.java:
##########
@@ -109,6 +112,9 @@ static ChannelStateWriteRequest buildFutureWriteRequest(
                     }
                 },
                 throwable -> {
+                    if (!dataFuture.isDone()) {
+                        return;
+                    }

Review Comment:
   > Do you think we can handle 
[FLINK-27792](https://issues.apache.org/jira/browse/FLINK-27792) and 
[FLINK-28077](https://issues.apache.org/jira/browse/FLINK-28077) by this PR?
   
   Yes, we can fix FLINK-28077 in this PR, and then close FLINK-27792 as for 
example duplicate of FLINK-28077.



-- 
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]

Reply via email to