Skip to content

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

Closed
sunhelly wants to merge 21 commits into
apache:HBASE-22514from
sunhelly:upstream-22514
Closed

HBASE-22932 Add rs group management methods in Admin and AsyncAdmin#588
sunhelly wants to merge 21 commits into
apache:HBASE-22514from
sunhelly:upstream-22514

Conversation

@sunhelly

Copy link
Copy Markdown
Contributor

No description provided.

Apache9and others added 18 commits August 27, 2019 20:29
…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>
…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>
@sunhelly

Copy link
Copy Markdown
ContributorAuthor

Not completed.
Hasn't change UTs, and plan to add

rpc GetRSGroupInfoOfTable(GetRSGroupInfoOfTableRequest)
returns (GetRSGroupInfoOfTableResponse);

and a method setRSGroup(TableName tableName).

Pushed here for some suggestions.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
💙reexec1m 5sDocker mode activated.
_ Prechecks _
💚dupname0m 0sNo case conflicting files found.
💙prototool0m 1sprototool was not available.
💚hbaseanti0m 0sPatch does not have any anti-patterns.
💚@author0m 0sThe patch does not contain any @author tags.
💚test4tests0m 0sThe patch appears to include 2 new or modified test files.
_ HBASE-22514 Compile Tests _
💙mvndep0m 33sMaven dependency ordering for branch
💚mvninstall5m 46sHBASE-22514 passed
💚compile2m 36sHBASE-22514 passed
💚checkstyle2m 51sHBASE-22514 passed
💚shadedjars4m 56sbranch has no errors when building our shaded downstream artifacts.
💚javadoc1m 49sHBASE-22514 passed
💙spotbugs1m 47sUsed deprecated FindBugs config; considering switching to SpotBugs.
💚findbugs11m 36sHBASE-22514 passed
_ Patch Compile Tests _
💙mvndep0m 14sMaven dependency ordering for patch
💔mvninstall3m 39sroot in the patch failed.
💔compile1m 1shbase-server in the patch failed.
💔cc1m 1shbase-server in the patch failed.
💔javac1m 1shbase-server in the patch failed.
💔checkstyle0m 40shbase-client: The patch generated 18 new + 162 unchanged - 0 fixed = 180 total (was 162)
💔checkstyle1m 34shbase-server: The patch generated 26 new + 159 unchanged - 0 fixed = 185 total (was 159)
💚whitespace0m 0sThe patch has no whitespace issues.
💔shadedjars4m 19spatch has 98 errors when building our shaded downstream artifacts.
💔hadoopcheck2m 18sThe patch causes 98 errors with Hadoop v2.8.5.
💔hadoopcheck4m 31sThe patch causes 98 errors with Hadoop v2.9.2.
💔hadoopcheck6m 46sThe patch causes 98 errors with Hadoop v3.1.2.
💔hbaseprotoc0m 45shbase-server in the patch failed.
💔javadoc0m 38shbase-server generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
💔findbugs0m 56shbase-server in the patch failed.
_ Other Tests _
💚unit0m 41shbase-protocol-shaded in the patch passed.
💚unit1m 44shbase-client in the patch passed.
💔unit0m 54shbase-server in the patch failed.
💚unit3m 41shbase-thrift in the patch passed.
💚asflicense0m 37sThe patch does not generate ASF License warnings.
73m 11s
SubsystemReport/Notes
DockerClient=19.03.2 Server=19.03.2 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/Dockerfile
GITHUB PR#588
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc prototool
unameLinux a13a2f70f93a 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-588/out/precommit/personality/provided.sh
git revisionHBASE-22514 / 855c092
Default Java1.8.0_181
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-mvninstall-root.txt
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-compile-hbase-server.txt
cchttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-compile-hbase-server.txt
javachttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-compile-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/diff-checkstyle-hbase-client.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/diff-checkstyle-hbase-server.txt
shadedjarshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-shadedjars.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-javac-3.1.2.txt
hbaseprotochttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-hbaseprotoc-hbase-server.txt
javadochttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/diff-javadoc-javadoc-hbase-server.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-findbugs-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/testReport/
Max. process+thread count1751 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-thrift U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-588/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.11.0 https://yetus.apache.org

This message was automatically generated.

@asfgit
asfgitforce-pushed the HBASE-22514 branch 3 times, most recently from 1686157 to 4ca760fCompareSeptember 10, 2019 03:16
Sign up for freeto 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.

3 participants

@sunhelly@Apache-HBase@Apache9