wsry commented on a change in pull request #12027:
URL: https://github.com/apache/flink/pull/12027#discussion_r422492233
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/RemoteInputChannel.java
##########
@@ -216,7 +220,7 @@ void retriggerSubpartitionRequest(int subpartitionIndex)
throws IOException {
}
@Override
- public List<Buffer> requestInflightBuffers(long checkpointId) throws
IOException {
+ public void requestInflightBuffers(long checkpointId,
ChannelStateWriter channelStateWriter) throws IOException {
Review comment:
Thank for the review. I have renamed the method
```requestInflightBuffers``` to ```spillInflightBuffers```.
----------------------------------------------------------------
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]