apurtell commented on a change in pull request #722: HBASE-23065 [hbtop] Top-N
heavy hitter user and client drill downs
URL: https://github.com/apache/hbase/pull/722#discussion_r338792925
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/ServerMetricsBuilder.java
##########
@@ -104,6 +106,9 @@ public static ServerMetrics toServerMetrics(ServerName
serverName, int versionNu
.addAllRegionLoads(metrics.getRegionMetrics().values().stream()
.map(RegionMetricsBuilder::toRegionLoad)
.collect(Collectors.toList()))
+ .addAllUserLoads(
+
metrics.getUserMetrics().values().stream().map(UserMetricsBuilder::toUserMetrics)
Review comment:
Just some whitespace nit here and below
----------------------------------------------------------------
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