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



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/channel/ChannelStateWriter.java
##########
@@ -141,15 +141,10 @@ boolean isDone() {
        void abort(long checkpointId, Throwable cause);
 
        /**
-        * Must be called after {@link #start(long, CheckpointOptions)}.
+        * Must be called after {@link #start(long, CheckpointOptions)} once.
         */
        ChannelStateWriteResult getWriteResult(long checkpointId);

Review comment:
       Good point, I'll rename it to `getAndRemoveWriteResult`.




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