You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sun Xin (Jira)" <ji...@apache.org> on 2020/06/02 07:01:00 UTC

[jira] [Assigned] (HBASE-24489) Rewrite TestClusterRestartFailover.test since namespace table is gone on on master

     [ https://issues.apache.org/jira/browse/HBASE-24489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sun Xin reassigned HBASE-24489:
-------------------------------

    Assignee: Sun Xin

> 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
>            Assignee: Sun Xin
>            Priority: Major
>
> 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)