[
https://issues.apache.org/jira/browse/HBASE-22424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16842434#comment-16842434
]
Hudson commented on HBASE-22424:
--------------------------------
Results for branch branch-2.2
[build #265 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/265/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- Something went wrong running this stage, please [check relevant console
output|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/265//console].
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/265//JDK8_Nightly_Build_Report_(Hadoop2)/]
(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- Something went wrong running this stage, please [check relevant console
output|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/265//console].
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(x) {color:red}-1 client integration test{color}
--Failed when running client tests on top of Hadoop 2. [see log for
details|https://builds.apache.org/job/HBase%20Nightly/job/branch-2.2/265//artifact/output-integration/hadoop-2.log].
(note that this means we didn't run on Hadoop 3)
> Interactions in RSGroup test classes will cause
> TestRSGroupsAdmin2.testMoveServersAndTables and
> TestRSGroupsBalance.testGroupBalance flaky
> --------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-22424
> URL: https://issues.apache.org/jira/browse/HBASE-22424
> Project: HBase
> Issue Type: Bug
> Components: rsgroup
> Affects Versions: 2.2.0
> Reporter: Xiaolin Ha
> Assignee: Xiaolin Ha
> Priority: Major
> Fix For: 3.0.0, 2.2.0, 2.3.0
>
> Attachments: HBASE-22424.master.001.patch
>
>
> When running rsgroup test class folder to run all the UTs together,
> TestRSGroupsAdmin2.testMoveServersAndTables and
> TestRSGroupsBalance.testGroupBalance will flaky.
> Because TestRSGroupsAdmin1, TestRSGroupsAdmin2 and TestRSGroupsBalance are
> all extends TestRSGroupsBase, which has a static variable INIT, controlling
> the initialize of 'master 'group and the number of rs in 'default' rsgroup.
> Output errors of TestRSGroupsBalance.testGroupBalance is shown in
> HBASE-22420, and TestRSGroupsAdmin2.testMoveServersAndTables will encounter
> NPE in
> ```rsGroupAdmin.getRSGroupInfo("master").containsServer(server.getAddress())```
> because `master` group has not been added.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)