Duo Zhang created HBASE-24489:
---------------------------------
Summary: Rewrite TestClusterRestartFailover.test since namespace
table is gone on on master
Key: HBASE-24489
URL: https://issues.apache.org/jira/browse/HBASE-24489
Project: HBase
Issue Type: Task
Components: test
Reporter: Duo Zhang
We still have this
{code}
// Find server that does not have hbase:namespace on it. This tests holds
up SCPs. If it
// holds up the server w/ hbase:namespace, the Master initialization will
be held up
// because this table is not online and test fails.
for (JVMClusterUtil.RegionServerThread rst:
UTIL.getHBaseCluster().getLiveRegionServerThreads()) {
HRegionServer rs = rst.getRegionServer();
if (rs.getRegions(TableName.NAMESPACE_TABLE_NAME).isEmpty()) {
SERVER_FOR_TEST = rs.getServerName();
}
}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)