wsry commented on a change in pull request #11155: [FLINK-14818][benchmark] Fix
receiving InputGate setup of StreamNetworkBenchmarkEnvironment.
URL: https://github.com/apache/flink/pull/11155#discussion_r382418406
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/consumer/SingleInputGateFactory.java
##########
@@ -243,7 +244,10 @@ private InputChannel createKnownInputChannel(
return () -> bufferPoolFactory.createBufferPool(0,
floatingNetworkBuffersPerGate);
}
- private static class ChannelStatistics {
+ /**
+ * Statistics of input channels.
Review comment:
The comment is only for style checking. Changing the class from package
private to protected fails the style checking.
----------------------------------------------------------------
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