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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17155509#comment-17155509 ] 

Hudson commented on HBASE-24489:
--------------------------------

Results for branch master
	[build #1782 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/1782/]: (/) *{color:green}+1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/master/1782/General_20Nightly_20Build_20Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/master/1663//JDK8_Nightly_Build_Report_(Hadoop2)/]


(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/master/1782/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11 report|https://builds.apache.org/job/HBase%20Nightly/job/master/1782/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> 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
>             Fix For: 3.0.0-alpha-1
>
>
> 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)