wchevreuil commented on code in PR #8058:
URL: https://github.com/apache/hbase/pull/8058#discussion_r3316920836


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/UserMetricsBuilder.java:
##########
@@ -79,13 +84,27 @@ public static class ClientMetricsImpl implements 
UserMetrics.ClientMetrics {
     private final String hostName;
     private final long readRequestCount;
     private final long writeRequestCount;
+    private final String hostAddress;

Review Comment:
   Is hostAddress different from hostName or could we just reuse the already 
existing hostName?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to