zhijiangW commented on a change in pull request #8455: [FLINK-12284,FLINK-12637][Network,Metrics]Fix the incorrect inputBufferUsage metric in credit-based network mode URL: https://github.com/apache/flink/pull/8455#discussion_r295118519
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/NettyShuffleEnvironment.java ########## @@ -84,6 +87,9 @@ private static final String METRIC_OUTPUT_POOL_USAGE = "outPoolUsage"; private static final String METRIC_INPUT_QUEUE_LENGTH = "inputQueueLength"; private static final String METRIC_INPUT_POOL_USAGE = "inPoolUsage"; + private static final String METRIC_INPUT_FLOATING_BUFFERS_USAGE = "floatingBuffersUsage"; + private static final String METRIC_INPUT_EXCLUSIVE_BUFFERS_USAGE = "exclusiveBuffersUsage"; + Review comment: it is not covered by checkstyle, but I think it should be common sense. :) ---------------------------------------------------------------- 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