tomscut commented on code in PR #4431:
URL: https://github.com/apache/hbase/pull/4431#discussion_r879419726
##########
hbase-shell/src/main/ruby/hbase/admin.rb:
##########
@@ -1043,6 +1043,7 @@ def status(format, type)
else
puts "1 active master, #{cluster_metrics.getBackupMasterNames.size}
backup masters,
#{cluster_metrics.getLiveServerMetrics.size} servers,
+ #{@admin.listDecommissionedRegionServers.size} decommissioned,
Review Comment:
> [HBASE-25460](https://issues.apache.org/jira/browse/HBASE-25460) added
draininigRegionServers as a JMX metric. Can you access it via ClusterMetrics
class?
Thanks @pankaj72981 for your comment.
I will try to add this to ClusterMetrics. Do you think
`draininigRegionServers` or `decommissionedRegionServers` more appropriate?
@Apache9 Please also take a look. Thank you.
--
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]