Guanghao Zhang created HBASE-24946:
--------------------------------------
Summary: Remove the metrics assert in TestClusterRestartFailover
Key: HBASE-24946
URL: https://issues.apache.org/jira/browse/HBASE-24946
Project: HBase
Issue Type: Sub-task
Reporter: Guanghao Zhang
MetricsMasterSource masterSource =
UTIL.getHBaseCluster().getMaster().getMasterMetrics()
.getMetricsSource();
metricsHelper.assertCounter(MetricsMasterSource.SERVER_CRASH_METRIC_PREFIX+"SubmittedCount",
4, masterSource);
Introduced by HBASE-24199. But flaky now as this unit test will restart all
clusters. Meanwhile, this metric already tested by TestMasterMetrics. I plan to
remove this assert for branch-2.2.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)