Skip to content

HBASE-22737 Add a new admin method and shell cmd to trigger the hbck … - #425

Merged
infraio merged 1 commit into
apache:masterfrom
infraio:HBASE-22737
Aug 1, 2019
Merged

HBASE-22737 Add a new admin method and shell cmd to trigger the hbck …#425
infraio merged 1 commit into
apache:masterfrom
infraio:HBASE-22737

Conversation

@infraio

Copy link
Copy Markdown
Contributor

…chore to run

@Apache9

Copy link
Copy Markdown
Contributor

Should this be in Admin? Or in Hbck?

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec197Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep26Maven dependency ordering for branch
+1mvninstall335master passed
+1compile191master passed
+1checkstyle186master passed
+1shadedjars300branch has no errors when building our shaded downstream artifacts.
+1javadoc123master passed
0spotbugs101Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs595master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall342the patch passed
+1compile176the patch passed
+1cc176the patch passed
+1javac176the patch passed
+1checkstyle10The patch passed checkstyle in hbase-protocol-shaded
-1checkstyle34hbase-client: The patch generated 2 new + 48 unchanged - 0 fixed = 50 total (was 48)
+1checkstyle85hbase-server: The patch generated 0 new + 136 unchanged - 9 fixed = 136 total (was 145)
+1checkstyle41The patch passed checkstyle in hbase-thrift
+1checkstyle10The patch passed checkstyle in hbase-shell
-1rubocop12The patch generated 3 new + 294 unchanged - 0 fixed = 297 total (was 294)
+1whitespace0The patch has no whitespace issues.
+1shadedjars303patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1091Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc173the patch passed
+1javadoc119the patch passed
+1findbugs660the patch passed
_ Other Tests _
+1unit45hbase-protocol-shaded in the patch passed.
+1unit113hbase-client in the patch passed.
-1unit15172hbase-server in the patch failed.
+1unit277hbase-thrift in the patch passed.
+1unit696hbase-shell in the patch passed.
+1asflicense138The patch does not generate ASF License warnings.
21982
ReasonTests
Failed junit testshadoop.hbase.master.TestMasterShutdown
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/1/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux fcbcf8053b91 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / 41490e7
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/1/artifact/out/diff-checkstyle-hbase-client.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/1/artifact/out/diff-patch-rubocop.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/1/testReport/
Max. process+thread count4973 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec72Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep23Maven dependency ordering for branch
+1mvninstall343master passed
+1compile167master passed
+1checkstyle159master passed
+1shadedjars306branch has no errors when building our shaded downstream artifacts.
+1javadoc118master passed
0spotbugs91Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs608master passed
_ Patch Compile Tests _
0mvndep16Maven dependency ordering for patch
+1mvninstall325the patch passed
+1compile169the patch passed
+1cc169the patch passed
+1javac169the patch passed
+1checkstyle9The patch passed checkstyle in hbase-protocol-shaded
-1checkstyle28hbase-client: The patch generated 2 new + 48 unchanged - 0 fixed = 50 total (was 48)
+1checkstyle75hbase-server: The patch generated 0 new + 136 unchanged - 9 fixed = 136 total (was 145)
+1checkstyle35The patch passed checkstyle in hbase-thrift
+1checkstyle10The patch passed checkstyle in hbase-shell
-1rubocop12The patch generated 3 new + 294 unchanged - 0 fixed = 297 total (was 294)
+1whitespace0The patch has no whitespace issues.
+1shadedjars284patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1029Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc160the patch passed
+1javadoc112the patch passed
+1findbugs574the patch passed
_ Other Tests _
+1unit37hbase-protocol-shaded in the patch passed.
+1unit106hbase-client in the patch passed.
-1unit16798hbase-server in the patch failed.
+1unit345hbase-thrift in the patch passed.
+1unit737hbase-shell in the patch passed.
+1asflicense140The patch does not generate ASF License warnings.
23283
ReasonTests
Failed junit testshadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.client.TestSnapshotTemporaryDirectory
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/2/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux 97dd0f25124f 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / 11f30de
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/2/artifact/out/diff-checkstyle-hbase-client.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/2/artifact/out/diff-patch-rubocop.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/2/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/2/testReport/
Max. process+thread count5141 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/2/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

throws ServiceException {
rpcPreCheck("runHbckChore");
HbckChore hbckChore = master.getHbckChore();
if (!hbckChore.isRunning()) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If already running, should result of this call be 'false' for did not run?//

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Ok. Return false if the HBCK chore already running.

#----------------------------------------------------------------------------------------------
# Request HBCK chore to run
def hbck_chore_run
@admin.runHbckChore

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yeah, good question by @duo regards whether it should be in hbcksevice or not. It probably should?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

OK.

def help
<<-EOF
Request HBCK chore to run at master side.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Perhaps say what the chore does? One sentence?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Missing 'm' on Filesystem. Fix on commit.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch10#425 does not apply to master. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
SubsystemReport/Notes
GITHUB PR#425
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/4/console
versionsgit=2.7.4
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec38Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
0mvndep15Maven dependency ordering for branch
+1mvninstall294master passed
+1compile162master passed
+1checkstyle152master passed
+1shadedjars255branch has no errors when building our shaded downstream artifacts.
+1javadoc107master passed
0spotbugs88Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs523master passed
_ Patch Compile Tests _
0mvndep13Maven dependency ordering for patch
+1mvninstall273the patch passed
+1compile159the patch passed
+1cc159the patch passed
+1javac159the patch passed
+1checkstyle8The patch passed checkstyle in hbase-protocol-shaded
-1checkstyle29hbase-client: The patch generated 2 new + 48 unchanged - 0 fixed = 50 total (was 48)
+1checkstyle73hbase-server: The patch generated 0 new + 136 unchanged - 9 fixed = 136 total (was 145)
+1checkstyle36The patch passed checkstyle in hbase-thrift
+1checkstyle9The patch passed checkstyle in hbase-shell
-1rubocop11The patch generated 3 new + 294 unchanged - 0 fixed = 297 total (was 294)
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck868Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc149the patch passed
+1javadoc107the patch passed
+1findbugs558the patch passed
_ Other Tests _
+1unit35hbase-protocol-shaded in the patch passed.
+1unit105hbase-client in the patch passed.
+1unit8185hbase-server in the patch passed.
+1unit214hbase-thrift in the patch passed.
+1unit420hbase-shell in the patch passed.
+1asflicense97The patch does not generate ASF License warnings.
13566
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/3/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux 9913453f4182 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / f68cda3
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/3/artifact/out/diff-checkstyle-hbase-client.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/3/artifact/out/diff-patch-rubocop.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/3/testReport/
Max. process+thread count4643 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-thrift hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/3/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec35Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 4 new or modified test files.
_ master Compile Tests _
0mvndep25Maven dependency ordering for branch
+1mvninstall300master passed
+1compile133master passed
+1checkstyle120master passed
+1shadedjars258branch has no errors when building our shaded downstream artifacts.
+1javadoc76master passed
0spotbugs247Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs460master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall311the patch passed
+1compile130the patch passed
+1cc130the patch passed
+1javac130the patch passed
+1checkstyle9The patch passed checkstyle in hbase-protocol-shaded
-1checkstyle29hbase-client: The patch generated 1 new + 5 unchanged - 0 fixed = 6 total (was 5)
+1checkstyle71hbase-server: The patch generated 0 new + 136 unchanged - 7 fixed = 136 total (was 143)
+1checkstyle9The patch passed checkstyle in hbase-shell
-1rubocop14The patch generated 4 new + 436 unchanged - 1 fixed = 440 total (was 437)
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck894Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc121the patch passed
+1javadoc74the patch passed
+1findbugs463the patch passed
_ Other Tests _
+1unit35hbase-protocol-shaded in the patch passed.
+1unit103hbase-client in the patch passed.
+1unit8372hbase-server in the patch passed.
+1unit445hbase-shell in the patch passed.
+1asflicense96The patch does not generate ASF License warnings.
13253
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/5/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux 159bf4aac23a 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / 0c80d5b
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/5/artifact/out/diff-checkstyle-hbase-client.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/5/artifact/out/diff-patch-rubocop.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/5/testReport/
Max. process+thread count4513 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/5/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec39Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 4 new or modified test files.
_ master Compile Tests _
0mvndep12Maven dependency ordering for branch
+1mvninstall330master passed
+1compile158master passed
+1checkstyle128master passed
+1shadedjars265branch has no errors when building our shaded downstream artifacts.
+1javadoc76master passed
0spotbugs72Used deprecated FindBugs config; considering switching to SpotBugs.
-1findbugs138hbase-server in master failed.
_ Patch Compile Tests _
0mvndep13Maven dependency ordering for patch
+1mvninstall280the patch passed
+1compile130the patch passed
+1cc130the patch passed
+1javac130the patch passed
+1checkstyle9The patch passed checkstyle in hbase-protocol-shaded
-1checkstyle27hbase-client: The patch generated 1 new + 5 unchanged - 0 fixed = 6 total (was 5)
+1checkstyle71hbase-server: The patch generated 0 new + 136 unchanged - 7 fixed = 136 total (was 143)
+1checkstyle9The patch passed checkstyle in hbase-shell
-1rubocop14The patch generated 4 new + 436 unchanged - 1 fixed = 440 total (was 437)
+1whitespace0The patch has no whitespace issues.
+1shadedjars258patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck879Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc134the patch passed
+1javadoc83the patch passed
+1findbugs471the patch passed
_ Other Tests _
+1unit36hbase-protocol-shaded in the patch passed.
+1unit106hbase-client in the patch passed.
-1unit1596hbase-server in the patch failed.
-1unit416hbase-shell in the patch failed.
+1asflicense47The patch does not generate ASF License warnings.
6346
ReasonTests
Failed junit testshadoop.hbase.master.normalizer.TestSimpleRegionNormalizer
hadoop.hbase.master.TestMasterCoprocessorServices
hadoop.hbase.master.TestMasterQosFunction
hadoop.hbase.client.TestAsyncAccessControlAdminApi
hadoop.hbase.client.TestMultiActionMetricsFromClient
hadoop.hbase.client.TestAdminShell2
hadoop.hbase.client.TestShell
hadoop.hbase.client.TestAdminShell
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/7/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux 50a8a1a22685 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / 124fa34
Default Java1.8.0_181
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/7/artifact/out/branch-findbugs-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/7/artifact/out/diff-checkstyle-hbase-client.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/7/artifact/out/diff-patch-rubocop.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/7/artifact/out/patch-unit-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/7/artifact/out/patch-unit-hbase-shell.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/7/testReport/
Max. process+thread count2748 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/7/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec73Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 4 new or modified test files.
_ master Compile Tests _
0mvndep14Maven dependency ordering for branch
+1mvninstall308master passed
+1compile138master passed
+1checkstyle128master passed
+1shadedjars273branch has no errors when building our shaded downstream artifacts.
+1javadoc84master passed
0spotbugs265Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs494master passed
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall306the patch passed
+1compile141the patch passed
+1cc141the patch passed
+1javac141the patch passed
+1checkstyle10The patch passed checkstyle in hbase-protocol-shaded
-1checkstyle32hbase-client: The patch generated 1 new + 5 unchanged - 0 fixed = 6 total (was 5)
+1checkstyle86hbase-server: The patch generated 0 new + 136 unchanged - 7 fixed = 136 total (was 143)
+1checkstyle11The patch passed checkstyle in hbase-shell
-1rubocop15The patch generated 4 new + 436 unchanged - 1 fixed = 440 total (was 437)
+1whitespace1The patch has no whitespace issues.
+1shadedjars285patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck944Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc131the patch passed
+1javadoc81the patch passed
+1findbugs422the patch passed
_ Other Tests _
+1unit37hbase-protocol-shaded in the patch passed.
+1unit106hbase-client in the patch passed.
-1unit14756hbase-server in the patch failed.
+1unit737hbase-shell in the patch passed.
+1asflicense118The patch does not generate ASF License warnings.
20182
ReasonTests
Failed junit testshadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/8/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux 7815e010c6ef 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / e3a54e7
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/8/artifact/out/diff-checkstyle-hbase-client.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/8/artifact/out/diff-patch-rubocop.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/8/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/8/testReport/
Max. process+thread count4704 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/8/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.72.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec63Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 4 new or modified test files.
_ master Compile Tests _
0mvndep12Maven dependency ordering for branch
+1mvninstall289master passed
+1compile131master passed
+1checkstyle120master passed
+1shadedjars262branch has no errors when building our shaded downstream artifacts.
+1javadoc73master passed
0spotbugs241Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs448master passed
_ Patch Compile Tests _
0mvndep13Maven dependency ordering for patch
+1mvninstall292the patch passed
+1compile130the patch passed
+1cc130the patch passed
+1javac130the patch passed
+1checkstyle8The patch passed checkstyle in hbase-protocol-shaded
-1checkstyle27hbase-client: The patch generated 1 new + 5 unchanged - 0 fixed = 6 total (was 5)
+1checkstyle74hbase-server: The patch generated 0 new + 136 unchanged - 7 fixed = 136 total (was 143)
+1checkstyle8The patch passed checkstyle in hbase-shell
-1rubocop15The patch generated 4 new + 436 unchanged - 1 fixed = 440 total (was 437)
+1whitespace0The patch has no whitespace issues.
+1shadedjars266patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck910Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc121the patch passed
+1javadoc73the patch passed
-1findbugs19hbase-client in the patch failed.
-1findbugs35hbase-server in the patch failed.
_ Other Tests _
+1unit34hbase-protocol-shaded in the patch passed.
-1unit20hbase-client in the patch failed.
-1unit35hbase-server in the patch failed.
-1unit51hbase-shell in the patch failed.
+1asflicense38The patch does not generate ASF License warnings.
4119
ReasonTests
Failed junit testshadoop.hbase.client.TestReplicationShell
hadoop.hbase.client.TestQuotasShell
hadoop.hbase.client.TestShell
hadoop.hbase.client.TestAdminShell
hadoop.hbase.client.rsgroup.TestShellRSGroups
hadoop.hbase.client.TestAdminShell2
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/10/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux 751fb4d5a9b1 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / 4a61c8b
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/10/artifact/out/diff-checkstyle-hbase-client.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/10/artifact/out/diff-patch-rubocop.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/10/artifact/out/patch-findbugs-hbase-client.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/10/artifact/out/patch-findbugs-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/10/artifact/out/patch-unit-hbase-client.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/10/artifact/out/patch-unit-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/10/artifact/out/patch-unit-hbase-shell.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/10/testReport/
Max. process+thread count701 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/10/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec91Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 4 new or modified test files.
_ master Compile Tests _
0mvndep13Maven dependency ordering for branch
+1mvninstall310master passed
+1compile158master passed
+1checkstyle138master passed
+1shadedjars280branch has no errors when building our shaded downstream artifacts.
+1javadoc83master passed
0spotbugs73Used deprecated FindBugs config; considering switching to SpotBugs.
-1findbugs39hbase-server in master failed.
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall305the patch passed
+1compile142the patch passed
+1cc142the patch passed
+1javac142the patch passed
+1checkstyle9The patch passed checkstyle in hbase-protocol-shaded
-1checkstyle33hbase-client: The patch generated 1 new + 5 unchanged - 0 fixed = 6 total (was 5)
+1checkstyle86hbase-server: The patch generated 0 new + 136 unchanged - 7 fixed = 136 total (was 143)
+1checkstyle10The patch passed checkstyle in hbase-shell
-1rubocop14The patch generated 4 new + 436 unchanged - 1 fixed = 440 total (was 437)
+1whitespace0The patch has no whitespace issues.
+1shadedjars279patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck953Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc135the patch passed
+1javadoc83the patch passed
+1findbugs519the patch passed
_ Other Tests _
+1unit40hbase-protocol-shaded in the patch passed.
+1unit107hbase-client in the patch passed.
-1unit14902hbase-server in the patch failed.
+1unit575hbase-shell in the patch passed.
+1asflicense80The patch does not generate ASF License warnings.
20067
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/9/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux e1a5345e71ce 4.15.0-48-generic #51-Ubuntu SMP Wed Apr 3 08:28:49 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425@2/out/precommit/personality/provided.sh
git revisionmaster / e3a54e7
Default Java1.8.0_181
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/9/artifact/out/branch-findbugs-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/9/artifact/out/diff-checkstyle-hbase-client.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/9/artifact/out/diff-patch-rubocop.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/9/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/9/testReport/
Max. process+thread count4582 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/9/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.72.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch10#425 does not apply to master. Rebase required? Wrong Branch? See https://yetus.apache.org/documentation/in-progress/precommit-patchnames for help.
SubsystemReport/Notes
GITHUB PR#425
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/13/console
versionsgit=2.7.4
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec142Docker mode activated.
_ Prechecks _
+1dupname1No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 4 new or modified test files.
_ master Compile Tests _
0mvndep25Maven dependency ordering for branch
+1mvninstall456master passed
+1compile182master passed
+1checkstyle163master passed
+1shadedjars357branch has no errors when building our shaded downstream artifacts.
+1javadoc106master passed
0spotbugs296Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs590master passed
_ Patch Compile Tests _
0mvndep17Maven dependency ordering for patch
+1mvninstall427the patch passed
+1compile187the patch passed
+1cc187the patch passed
+1javac187the patch passed
+1checkstyle11The patch passed checkstyle in hbase-protocol-shaded
+1checkstyle38The patch passed checkstyle in hbase-client
+1checkstyle95hbase-server: The patch generated 0 new + 136 unchanged - 7 fixed = 136 total (was 143)
+1checkstyle12The patch passed checkstyle in hbase-shell
-1rubocop16The patch generated 4 new + 436 unchanged - 1 fixed = 440 total (was 437)
+1whitespace0The patch has no whitespace issues.
+1shadedjars309patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1045Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc146the patch passed
+1javadoc83the patch passed
+1findbugs523the patch passed
_ Other Tests _
+1unit45hbase-protocol-shaded in the patch passed.
+1unit112hbase-client in the patch passed.
-1unit15383hbase-server in the patch failed.
+1unit431hbase-shell in the patch passed.
+1asflicense98The patch does not generate ASF License warnings.
21479
ReasonTests
Failed junit testshadoop.hbase.tool.TestSecureBulkLoadHFiles
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/14/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux fb3e283d24c8 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / 373c2dc
Default Java1.8.0_181
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/14/artifact/out/diff-patch-rubocop.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/14/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/14/testReport/
Max. process+thread count4681 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/14/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec39Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 4 new or modified test files.
_ master Compile Tests _
0mvndep25Maven dependency ordering for branch
+1mvninstall291master passed
+1compile132master passed
+1checkstyle117master passed
+1shadedjars259branch has no errors when building our shaded downstream artifacts.
+1javadoc81master passed
0spotbugs235Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs449master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall279the patch passed
-1compile20hbase-client in the patch failed.
-1compile34hbase-server in the patch failed.
-1cc20hbase-client in the patch failed.
-1cc34hbase-server in the patch failed.
-1javac20hbase-client in the patch failed.
-1javac34hbase-server in the patch failed.
+1checkstyle8The patch passed checkstyle in hbase-protocol-shaded
+1checkstyle27The patch passed checkstyle in hbase-client
+1checkstyle69hbase-server: The patch generated 0 new + 136 unchanged - 7 fixed = 136 total (was 143)
+1checkstyle9The patch passed checkstyle in hbase-shell
-1rubocop14The patch generated 4 new + 436 unchanged - 1 fixed = 440 total (was 437)
+1whitespace0The patch has no whitespace issues.
+1shadedjars255patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck897Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc130the patch passed
+1javadoc78the patch passed
+1findbugs476the patch passed
_ Other Tests _
+1unit36hbase-protocol-shaded in the patch passed.
+1unit108hbase-client in the patch passed.
+1unit8148hbase-server in the patch passed.
+1unit424hbase-shell in the patch passed.
+1asflicense93The patch does not generate ASF License warnings.
13040
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/15/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux 729e6a2c2992 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / 586e177
Default Java1.8.0_181
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/15/artifact/out/patch-compile-hbase-client.txt
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/15/artifact/out/patch-compile-hbase-server.txt
cchttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/15/artifact/out/patch-compile-hbase-client.txt
cchttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/15/artifact/out/patch-compile-hbase-server.txt
javachttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/15/artifact/out/patch-compile-hbase-client.txt
javachttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/15/artifact/out/patch-compile-hbase-server.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/15/artifact/out/diff-patch-rubocop.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/15/testReport/
Max. process+thread count4961 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/15/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec40Docker mode activated.
_ Prechecks _
+1dupname1No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 4 new or modified test files.
_ master Compile Tests _
0mvndep14Maven dependency ordering for branch
+1mvninstall290master passed
+1compile132master passed
+1checkstyle128master passed
+1shadedjars274branch has no errors when building our shaded downstream artifacts.
+1javadoc82master passed
0spotbugs246Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs453master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall295the patch passed
+1compile135the patch passed
+1cc135the patch passed
+1javac135the patch passed
+1checkstyle9The patch passed checkstyle in hbase-protocol-shaded
+1checkstyle30The patch passed checkstyle in hbase-client
+1checkstyle71hbase-server: The patch generated 0 new + 136 unchanged - 7 fixed = 136 total (was 143)
+1checkstyle9The patch passed checkstyle in hbase-shell
-1rubocop14The patch generated 4 new + 436 unchanged - 1 fixed = 440 total (was 437)
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck884Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc122the patch passed
+1javadoc78the patch passed
+1findbugs465the patch passed
_ Other Tests _
+1unit38hbase-protocol-shaded in the patch passed.
+1unit120hbase-client in the patch passed.
+1unit8305hbase-server in the patch passed.
+1unit88hbase-shell in the patch passed.
+1asflicense100The patch does not generate ASF License warnings.
12864
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/18/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux 28ddd8c6cff0 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / 24b970e
Default Java1.8.0_181
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/18/artifact/out/diff-patch-rubocop.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/18/testReport/
Max. process+thread count4822 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/18/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@saintstacksaintstack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Minor item to fix on commit.

def help
<<-EOF
Request HBCK chore to run at master side.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Missing 'm' on Filesystem. Fix on commit.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec39Docker mode activated.
_ Prechecks _
+1dupname1No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 4 new or modified test files.
_ master Compile Tests _
0mvndep13Maven dependency ordering for branch
+1mvninstall292master passed
+1compile136master passed
+1checkstyle127master passed
+1shadedjars270branch has no errors when building our shaded downstream artifacts.
+1javadoc84master passed
0spotbugs232Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs447master passed
_ Patch Compile Tests _
0mvndep17Maven dependency ordering for patch
+1mvninstall291the patch passed
+1compile134the patch passed
+1cc134the patch passed
+1javac134the patch passed
+1checkstyle11The patch passed checkstyle in hbase-protocol-shaded
+1checkstyle31The patch passed checkstyle in hbase-client
+1checkstyle77hbase-server: The patch generated 0 new + 136 unchanged - 7 fixed = 136 total (was 143)
+1checkstyle12The patch passed checkstyle in hbase-shell
-1rubocop14The patch generated 4 new + 436 unchanged - 1 fixed = 440 total (was 437)
+1whitespace0The patch has no whitespace issues.
+1shadedjars270patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck911Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1hbaseprotoc131the patch passed
+1javadoc84the patch passed
+1findbugs475the patch passed
_ Other Tests _
+1unit33hbase-protocol-shaded in the patch passed.
+1unit97hbase-client in the patch passed.
+1unit8599hbase-server in the patch passed.
+1unit82hbase-shell in the patch passed.
+1asflicense92The patch does not generate ASF License warnings.
13173
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/19/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux 23ca7d3de008 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / 4829c18
Default Java1.8.0_181
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/19/artifact/out/diff-patch-rubocop.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/19/testReport/
Max. process+thread count4446 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/19/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@infraio
infraio merged commit 35acf3c into apache:masterAug 1, 2019
@infraio
infraio deleted the HBASE-22737 branch August 1, 2019 00:55
asfgit pushed a commit that referenced this pull request Aug 1, 2019
…chore to run (#425)
Signed-off-by: stack <stack@apache.org>
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec99Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 4 new or modified test files.
_ master Compile Tests _
0mvndep24Maven dependency ordering for branch
-1mvninstall81root in master failed.
-1compile19hbase-client in master failed.
-1compile36hbase-server in master failed.
+1checkstyle122master passed
+1shadedjars279branch has no errors when building our shaded downstream artifacts.
+1javadoc78master passed
0spotbugs151Used deprecated FindBugs config; considering switching to SpotBugs.
-1findbugs22hbase-client in master failed.
-1findbugs35hbase-server in master failed.
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
-1mvninstall83root in the patch failed.
-1compile21hbase-client in the patch failed.
-1compile35hbase-server in the patch failed.
-1cc21hbase-client in the patch failed.
-1cc35hbase-server in the patch failed.
-1javac21hbase-client in the patch failed.
-1javac35hbase-server in the patch failed.
+1checkstyle8The patch passed checkstyle in hbase-protocol-shaded
+1checkstyle26The patch passed checkstyle in hbase-client
+1checkstyle75hbase-server: The patch generated 0 new + 136 unchanged - 7 fixed = 136 total (was 143)
+1checkstyle10The patch passed checkstyle in hbase-shell
-1rubocop15The patch generated 4 new + 436 unchanged - 1 fixed = 440 total (was 437)
+1whitespace0The patch has no whitespace issues.
+1shadedjars272patch has no errors when building our shaded downstream artifacts.
-1hadoopcheck54The patch causes 10 errors with Hadoop v2.8.5.
-1hadoopcheck113The patch causes 10 errors with Hadoop v2.9.2.
-1hadoopcheck172The patch causes 10 errors with Hadoop v3.1.2.
-1hbaseprotoc19Patch generated 5 new protoc errors in hbase-client.
-1hbaseprotoc39Patch generated 10 new protoc errors in hbase-server.
-1hbaseprotoc24Patch generated 10 new protoc errors in hbase-shell.
+1javadoc82the patch passed
-1findbugs22hbase-client in the patch failed.
-1findbugs38hbase-server in the patch failed.
_ Other Tests _
+1unit38hbase-protocol-shaded in the patch passed.
-1unit20hbase-client in the patch failed.
-1unit38hbase-server in the patch failed.
-1unit72hbase-shell in the patch failed.
+1asflicense36The patch does not generate ASF License warnings.
2540
ReasonTests
Failed junit testshadoop.hbase.client.rsgroup.TestShellRSGroups
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/Dockerfile
GITHUB PR#425
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile cc hbaseprotoc rubocop
unameLinux 6a55ba415733 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-425/out/precommit/personality/provided.sh
git revisionmaster / 4829c18
Default Java1.8.0_181
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/branch-mvninstall-root.txt
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/branch-compile-hbase-client.txt
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/branch-compile-hbase-server.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/branch-findbugs-hbase-client.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/branch-findbugs-hbase-server.txt
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-mvninstall-root.txt
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-compile-hbase-client.txt
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-compile-hbase-server.txt
cchttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-compile-hbase-client.txt
cchttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-compile-hbase-server.txt
javachttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-compile-hbase-client.txt
javachttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-compile-hbase-server.txt
rubocophttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/diff-patch-rubocop.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-javac-3.1.2.txt
hbaseprotochttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-hbaseprotoc-hbase-client.txt
hbaseprotochttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-hbaseprotoc-hbase-server.txt
hbaseprotochttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-hbaseprotoc-hbase-shell.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-findbugs-hbase-client.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-findbugs-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-unit-hbase-client.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-unit-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/artifact/out/patch-unit-hbase-shell.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/testReport/
Max. process+thread count771 (vs. ulimit of 10000)
modulesC: hbase-protocol-shaded hbase-client hbase-server hbase-shell U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-425/20/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11 rubocop=0.73.0
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

asfgit pushed a commit that referenced this pull request Aug 1, 2019
…chore to run (#425)
Signed-off-by: stack <stack@apache.org>
asfgit pushed a commit that referenced this pull request Aug 1, 2019
…chore to run (#425)
Signed-off-by: stack <stack@apache.org>
asfgit pushed a commit that referenced this pull request Aug 1, 2019
…chore to run (#425)
Signed-off-by: stack <stack@apache.org>
infraio added a commit to infraio/hbase that referenced this pull request Aug 17, 2020
…chore to run (apache#425)
Signed-off-by: stack <stack@apache.org>
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…chore to run (apache#425)
Signed-off-by: stack <stack@apache.org>
(cherry picked from commit 5ec1fed)
Change-Id: I1d4fa998b1f167bf292b819fc42f935cd2fc3ca0
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.

4 participants

@infraio@Apache9@Apache-HBase@saintstack