zhijiangW commented on a change in pull request #8857:
[FLINK-12960][coordination][shuffle] Move
ResultPartitionDeploymentDescriptor#releasedOnConsumption to
PartitionDescriptor#releasedOnConsumption
URL: https://github.com/apache/flink/pull/8857#discussion_r297530334
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/util/NettyShuffleDescriptorBuilder.java
##########
@@ -73,19 +74,26 @@ public NettyShuffleDescriptorBuilder
setConnectionIndex(int connectionIndex) {
return this;
}
+ public NettyShuffleDescriptorBuilder setBlocking(boolean blocking) {
Review comment:
`setIsBlocking(boolean isBlocking)` ?
----------------------------------------------------------------
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