Deal all.
CM has below query to draw "Total slow get operations across RegionServers"
SELECT integral(total_slow_get_rate_across_regionservers) WHERE entityName = "hbase" AND category = SERVICE
What are the criteria for slow? 1sec ? or hbase.ipc.warn.response.time?
Thanks in advance