XComp commented on a change in pull request #13316: URL: https://github.com/apache/flink/pull/13316#discussion_r490209120
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/taskmanager/TaskManagerMetricsInfo.java ########## @@ -58,8 +58,16 @@ public static final String FIELD_NAME_NETWORK_MEMORY_SEGMENTS_AVAILABLE = "memorySegmentsAvailable"; + public static final String FIELD_NAME_NETWORK_MEMORY_SEGMENTS_USED = "memorySegmentsUsed"; Review comment: I added the new properties to the REST API as we have discussed in today's standup. ---------------------------------------------------------------- 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