zentol commented on a change in pull request #6551: 
[FLINK-10022][network][metrics] add metrics for input/output buffers
URL: https://github.com/apache/flink/pull/6551#discussion_r209965354
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/util/MutableIOMetrics.java
 ##########
 @@ -179,11 +179,12 @@ public void writeIOMetricsAsJson(JsonGenerator gen) 
throws IOException {
 
                gen.writeObjectFieldStart("metrics");
 
-               Long numBytesIn = this.numBytesInLocal + this.numBytesInRemote;
 
 Review comment:
   revert changes in this file

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to