akalash commented on a change in pull request #15885:
URL: https://github.com/apache/flink/pull/15885#discussion_r644101281
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/channel/RecoveredChannelStateHandler.java
##########
@@ -83,8 +91,12 @@
}
@Override
- public void recover(InputChannelInfo channelInfo, int oldSubtaskIndex,
Buffer buffer)
+ public void recover(
Review comment:
I actually have almost the same comment on the interface method I just
decided to not duplicate it on each implementation. But it is actually good
idea to add some comment on the onBuffer
--
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]