zhijiangW commented on a change in pull request #8290: [FLINK-12070] [network]
Implement new bounded blocking subpartitions
URL: https://github.com/apache/flink/pull/8290#discussion_r281107818
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/ResultPartition.java
##########
@@ -466,4 +465,35 @@ private void notifyPipelinedConsumers() {
hasNotifiedPipelinedConsumers = true;
}
}
+
+ private static void initializeBoundedBlockingPartitions(
Review comment:
I guess this method would have other usages such as tests in future?
Otherwise we do not need to pass these parameters here.
----------------------------------------------------------------
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