openinx commented on a change in pull request #611: HBASE-22903 : Table to
RegionStatesCount metrics - Use for broken alter_status command
URL: https://github.com/apache/hbase/pull/611#discussion_r329348889
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/ClusterMetricsBuilder.java
##########
@@ -70,7 +73,17 @@
.collect(Collectors.toList()))
.setMasterInfoPort(metrics.getMasterInfoPort())
.addAllServersName(metrics.getServersName().stream().map(ProtobufUtil::toServerName)
- .collect(Collectors.toList()));
+ .collect(Collectors.toList()))
+ .addAllTableRegionStatesCount(metrics.getTableRegionStatesCount()
Review comment:
I guess we can do a code format here ?
----------------------------------------------------------------
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