Skip to content
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

HBASE-22514 Move rsgroup feature into core of HBase #1165

Merged
merged 21 commits into from Mar 2, 2020
Merged

Conversation

Apache9
Copy link
Contributor

@Apache9 Apache9 commented Feb 12, 2020

No description provided.

@Apache-HBase

This comment has been minimized.

Copy link
Contributor

@saintstack saintstack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skimmed. LGTM

* @param groupName the name of the group
* @throws IOException if a remote or network exception occurs
*/
void addRSGroup(String groupName) throws IOException;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need 'RS'? Should this be addGroup or addRegionServerGroup?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm... Yeah, Group is too generic so s/RS/RegionGroup/ ? Big change I suppose.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The IA.Public data structure is call RSGroupInfo so...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok. So, your argument is that folks using current data structures and methods will have an easier time if the names of methods, etc., have same basic pattern in the new context.

Ok.

* @throws IOException if a remote or network exception occurs
* @see #listTablesInRSGroup(String)
*/
Pair<List<String>, List<TableName>> getConfiguredNamespacesAndTablesInRSGroup(String groupName)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Purge 'Configured' from this method name?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But it is the 'configured' namespaces and tables. For example, you have namespace 'N' under rs group 'R', this method will only return namespace 'N', and will not return the tables under namespace 'N'...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'Configure' seems redundant to me given the suffix on method name is 'InRSGroup'.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a listTablesInRSGroup method above, which will all the tables in the rs group, including the tables which are included becasue of their namespace is configued to be in the rs group...

@@ -382,7 +386,7 @@ public void run() {

private final LockManager lockManager = new LockManager(this);

private LoadBalancer balancer;
private RSGroupBasedLoadBalancer balancer;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This balancer acts like old balancer when RSGroups is off? If so, just rename RSGroupBasedLB as LB?

@@ -3498,13 +3511,13 @@ public SplitOrMergeTracker getSplitOrMergeTracker() {
}

@Override
public LoadBalancer getLoadBalancer() {
public RSGroupBasedLoadBalancer getLoadBalancer() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, can't just return 'LoadBalancer' only now LB handles RSGroups too? (Maybe not possible for RSGroupLB...)

@Apache-HBase

This comment has been minimized.

Copy link
Contributor

@busbey busbey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ref guide needs update. Atleast to upgrade paths section to include the rolling upgrade instructions found in jira release note.

@@ -87,7 +102,7 @@ public boolean containsServer(Address hostPort) {
/**
* Get list of servers.
*/
public Set<Address> getServers() {
public SortedSet<Address> getServers() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we avoid changing the method signature on this IA.Public method?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this one is fine? SortedSet is Set, and this is a new major release

@Apache-HBase

This comment has been minimized.

@busbey
Copy link
Contributor

busbey commented Feb 22, 2020

Unit test failures look related?

@Apache9 Apache9 self-assigned this Feb 23, 2020
@Apache9
Copy link
Contributor Author

Apache9 commented Feb 23, 2020

Unit test failures look related?

Let me take a look. All the UTs are not in a good state recently, even for master, the flakey job list are increased a lot...

@Apache9
Copy link
Contributor Author

Apache9 commented Feb 25, 2020

OK I think it is a problem introduced by the newly introduced master based meta look up feature. If I shutdown the running master and start a new one, then I must recreate the hbase client as it only records the old master address so it will not send request to the new one and cause the client to retry for ever...

@Apache9
Copy link
Contributor Author

Apache9 commented Feb 25, 2020

#1205

Plan to switch back to ZKConnectionRegistry first.

Let me open an issue for the ref guide update.

@Apache-HBase

This comment has been minimized.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 32s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 2s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 47 new or modified test files.
_ master Compile Tests _
+0 🆗 mvndep 0m 49s Maven dependency ordering for branch
+1 💚 mvninstall 5m 19s master passed
+1 💚 compile 3m 3s master passed
+1 💚 checkstyle 2m 36s master passed
+1 💚 shadedjars 4m 41s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 6m 19s master passed
+0 🆗 spotbugs 1m 22s Used deprecated FindBugs config; considering switching to SpotBugs.
+0 🆗 findbugs 0m 15s branch/hbase-annotations no findbugs output file (findbugsXml.xml)
+0 🆗 findbugs 0m 32s branch/hbase-assembly no findbugs output file (findbugsXml.xml)
-0 ⚠️ patch 2m 56s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 21s Maven dependency ordering for patch
+1 💚 mvninstall 5m 2s the patch passed
+1 💚 compile 3m 2s the patch passed
+1 💚 cc 3m 2s the patch passed
+1 💚 javac 3m 2s the patch passed
+1 💚 checkstyle 2m 32s root: The patch generated 0 new + 733 unchanged - 22 fixed = 733 total (was 755)
+1 💚 rubocop 0m 9s There were no new rubocop issues.
+1 💚 whitespace 0m 1s The patch has no whitespace issues.
+1 💚 xml 0m 8s The patch has no ill-formed XML file.
+1 💚 shadedjars 4m 46s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 15m 45s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 💚 hbaseprotoc 10m 13s the patch passed
+1 💚 javadoc 6m 5s the patch passed
+0 🆗 findbugs 0m 13s hbase-annotations has no data from findbugs
+0 🆗 findbugs 0m 31s hbase-assembly has no data from findbugs
_ Other Tests _
-1 ❌ unit 69m 2s root in the patch failed.
+1 💚 asflicense 5m 37s The patch does not generate ASF License warnings.
209m 44s
Reason Tests
Failed junit tests hadoop.hbase.rsgroup.TestRSGroupsBasics
hadoop.hbase.client.TestFromClientSideWithCoprocessor
Subsystem Report/Notes
Docker Client=19.03.6 Server=19.03.6 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/5/artifact/out/Dockerfile
GITHUB PR #1165
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml cc hbaseprotoc prototool rubocop
uname Linux 310d05e52bd6 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/Base-PreCommit-GitHub-PR_PR-1165/out/precommit/personality/provided.sh
git revision master / 3e21dc7
Default Java 1.8.0_181
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/5/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/5/testReport/
Max. process+thread count 8897 (vs. ulimit of 10000)
modules C: hbase-annotations hbase-protocol-shaded hbase-common hbase-protocol hbase-client hbase-server hbase-thrift hbase-shell hbase-it hbase-assembly . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/5/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.80.0
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ patch 0m 5s #1165 does not apply to master. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
Subsystem Report/Notes
GITHUB PR #1165
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/6/console
versions git=2.17.1
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 33s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 2s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 47 new or modified test files.
_ master Compile Tests _
+0 🆗 mvndep 0m 55s Maven dependency ordering for branch
+1 💚 mvninstall 5m 19s master passed
+1 💚 compile 3m 8s master passed
+1 💚 checkstyle 2m 33s master passed
+1 💚 shadedjars 4m 45s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 6m 22s master passed
+0 🆗 spotbugs 1m 22s Used deprecated FindBugs config; considering switching to SpotBugs.
+0 🆗 findbugs 0m 16s branch/hbase-annotations no findbugs output file (findbugsXml.xml)
+0 🆗 findbugs 0m 31s branch/hbase-assembly no findbugs output file (findbugsXml.xml)
-0 ⚠️ patch 2m 56s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 21s Maven dependency ordering for patch
+1 💚 mvninstall 5m 1s the patch passed
+1 💚 compile 3m 3s the patch passed
+1 💚 cc 3m 3s the patch passed
+1 💚 javac 3m 3s the patch passed
+1 💚 checkstyle 2m 28s root: The patch generated 0 new + 707 unchanged - 22 fixed = 707 total (was 729)
+1 💚 rubocop 0m 11s There were no new rubocop issues.
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 8s The patch has no ill-formed XML file.
+1 💚 shadedjars 4m 45s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 15m 55s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 💚 hbaseprotoc 10m 21s the patch passed
+1 💚 javadoc 6m 2s the patch passed
+0 🆗 findbugs 0m 12s hbase-annotations has no data from findbugs
+0 🆗 findbugs 0m 31s hbase-assembly has no data from findbugs
-1 ❌ findbugs 8m 52s root in the patch failed.
_ Other Tests _
-1 ❌ unit 1m 19s root in the patch failed.
+1 💚 asflicense 2m 24s The patch does not generate ASF License warnings.
133m 41s
Subsystem Report/Notes
Docker Client=19.03.6 Server=19.03.6 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/7/artifact/out/Dockerfile
GITHUB PR #1165
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml cc hbaseprotoc prototool rubocop
uname Linux b466019ba3d7 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/Base-PreCommit-GitHub-PR_PR-1165/out/precommit/personality/provided.sh
git revision master / ecbed33
Default Java 1.8.0_181
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/7/artifact/out/patch-findbugs-root.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/7/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/7/testReport/
Max. process+thread count 614 (vs. ulimit of 10000)
modules C: hbase-annotations hbase-protocol-shaded hbase-common hbase-protocol hbase-client hbase-server hbase-thrift hbase-shell hbase-it hbase-assembly . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/7/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.80.0
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 1m 33s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 prototool 0m 0s prototool was not available.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 47 new or modified test files.
_ master Compile Tests _
+0 🆗 mvndep 0m 49s Maven dependency ordering for branch
+1 💚 mvninstall 5m 54s master passed
+1 💚 compile 3m 22s master passed
+1 💚 checkstyle 2m 47s master passed
+1 💚 shadedjars 5m 4s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 6m 15s master passed
+0 🆗 spotbugs 1m 26s Used deprecated FindBugs config; considering switching to SpotBugs.
+0 🆗 findbugs 0m 14s branch/hbase-annotations no findbugs output file (findbugsXml.xml)
+0 🆗 findbugs 0m 36s branch/hbase-assembly no findbugs output file (findbugsXml.xml)
-0 ⚠️ patch 2m 52s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 19s Maven dependency ordering for patch
+1 💚 mvninstall 5m 37s the patch passed
+1 💚 compile 3m 22s the patch passed
+1 💚 cc 3m 22s the patch passed
+1 💚 javac 3m 22s the patch passed
+1 💚 checkstyle 2m 40s root: The patch generated 0 new + 707 unchanged - 22 fixed = 707 total (was 729)
+1 💚 rubocop 0m 13s There were no new rubocop issues.
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 8s The patch has no ill-formed XML file.
+1 💚 shadedjars 5m 15s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 17m 28s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 💚 hbaseprotoc 12m 17s the patch passed
+1 💚 javadoc 5m 56s the patch passed
+0 🆗 findbugs 0m 12s hbase-annotations has no data from findbugs
+0 🆗 findbugs 0m 33s hbase-assembly has no data from findbugs
-1 ❌ findbugs 9m 38s root in the patch failed.
_ Other Tests _
+1 💚 unit 151m 6s root in the patch passed.
+1 💚 asflicense 4m 23s The patch does not generate ASF License warnings.
299m 25s
Subsystem Report/Notes
Docker Client=19.03.6 Server=19.03.6 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/8/artifact/out/Dockerfile
GITHUB PR #1165
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml cc hbaseprotoc prototool rubocop
uname Linux 7810253dd259 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 GNU/Linux
Build tool maven
Personality /home/jenkins/jenkins-slave/workspace/Base-PreCommit-GitHub-PR_PR-1165/out/precommit/personality/provided.sh
git revision master / 3c3aae9
Default Java 1.8.0_181
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/8/artifact/out/patch-findbugs-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/8/testReport/
Max. process+thread count 6653 (vs. ulimit of 10000)
modules C: hbase-annotations hbase-protocol-shaded hbase-common hbase-protocol hbase-client hbase-server hbase-thrift hbase-shell hbase-it hbase-assembly . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/8/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.80.0
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache9
Copy link
Contributor Author

Apache9 commented Feb 27, 2020

The find bugs error is OOM...

Apache9 and others added 10 commits February 29, 2020 09:25
…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>
…nd (#599)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
…always enabled (#595)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
sunhelly and others added 7 commits February 29, 2020 09:42
…ed in HBASE-22932 (#813)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
…1117)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Guanghao Zhang <zghao@apache.org>
…ethods (#1148)

Signed-off-by: stack <stack@apache.org>
…ode base (#1152)

Signed-off-by: stack <stack@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
…ode base (#1224)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 34s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 2s No case conflicting files found.
+0 🆗 prototool 0m 1s prototool was not available.
+1 💚 hbaseanti 0m 0s Patch does not have any anti-patterns.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 47 new or modified test files.
_ master Compile Tests _
+0 🆗 mvndep 0m 47s Maven dependency ordering for branch
+1 💚 mvninstall 5m 17s master passed
+1 💚 compile 3m 4s master passed
+1 💚 checkstyle 2m 34s master passed
+0 🆗 refguide 4m 50s branch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect.
+1 💚 shadedjars 4m 45s branch has no errors when building our shaded downstream artifacts.
+1 💚 javadoc 6m 18s master passed
+0 🆗 spotbugs 1m 19s Used deprecated FindBugs config; considering switching to SpotBugs.
+0 🆗 findbugs 0m 17s branch/hbase-annotations no findbugs output file (findbugsXml.xml)
+0 🆗 findbugs 0m 33s branch/hbase-assembly no findbugs output file (findbugsXml.xml)
-0 ⚠️ patch 2m 54s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 20s Maven dependency ordering for patch
+1 💚 mvninstall 5m 3s the patch passed
+1 💚 compile 3m 9s the patch passed
+1 💚 cc 3m 9s the patch passed
+1 💚 javac 3m 9s the patch passed
+1 💚 checkstyle 2m 28s root: The patch generated 0 new + 707 unchanged - 22 fixed = 707 total (was 729)
+1 💚 rubocop 0m 11s There were no new rubocop issues.
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 xml 0m 8s The patch has no ill-formed XML file.
+0 🆗 refguide 4m 44s patch has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect.
+1 💚 shadedjars 4m 48s patch has no errors when building our shaded downstream artifacts.
+1 💚 hadoopcheck 16m 3s Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1 💚 hbaseprotoc 10m 21s the patch passed
+1 💚 javadoc 6m 5s the patch passed
+0 🆗 findbugs 0m 13s hbase-annotations has no data from findbugs
+0 🆗 findbugs 0m 30s hbase-assembly has no data from findbugs
-1 ❌ findbugs 8m 42s root in the patch failed.
_ Other Tests _
-1 ❌ unit 117m 14s root in the patch failed.
+1 💚 asflicense 6m 5s The patch does not generate ASF License warnings.
263m 33s
Reason Tests
Failed junit tests hadoop.hbase.thrift2.TestThriftHBaseServiceHandler
hadoop.hbase.backup.TestIncrementalBackup
hadoop.hbase.backup.TestRemoteRestore
hadoop.hbase.backup.TestBackupShowHistory
Subsystem Report/Notes
Docker Client=19.03.6 Server=19.03.6 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/10/artifact/out/Dockerfile
GITHUB PR #1165
Optional Tests dupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile xml cc hbaseprotoc prototool rubocop refguide
uname Linux 13b11fce51b3 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/Base-PreCommit-GitHub-PR_PR-1165/out/precommit/personality/provided.sh
git revision master / a420f04
Default Java 1.8.0_181
refguide https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/10/artifact/out/branch-site/book.html
refguide https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/10/artifact/out/patch-site/book.html
findbugs https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/10/artifact/out/patch-findbugs-root.txt
unit https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/10/artifact/out/patch-unit-root.txt
Test Results https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/10/testReport/
Max. process+thread count 9896 (vs. ulimit of 10000)
modules C: hbase-annotations hbase-protocol-shaded hbase-common hbase-protocol hbase-client hbase-server hbase-thrift hbase-shell hbase-it hbase-assembly . U: .
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/10/console
versions git=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.80.0
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 0s Docker mode activated.
-1 ❌ patch 0m 5s #1165 does not apply to master. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
Subsystem Report/Notes
GITHUB PR #1165
Console output https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1165/11/console
versions git=2.17.1
Powered by Apache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache9 Apache9 merged commit 346d087 into master Mar 2, 2020
@asfgit asfgit deleted the HBASE-22514 branch March 2, 2020 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
7 participants