Skip to content

HBASE-22932 Add rs group management methods in Admin and AsyncAdmin #601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 11 commits into from
Closed

HBASE-22932 Add rs group management methods in Admin and AsyncAdmin #601

wants to merge 11 commits into from

Conversation

sunhelly
Copy link
Contributor

No description provided.

Apache9 and others added 10 commits September 10, 2019 11:23
…aded (#362)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
…move hbase-rsgroup module (#399)

Signed-off-by: Zheng Hu <openinx@gmail.com>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
…ive servers (#464)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Amending-Author: Duo Zhang <zhangduo@apache.org>
Signed-off-by: stack <stack@apache.org>
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
💙 reexec 0m 35s Docker mode activated.
_ Prechecks _
💚 dupname 0m 1s No case conflicting files found.
💙 prototool 0m 0s prototool was not available.
💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
💚 @author 0m 0s The patch does not contain any @author tags.
💚 test4tests 0m 0s The patch appears to include 3 new or modified test files.
_ HBASE-22514 Compile Tests _
💙 mvndep 0m 36s Maven dependency ordering for branch
💚 mvninstall 6m 10s HBASE-22514 passed
💚 compile 2m 59s HBASE-22514 passed
💚 checkstyle 3m 0s HBASE-22514 passed
💚 shadedjars 4m 40s branch has no errors when building our shaded downstream artifacts.
💚 javadoc 1m 46s HBASE-22514 passed
💙 spotbugs 1m 30s Used deprecated FindBugs config; considering switching to SpotBugs.
💚 findbugs 9m 31s HBASE-22514 passed
_ Patch Compile Tests _
💙 mvndep 0m 16s Maven dependency ordering for patch
💚 mvninstall 5m 16s the patch passed
💚 compile 2m 37s the patch passed
💚 cc 2m 37s the patch passed
💚 javac 2m 37s the patch passed
💔 checkstyle 0m 34s hbase-client: The patch generated 19 new + 162 unchanged - 0 fixed = 181 total (was 162)
💔 checkstyle 1m 18s hbase-server: The patch generated 31 new + 111 unchanged - 0 fixed = 142 total (was 111)
💔 whitespace 0m 0s The patch has 2 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
💚 shadedjars 4m 50s patch has no errors when building our shaded downstream artifacts.
💚 hadoopcheck 16m 1s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚 hbaseprotoc 2m 30s the patch passed
💔 javadoc 0m 35s hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
💚 findbugs 10m 47s the patch passed
_ Other Tests _
💚 unit 0m 41s hbase-protocol-shaded in the patch passed.
💚 unit 1m 50s hbase-client in the patch passed.
💔 unit 155m 22s hbase-server in the patch failed.
💚 unit 3m 43s hbase-thrift in the patch passed.
💚 asflicense 2m 8s The patch does not generate ASF License warnings.
247m 28s
Reason Tests
Failed junit tests hadoop.hbase.rsgroup.TestMigrateRSGroupInfo
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/1/artifact/out/Dockerfile
GITHUB PR #601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool
uname Linux 0be50a693434 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-601/out/precommit/personality/provided.sh
git revision HBASE-22514 / 728d9fe
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/1/artifact/out/diff-checkstyle-hbase-client.txt
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/1/artifact/out/diff-checkstyle-hbase-server.txt
whitespace https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/1/artifact/out/whitespace-eol.txt
javadoc https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/1/artifact/out/diff-javadoc-javadoc-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/1/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/1/testReport/
Max. process+thread count 4381 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/1/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
💙 reexec 0m 42s Docker mode activated.
_ Prechecks _
💚 dupname 0m 1s No case conflicting files found.
💙 prototool 0m 0s prototool was not available.
💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
💚 @author 0m 0s The patch does not contain any @author tags.
💚 test4tests 0m 0s The patch appears to include 9 new or modified test files.
_ HBASE-22514 Compile Tests _
💙 mvndep 0m 37s Maven dependency ordering for branch
💚 mvninstall 5m 42s HBASE-22514 passed
💚 compile 2m 46s HBASE-22514 passed
💚 checkstyle 2m 50s HBASE-22514 passed
💚 shadedjars 4m 35s branch has no errors when building our shaded downstream artifacts.
💚 javadoc 1m 45s HBASE-22514 passed
💙 spotbugs 1m 30s Used deprecated FindBugs config; considering switching to SpotBugs.
💚 findbugs 9m 17s HBASE-22514 passed
_ Patch Compile Tests _
💙 mvndep 0m 14s Maven dependency ordering for patch
💚 mvninstall 4m 52s the patch passed
💚 compile 2m 35s the patch passed
💚 cc 2m 35s the patch passed
💚 javac 2m 35s the patch passed
💔 checkstyle 0m 36s hbase-client: The patch generated 19 new + 162 unchanged - 0 fixed = 181 total (was 162)
💔 checkstyle 1m 28s hbase-server: The patch generated 35 new + 111 unchanged - 0 fixed = 146 total (was 111)
💔 whitespace 0m 0s The patch has 2 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
💚 shadedjars 5m 11s patch has no errors when building our shaded downstream artifacts.
💚 hadoopcheck 17m 8s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
💚 hbaseprotoc 2m 29s the patch passed
💔 javadoc 0m 36s hbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
💚 findbugs 10m 14s the patch passed
_ Other Tests _
💚 unit 0m 42s hbase-protocol-shaded in the patch passed.
💔 unit 1m 35s hbase-client in the patch failed.
💔 unit 156m 20s hbase-server in the patch failed.
💚 unit 3m 50s hbase-thrift in the patch passed.
💚 asflicense 2m 8s The patch does not generate ASF License warnings.
247m 41s
Reason Tests
Failed junit tests hadoop.hbase.client.TestInterfaceAlign
hadoop.hbase.rsgroup.TestMigrateRSGroupInfo
hadoop.hbase.rsgroup.TestRSGroupsAdmin1
hadoop.hbase.rsgroup.TestRSGroupsKillRS
hadoop.hbase.rsgroup.TestRSGroupsBasics
hadoop.hbase.rsgroup.TestRSGroupsBalance
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/2/artifact/out/Dockerfile
GITHUB PR #601
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool
uname Linux 599313bda677 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-601/out/precommit/personality/provided.sh
git revision HBASE-22514 / 728d9fe
Default Java 1.8.0_181
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/2/artifact/out/diff-checkstyle-hbase-client.txt
checkstyle https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/2/artifact/out/diff-checkstyle-hbase-server.txt
whitespace https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/2/artifact/out/whitespace-eol.txt
javadoc https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/2/artifact/out/diff-javadoc-javadoc-hbase-server.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/2/artifact/out/patch-unit-hbase-client.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/2/artifact/out/patch-unit-hbase-server.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/2/testReport/
Max. process+thread count 4608 (vs. ulimit of 10000)
modules C: hbase-protocol-shaded hbase-client hbase-server hbase-thrift U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-601/2/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered by Apache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

@asfgit asfgit force-pushed the HBASE-22514 branch 2 times, most recently from 3dcc39b to ce72633 Compare September 11, 2019 15:11
@sunhelly sunhelly closed this Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants