azagrebin commented on a change in pull request #7549: [FLINK-11403][network] Remove ResultPartitionConsumableNotifier from ResultPartition URL: https://github.com/apache/flink/pull/7549#discussion_r266919632
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/io/network/partition/ResultPartitionTest.java ########## @@ -148,15 +148,17 @@ public void testAddOnReleasedBlockingPartition() throws Exception { /** * Tests {@link ResultPartition#addBufferConsumer} on a partition which has already been released. * - * @param pipelined the result partition type to set up + * @param partitionType the result partition type to set up */ - protected void testAddOnReleasedPartition(final ResultPartitionType pipelined) + protected void testAddOnReleasedPartition(final ResultPartitionType partitionType) Review comment: can be private, also some other methods in this class ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services