Skip to content

HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes - #374

Merged
HorizonNet merged 2 commits into
apache:masterfrom
Diffblue-benchmarks:add-diffblue-tests-2
Aug 5, 2019
Merged

HBASE-22677 Add unit tests for org.apache.hadoop.hbase.util.ByteRangeUtils and Classes#374
HorizonNet merged 2 commits into
apache:masterfrom
Diffblue-benchmarks:add-diffblue-tests-2

Conversation

@Braavos6

Copy link
Copy Markdown
Contributor

I've analysed your codebase and noticed that org.apache.hadoop.hbase.util.ByteRangeUtils and Classes is not fully tested.
I've written some tests for the methods in this class with the help of Diffblue Cover.

Hopefully, these tests will help you detect any regressions caused by future code changes. If you would find it useful to have additional tests written for this repository, I would be more than happy to look at other classes that you consider important in a subsequent PR.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec36Docker mode activated.
_ Prechecks _
+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 _
+1mvninstall286master passed
+1compile23master passed
+1checkstyle25master passed
+1shadedjars286branch has no errors when building our shaded downstream artifacts.
+1findbugs48master passed
+1javadoc21master passed
_ Patch Compile Tests _
+1mvninstall275the patch passed
+1compile24the patch passed
+1javac24the patch passed
+1checkstyle26the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars298patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck855Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs56the patch passed
+1javadoc21the patch passed
_ Other Tests _
-1unit177hbase-common in the patch failed.
+1asflicense11The patch does not generate ASF License warnings.
2793
ReasonTests
Failed junit testshadoop.hbase.util.TestClasses
hadoop.hbase.util.TestByteRangeUtils
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/1/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d28bb9f87450 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 438bf32
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/1/artifact/out/patch-unit-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/1/testReport/
Max. process+thread count109 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

Comment threadhbase-common/src/test/java/org/apache/hadoop/hbase/util/TestClasses.java Outdated
@Braavos6
Braavos6force-pushed the add-diffblue-tests-2 branch from 7dc8d6d to 6f0496fCompareJuly 15, 2019 08:18
@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec173Docker mode activated.
_ Prechecks _
+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 _
+1mvninstall252master passed
+1compile22master passed
+1checkstyle24master passed
+1shadedjars268branch has no errors when building our shaded downstream artifacts.
+1findbugs40master passed
+1javadoc21master passed
_ Patch Compile Tests _
+1mvninstall238the patch passed
+1compile22the patch passed
+1javac22the patch passed
+1checkstyle23the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars269patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck735Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs48the patch passed
+1javadoc20the patch passed
_ Other Tests _
+1unit185hbase-common in the patch passed.
+1asflicense11The patch does not generate ASF License warnings.
2667
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/2/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d2a82951eeff 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 74731c2
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/2/testReport/
Max. process+thread count337 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec57Docker mode activated.
_ Prechecks _
+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 _
+1mvninstall351master passed
+1compile27master passed
+1checkstyle31master passed
+1shadedjars356branch has no errors when building our shaded downstream artifacts.
+1findbugs49master passed
+1javadoc25master passed
_ Patch Compile Tests _
+1mvninstall313the patch passed
+1compile27the patch passed
+1javac27the patch passed
+1checkstyle30the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars345patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1005Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs61the patch passed
+1javadoc23the patch passed
_ Other Tests _
+1unit205hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
3294
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/3/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b50697b62218 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / cc38de1
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/3/testReport/
Max. process+thread count342 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/3/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Braavos6

Copy link
Copy Markdown
ContributorAuthor

Hi @HorizonNet Is there any other changes you would like me to make to this PR?

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec65Docker mode activated.
_ Prechecks _
+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 _
+1mvninstall257master passed
+1compile23master passed
+1checkstyle22master passed
+1shadedjars262branch has no errors when building our shaded downstream artifacts.
+1findbugs39master passed
+1javadoc20master passed
_ Patch Compile Tests _
-1mvninstall245root in the patch failed.
+1compile20the patch passed
+1javac20the patch passed
+1checkstyle22the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars259patch has no errors when building our shaded downstream artifacts.
-1hadoopcheck236The patch causes 10 errors with Hadoop v2.8.5.
-1hadoopcheck495The patch causes 10 errors with Hadoop v2.9.2.
-1hadoopcheck758The patch causes 10 errors with Hadoop v3.1.2.
+1findbugs46the patch passed
+1javadoc20the patch passed
_ Other Tests _
+1unit176hbase-common in the patch passed.
+1asflicense10The patch does not generate ASF License warnings.
2320
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/4/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux caf17aafa6cf 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 72e58a8
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/4/artifact/out/patch-mvninstall-root.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/4/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/4/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/4/artifact/out/patch-javac-3.1.2.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/4/testReport/
Max. process+thread count325 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/4/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec69Docker mode activated.
_ Prechecks _
+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 _
+1mvninstall290master passed
+1compile21master passed
+1checkstyle22master passed
+1shadedjars266branch has no errors when building our shaded downstream artifacts.
+1findbugs40master passed
+1javadoc20master passed
_ Patch Compile Tests _
+1mvninstall256the patch passed
+1compile22the patch passed
+1javac22the patch passed
+1checkstyle23the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars275patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck777Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs51the patch passed
+1javadoc19the patch passed
_ Other Tests _
+1unit181hbase-common in the patch passed.
+1asflicense9The patch does not generate ASF License warnings.
2668
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/5/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 34b677a06d68 4.4.0-137-generic #163-Ubuntu SMP Mon Sep 24 13:14:43 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 00075ea
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/5/testReport/
Max. process+thread count292 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/5/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec67Docker 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 _
+1mvninstall237master passed
+1compile22master passed
+1checkstyle24master passed
+1shadedjars258branch has no errors when building our shaded downstream artifacts.
+1javadoc19master passed
0spotbugs51Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs49master passed
_ Patch Compile Tests _
+1mvninstall235the patch passed
+1compile20the patch passed
+1javac20the patch passed
+1checkstyle23the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck733Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc18the patch passed
+1findbugs54the patch passed
_ Other Tests _
+1unit180hbase-common in the patch passed.
+1asflicense10The patch does not generate ASF License warnings.
2507
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/6/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 0c621ff85b68 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-374/out/precommit/personality/provided.sh
git revisionmaster / c9293b0
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/6/testReport/
Max. process+thread count347 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/6/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Braavos6

Copy link
Copy Markdown
ContributorAuthor

Hi @HorizonNet just following up Is there any other changes you would like me to make to this PR?

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec98Docker 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 _
+1mvninstall349master passed
+1compile27master passed
+1checkstyle31master passed
+1shadedjars388branch has no errors when building our shaded downstream artifacts.
+1javadoc23master passed
0spotbugs62Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs60master passed
_ Patch Compile Tests _
+1mvninstall360the patch passed
+1compile29the patch passed
+1javac29the patch passed
+1checkstyle31the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars388patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1082Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc24the patch passed
+1findbugs72the patch passed
_ Other Tests _
+1unit208hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
3626
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/7/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 9743acbe6a39 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-374/out/precommit/personality/provided.sh
git revisionmaster / aa9679d
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/7/testReport/
Max. process+thread count293 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/7/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec77Docker 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 _
+1mvninstall361master passed
+1compile30master passed
+1checkstyle33master passed
+1shadedjars406branch has no errors when building our shaded downstream artifacts.
+1javadoc25master passed
0spotbugs63Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs60master passed
_ Patch Compile Tests _
+1mvninstall358the patch passed
+1compile26the patch passed
+1javac26the patch passed
+1checkstyle32the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars388patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1109Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc26the patch passed
+1findbugs71the patch passed
_ Other Tests _
+1unit211hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
3649
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/8/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d0fb5826b182 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-374/out/precommit/personality/provided.sh
git revisionmaster / 7f68591
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/8/testReport/
Max. process+thread count290 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/8/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec74Docker 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 _
+1mvninstall258master passed
+1compile24master passed
+1checkstyle27master passed
+1shadedjars282branch has no errors when building our shaded downstream artifacts.
+1javadoc20master passed
0spotbugs52Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs49master passed
_ Patch Compile Tests _
+1mvninstall259the patch passed
+1compile23the patch passed
+1javac23the patch passed
+1checkstyle26the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars281patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck784Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc28the patch passed
+1findbugs70the patch passed
_ Other Tests _
+1unit194hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
2775
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/1/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 8a61696549f8 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-374/out/precommit/personality/provided.sh
git revisionmaster / 7f68591
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/1/testReport/
Max. process+thread count260 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/1/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec159Docker 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 _
+1mvninstall406master passed
+1compile21master passed
+1checkstyle23master passed
+1shadedjars267branch has no errors when building our shaded downstream artifacts.
+1javadoc18master passed
0spotbugs50Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs48master passed
_ Patch Compile Tests _
+1mvninstall278the patch passed
+1compile25the patch passed
+1javac25the patch passed
+1checkstyle25the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars283patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck729Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc19the patch passed
+1findbugs54the patch passed
_ Other Tests _
+1unit170hbase-common in the patch passed.
+1asflicense9The patch does not generate ASF License warnings.
2886
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/2/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 4f5746856f68 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-374/out/precommit/personality/provided.sh
git revisionmaster / 9615c64
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/2/testReport/
Max. process+thread count287 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/2/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec64Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author1The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
+1mvninstall329master passed
+1compile27master passed
+1checkstyle31master passed
+1shadedjars345branch has no errors when building our shaded downstream artifacts.
+1javadoc27master passed
0spotbugs64Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs61master passed
_ Patch Compile Tests _
+1mvninstall313the patch passed
+1compile27the patch passed
+1javac27the patch passed
+1checkstyle30the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars348patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1005Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc23the patch passed
+1findbugs65the patch passed
_ Other Tests _
+1unit191hbase-common in the patch passed.
+1asflicense11The patch does not generate ASF License warnings.
3279
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/3/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f3335a3cd83b 4.4.0-143-generic #169-Ubuntu SMP Thu Feb 7 07:56:38 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-374/out/precommit/personality/provided.sh
git revisionmaster / 0e34dcb
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/3/testReport/
Max. process+thread count292 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/3/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec58Docker 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 _
+1mvninstall247master passed
+1compile19master passed
+1checkstyle22master passed
+1shadedjars260branch has no errors when building our shaded downstream artifacts.
+1javadoc18master passed
0spotbugs47Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs45master passed
_ Patch Compile Tests _
+1mvninstall242the patch passed
+1compile21the patch passed
+1javac21the patch passed
+1checkstyle22the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars254patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck740Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc18the patch passed
+1findbugs52the patch passed
_ Other Tests _
+1unit162hbase-common in the patch passed.
+1asflicense9The patch does not generate ASF License warnings.
2485
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/4/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b037029ef1a6 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-374/out/precommit/personality/provided.sh
git revisionmaster / 06f5c43
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/4/testReport/
Max. process+thread count287 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/4/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec133Docker 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 _
+1mvninstall331master passed
+1compile28master passed
+1checkstyle31master passed
+1shadedjars332branch has no errors when building our shaded downstream artifacts.
+1javadoc24master passed
0spotbugs63Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs60master passed
_ Patch Compile Tests _
+1mvninstall299the patch passed
+1compile27the patch passed
+1javac27the patch passed
+1checkstyle29the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars332patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck974Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc28the patch passed
+1findbugs69the patch passed
_ Other Tests _
+1unit201hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
3332
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/5/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux bbc53801038b 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-374/out/precommit/personality/provided.sh
git revisionmaster / 06f5c43
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/5/testReport/
Max. process+thread count257 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/5/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNetHorizonNet 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.

Left a minor NIT. Remaining stuff LGTM.

Comment threadhbase-common/src/test/java/org/apache/hadoop/hbase/util/TestClasses.java Outdated
@Braavos6
Braavos6force-pushed the add-diffblue-tests-2 branch from 6f0496f to 6bd6e08CompareJuly 23, 2019 12:02
@Braavos6

Copy link
Copy Markdown
ContributorAuthor

Left a minor NIT. Remaining stuff LGTM.

Hi @HorizonNet I have replaced the imports with static imports as requested :)

@HorizonNetHorizonNet 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.

Approved, pending QA.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec57Docker 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 _
+1mvninstall314master passed
+1compile21master passed
+1checkstyle24master passed
+1shadedjars291branch has no errors when building our shaded downstream artifacts.
+1javadoc21master passed
0spotbugs52Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs49master passed
_ Patch Compile Tests _
+1mvninstall326the patch passed
+1compile23the patch passed
+1javac23the patch passed
-1checkstyle26hbase-common: The patch generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars267patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck901Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc20the patch passed
+1findbugs56the patch passed
_ Other Tests _
+1unit180hbase-common in the patch passed.
+1asflicense13The patch does not generate ASF License warnings.
2966
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/6/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 228466ca3d2c 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-374/out/precommit/personality/provided.sh
git revisionmaster / e74d501
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/6/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/6/testReport/
Max. process+thread count291 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/6/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet

Copy link
Copy Markdown
Contributor

@Braavos96 There are two Checkstyle warnings related to the import order. Could you please resolve them and then we should be ready to merge.

@Braavos6
Braavos6force-pushed the add-diffblue-tests-2 branch from 6bd6e08 to d4989bfCompareJuly 23, 2019 14:25
@Braavos6

Copy link
Copy Markdown
ContributorAuthor

Hi @HorizonNet I have changed the order of the static assert imports

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec56Docker 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 _
+1mvninstall336master passed
+1compile22master passed
+1checkstyle24master passed
+1shadedjars269branch has no errors when building our shaded downstream artifacts.
+1javadoc18master passed
0spotbugs45Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs42master passed
_ Patch Compile Tests _
+1mvninstall291the patch passed
+1compile22the patch passed
+1javac22the patch passed
-1checkstyle24hbase-common: The patch generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars290patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1016Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc19the patch passed
+1findbugs54the patch passed
_ Other Tests _
+1unit177hbase-common in the patch passed.
+1asflicense11The patch does not generate ASF License warnings.
3074
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/7/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 7d618202a105 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-374/out/precommit/personality/provided.sh
git revisionmaster / e74d501
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/7/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/7/testReport/
Max. process+thread count293 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/7/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet

Copy link
Copy Markdown
Contributor

@Braavos96 Imports are still in the wrong order. If I remember correctly they should come first before any other imports. You can also check that by running mvn checkstyle:check locally for the module.

….Utils and Classes
These tests were written using Diffblue Cover.
@Braavos6
Braavos6force-pushed the add-diffblue-tests-2 branch from d4989bf to c2fe8ffCompareJuly 23, 2019 15:56
@Braavos6

Copy link
Copy Markdown
ContributorAuthor

@Braavos96 Imports are still in the wrong order. If I remember correctly they should come first before any other imports. You can also check that by running mvn checkstyle:check locally for the module.

Hi @HorizonNet I moved the static imports to the top. I also tried the command mvn checkstyle:check and it showed a few modules are failing.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec37Docker 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 _
+1mvninstall289master passed
+1compile22master passed
+1checkstyle25master passed
+1shadedjars270branch has no errors when building our shaded downstream artifacts.
+1javadoc21master passed
0spotbugs48Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs46master passed
_ Patch Compile Tests _
+1mvninstall295the patch passed
+1compile22the patch passed
+1javac22the patch passed
-1checkstyle24hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace1The patch has no whitespace issues.
+1shadedjars275patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck907Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc20the patch passed
+1findbugs54the patch passed
_ Other Tests _
+1unit183hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
2861
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/30/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux e3ba91881e16 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-374/out/precommit/personality/provided.sh
git revisionmaster / 11f30de
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/30/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/30/testReport/
Max. process+thread count289 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/30/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec88Docker 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 _
+1mvninstall469master passed
+1compile20master passed
+1checkstyle26master passed
+1shadedjars274branch has no errors when building our shaded downstream artifacts.
+1javadoc20master passed
0spotbugs50Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs48master passed
_ Patch Compile Tests _
+1mvninstall348the patch passed
+1compile23the patch passed
+1javac23the patch passed
-1checkstyle26hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars307patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1025Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc21the patch passed
+1findbugs58the patch passed
_ Other Tests _
+1unit182hbase-common in the patch passed.
+1asflicense11The patch does not generate ASF License warnings.
3363
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/31/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 707702c619ca 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-374/out/precommit/personality/provided.sh
git revisionmaster / f68cda3
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/31/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/31/testReport/
Max. process+thread count289 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/31/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec88Docker 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 _
+1mvninstall333master passed
+1compile24master passed
+1checkstyle26master passed
+1shadedjars299branch has no errors when building our shaded downstream artifacts.
+1javadoc21master passed
0spotbugs54Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs52master passed
_ Patch Compile Tests _
+1mvninstall335the patch passed
+1compile23the patch passed
+1javac23the patch passed
-1checkstyle27hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars304patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1019Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc21the patch passed
+1findbugs63the patch passed
_ Other Tests _
+1unit177hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
3251
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/32/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 34d0fb9275f5 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-374/out/precommit/personality/provided.sh
git revisionmaster / 0c80d5b
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/32/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/32/testReport/
Max. process+thread count258 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/32/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 _
+1mvninstall293master passed
+1compile23master passed
+1checkstyle22master passed
+1shadedjars257branch has no errors when building our shaded downstream artifacts.
+1javadoc18master passed
0spotbugs45Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs44master passed
_ Patch Compile Tests _
-1mvninstall86root in the patch failed.
+1compile21the patch passed
+1javac21the patch passed
-1checkstyle21hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
-1hadoopcheck73The patch causes 10 errors with Hadoop v2.8.5.
-1hadoopcheck146The patch causes 10 errors with Hadoop v2.9.2.
-1hadoopcheck222The patch causes 10 errors with Hadoop v3.1.2.
+1javadoc18the patch passed
+1findbugs56the patch passed
_ Other Tests _
+1unit172hbase-common in the patch passed.
+1asflicense10The patch does not generate ASF License warnings.
1634
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/33/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 1dd787b48970 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-374/out/precommit/personality/provided.sh
git revisionmaster / c286a31
Default Java1.8.0_181
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/33/artifact/out/patch-mvninstall-root.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/33/artifact/out/diff-checkstyle-hbase-common.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/33/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/33/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/33/artifact/out/patch-javac-3.1.2.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/33/testReport/
Max. process+thread count288 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/33/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Braavos6

Copy link
Copy Markdown
ContributorAuthor

Hi @HorizonNet is there any other changes to be made to this PR?

@HorizonNet

Copy link
Copy Markdown
Contributor

@Braavos96 Yes, the build is still failing (see above).

@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 2 new or modified test files.
_ master Compile Tests _
+1mvninstall369master passed
+1compile40master passed
+1checkstyle47master passed
+1shadedjars302branch has no errors when building our shaded downstream artifacts.
+1javadoc19master passed
0spotbugs46Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs43master passed
_ Patch Compile Tests _
+1mvninstall287the patch passed
+1compile21the patch passed
+1javac21the patch passed
-1checkstyle23hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck888Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc18the patch passed
+1findbugs52the patch passed
_ Other Tests _
+1unit170hbase-common in the patch passed.
+1asflicense10The patch does not generate ASF License warnings.
2936
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/34/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 4633d40d0377 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-374/out/precommit/personality/provided.sh
git revisionmaster / 124fa34
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/34/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/34/testReport/
Max. process+thread count292 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/34/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec144Docker 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 _
+1mvninstall480master passed
+1compile27master passed
+1checkstyle35master passed
+1shadedjars365branch has no errors when building our shaded downstream artifacts.
+1javadoc29master passed
0spotbugs67Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs65master passed
_ Patch Compile Tests _
+1mvninstall452the patch passed
+1compile27the patch passed
+1javac27the patch passed
-1checkstyle31hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars362patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1360Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc28the patch passed
+1findbugs80the patch passed
_ Other Tests _
+1unit205hbase-common in the patch passed.
+1asflicense14The patch does not generate ASF License warnings.
4210
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/35/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 297684cbdafd 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-374/out/precommit/personality/provided.sh
git revisionmaster / e3a54e7
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/35/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/35/testReport/
Max. process+thread count258 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/35/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec71Docker 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 _
-1mvninstall19root in master failed.
+1compile27master passed
+1checkstyle22master passed
+1shadedjars284branch has no errors when building our shaded downstream artifacts.
+1javadoc21master passed
0spotbugs49Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs46master passed
_ Patch Compile Tests _
-1mvninstall15root in the patch failed.
+1compile21the patch passed
+1javac21the patch passed
-1checkstyle23hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars274patch has no errors when building our shaded downstream artifacts.
-1hadoopcheck11The patch causes 10 errors with Hadoop v2.8.5.
-1hadoopcheck24The patch causes 10 errors with Hadoop v2.9.2.
-1hadoopcheck35The patch causes 10 errors with Hadoop v3.1.2.
+1javadoc20the patch passed
+1findbugs53the patch passed
_ Other Tests _
+1unit187hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
1207
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/36/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d8c5f9273d3b 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-374/out/precommit/personality/provided.sh
git revisionmaster / 4a61c8b
Default Java1.8.0_181
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/36/artifact/out/branch-mvninstall-root.txt
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/36/artifact/out/patch-mvninstall-root.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/36/artifact/out/diff-checkstyle-hbase-common.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/36/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/36/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/36/artifact/out/patch-javac-3.1.2.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/36/testReport/
Max. process+thread count291 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/36/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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 2 new or modified test files.
_ master Compile Tests _
+1mvninstall319master passed
+1compile21master passed
+1checkstyle23master passed
+1shadedjars283branch has no errors when building our shaded downstream artifacts.
+1javadoc18master passed
0spotbugs52Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs50master passed
_ Patch Compile Tests _
+1mvninstall321the patch passed
+1compile23the patch passed
+1javac23the patch passed
-1checkstyle24hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars262patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck947Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc21the patch passed
+1findbugs56the patch passed
_ Other Tests _
+1unit184hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
3027
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/37/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f7a48993be71 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-374/out/precommit/personality/provided.sh
git revisionmaster / 4a61c8b
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/37/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/37/testReport/
Max. process+thread count289 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/37/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec55Docker 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 _
+1mvninstall384master passed
+1compile27master passed
+1checkstyle29master passed
+1shadedjars348branch has no errors when building our shaded downstream artifacts.
+1javadoc24master passed
0spotbugs62Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs59master passed
_ Patch Compile Tests _
+1mvninstall376the patch passed
+1compile26the patch passed
+1javac26the patch passed
-1checkstyle30hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars344patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1199Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc25the patch passed
+1findbugs68the patch passed
_ Other Tests _
+1unit210hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
3665
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/39/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux a5d2e0b57227 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-374/out/precommit/personality/provided.sh
git revisionmaster / 373c2dc
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/39/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/39/testReport/
Max. process+thread count291 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/39/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec37Docker 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 _
+1mvninstall291master passed
+1compile21master passed
+1checkstyle21master passed
+1shadedjars273branch has no errors when building our shaded downstream artifacts.
+1javadoc18master passed
0spotbugs49Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs46master passed
_ Patch Compile Tests _
+1mvninstall296the patch passed
+1compile21the patch passed
+1javac21the patch passed
-1checkstyle23hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars272patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck919Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc20the patch passed
+1findbugs56the patch passed
_ Other Tests _
+1unit186hbase-common in the patch passed.
+1asflicense13The patch does not generate ASF License warnings.
2876
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/40/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f527e1b5570c 4.4.0-157-generic #185-Ubuntu SMP Tue Jul 23 09:17:01 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-374/out/precommit/personality/provided.sh
git revisionmaster / 586e177
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/40/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/40/testReport/
Max. process+thread count291 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/40/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec94Docker 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 _
-1mvninstall284root in master failed.
+1compile26master passed
+1checkstyle35master passed
+1shadedjars381branch has no errors when building our shaded downstream artifacts.
+1javadoc29master passed
0spotbugs76Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs70master passed
_ Patch Compile Tests _
-1mvninstall185root in the patch failed.
+1compile26the patch passed
+1javac26the patch passed
-1checkstyle29hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars382patch has no errors when building our shaded downstream artifacts.
-1hadoopcheck122The patch causes 10 errors with Hadoop v2.8.5.
-1hadoopcheck259The patch causes 10 errors with Hadoop v2.9.2.
-1hadoopcheck394The patch causes 10 errors with Hadoop v3.1.2.
+1javadoc24the patch passed
+1findbugs68the patch passed
_ Other Tests _
+1unit209hbase-common in the patch passed.
+1asflicense13The patch does not generate ASF License warnings.
2346
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/41/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f209fa9b38e1 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-374/out/precommit/personality/provided.sh
git revisionmaster / 9a4a8ef
Default Java1.8.0_181
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/41/artifact/out/branch-mvninstall-root.txt
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/41/artifact/out/patch-mvninstall-root.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/41/artifact/out/diff-checkstyle-hbase-common.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/41/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/41/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/41/artifact/out/patch-javac-3.1.2.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/41/testReport/
Max. process+thread count292 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/41/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
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@author1The patch does not contain any @author tags.
+1test4tests0The patch appears to include 2 new or modified test files.
_ master Compile Tests _
+1mvninstall282master passed
+1compile20master passed
+1checkstyle22master passed
+1shadedjars261branch has no errors when building our shaded downstream artifacts.
+1javadoc20master passed
0spotbugs53Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs50master passed
_ Patch Compile Tests _
+1mvninstall283the patch passed
+1compile21the patch passed
+1javac21the patch passed
-1checkstyle22hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck889Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc19the patch passed
+1findbugs57the patch passed
_ Other Tests _
+1unit171hbase-common in the patch passed.
+1asflicense11The patch does not generate ASF License warnings.
2782
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/42/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b85737291bd2 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-374/out/precommit/personality/provided.sh
git revisionmaster / caa0535
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/42/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/42/testReport/
Max. process+thread count286 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/42/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec70Docker 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 _
+1mvninstall325master passed
+1compile21master passed
+1checkstyle26master passed
+1shadedjars292branch has no errors when building our shaded downstream artifacts.
+1javadoc20master passed
0spotbugs48Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs45master passed
_ Patch Compile Tests _
+1mvninstall322the patch passed
+1compile22the patch passed
+1javac22the patch passed
-1checkstyle27hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars295patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1001Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc19the patch passed
+1findbugs54the patch passed
_ Other Tests _
+1unit175hbase-common in the patch passed.
+1asflicense11The patch does not generate ASF License warnings.
3108
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/43/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux e033f69c5f73 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-374/out/precommit/personality/provided.sh
git revisionmaster / 24b970e
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/43/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/43/testReport/
Max. process+thread count260 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/43/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@xcangCRM

Copy link
Copy Markdown
Contributor

+1
@HorizonNet Are you planning merging this one? thanks

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec90Docker 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 _
+1mvninstall386master passed
+1compile23master passed
+1checkstyle27master passed
+1shadedjars296branch has no errors when building our shaded downstream artifacts.
+1javadoc21master passed
0spotbugs53Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs51master passed
_ Patch Compile Tests _
+1mvninstall319the patch passed
+1compile22the patch passed
+1javac22the patch passed
-1checkstyle26hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars295patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1001Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc62the patch passed
+1findbugs74the patch passed
_ Other Tests _
+1unit180hbase-common in the patch passed.
+1asflicense10The patch does not generate ASF License warnings.
3326
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/44/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 57db74295901 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-374/out/precommit/personality/provided.sh
git revisionmaster / 4829c18
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/44/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/44/testReport/
Max. process+thread count256 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/44/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@xcangCRM

Copy link
Copy Markdown
Contributor

@Braavos96
good work. could you please fix the minor check-style issue that hadoop-qa reported before we merge it.

@HorizonNet

Copy link
Copy Markdown
Contributor

@xcangCRM I'm doing it, as soon as the last Checkstyle issue is resolved (see my comments and build output above).

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec88Docker 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 _
+1mvninstall332master passed
+1compile25master passed
+1checkstyle31master passed
+1shadedjars310branch has no errors when building our shaded downstream artifacts.
+1javadoc22master passed
0spotbugs58Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs54master passed
_ Patch Compile Tests _
+1mvninstall333the patch passed
+1compile22the patch passed
+1javac22the patch passed
-1checkstyle27hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace1The patch has no whitespace issues.
+1shadedjars293patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1054Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc20the patch passed
+1findbugs57the patch passed
_ Other Tests _
+1unit177hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
3269
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/45/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 1ac957eda11e 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-374/out/precommit/personality/provided.sh
git revisionmaster / 35acf3c
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/45/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/45/testReport/
Max. process+thread count258 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/45/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec184Docker 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 _
+1mvninstall345master passed
+1compile22master passed
+1checkstyle25master passed
+1shadedjars299branch has no errors when building our shaded downstream artifacts.
+1javadoc20master passed
0spotbugs47Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs46master passed
_ Patch Compile Tests _
+1mvninstall298the patch passed
+1compile24the patch passed
+1javac24the patch passed
-1checkstyle26hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars296patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1031Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc20the patch passed
+1findbugs55the patch passed
_ Other Tests _
+1unit183hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
3298
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/46/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 34d821b2c872 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-374/out/precommit/personality/provided.sh
git revisionmaster / 8cfc46d
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/46/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/46/testReport/
Max. process+thread count291 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/46/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache9

Copy link
Copy Markdown
Contributor

Please finish this @HorizonNet ? Thanks.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec84Docker 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 _
-1mvninstall79root in master failed.
+1compile19master passed
+1checkstyle20master passed
+1shadedjars259branch has no errors when building our shaded downstream artifacts.
+1javadoc17master passed
0spotbugs46Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs43master passed
_ Patch Compile Tests _
-1mvninstall79root in the patch failed.
+1compile20the patch passed
+1javac20the patch passed
-1checkstyle21hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars256patch has no errors when building our shaded downstream artifacts.
-1hadoopcheck52The patch causes 10 errors with Hadoop v2.8.5.
-1hadoopcheck104The patch causes 10 errors with Hadoop v2.9.2.
-1hadoopcheck157The patch causes 10 errors with Hadoop v3.1.2.
+1javadoc17the patch passed
+1findbugs51the patch passed
_ Other Tests _
+1unit168hbase-common in the patch passed.
+1asflicense9The patch does not generate ASF License warnings.
1369
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/47/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 33eb0c36e5b5 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-374/out/precommit/personality/provided.sh
git revisionmaster / 237229c
Default Java1.8.0_181
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/47/artifact/out/branch-mvninstall-root.txt
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/47/artifact/out/patch-mvninstall-root.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/47/artifact/out/diff-checkstyle-hbase-common.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/47/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/47/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/47/artifact/out/patch-javac-3.1.2.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/47/testReport/
Max. process+thread count291 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/47/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec187Docker 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 _
+1mvninstall389master passed
+1compile21master passed
+1checkstyle24master passed
+1shadedjars263branch has no errors when building our shaded downstream artifacts.
+1javadoc22master passed
0spotbugs54Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs53master passed
_ Patch Compile Tests _
+1mvninstall328the patch passed
+1compile23the patch passed
+1javac23the patch passed
-1checkstyle24hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars287patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck895Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc20the patch passed
+1findbugs62the patch passed
_ Other Tests _
+1unit198hbase-common in the patch passed.
+1asflicense13The patch does not generate ASF License warnings.
3194
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/48/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 375240ab7d6b 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-374/out/precommit/personality/provided.sh
git revisionmaster / 7e6684b
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/48/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/48/testReport/
Max. process+thread count292 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/48/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec42Docker 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 _
+1mvninstall294master passed
+1compile20master passed
+1checkstyle25master passed
+1shadedjars275branch has no errors when building our shaded downstream artifacts.
+1javadoc18master passed
0spotbugs49Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs46master passed
_ Patch Compile Tests _
+1mvninstall287the patch passed
+1compile22the patch passed
+1javac22the patch passed
-1checkstyle23hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars274patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck938Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc21the patch passed
+1findbugs53the patch passed
_ Other Tests _
+1unit183hbase-common in the patch passed.
+1asflicense12The patch does not generate ASF License warnings.
2899
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/49/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 2a2f3f4f6df4 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-374/out/precommit/personality/provided.sh
git revisionmaster / a6f0653
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/49/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/49/testReport/
Max. process+thread count289 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/49/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec43Docker 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 _
+1mvninstall339master passed
+1compile24master passed
+1checkstyle28master passed
+1shadedjars290branch has no errors when building our shaded downstream artifacts.
+1javadoc22master passed
0spotbugs57Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs53master passed
_ Patch Compile Tests _
+1mvninstall326the patch passed
+1compile24the patch passed
+1javac24the patch passed
-1checkstyle26hbase-common: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars295patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1028Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc24the patch passed
+1findbugs63the patch passed
_ Other Tests _
+1unit187hbase-common in the patch passed.
+1asflicense13The patch does not generate ASF License warnings.
3181
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/50/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 3b3f73f3f25c 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-374/out/precommit/personality/provided.sh
git revisionmaster / abb60fa
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/50/artifact/out/diff-checkstyle-hbase-common.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/50/testReport/
Max. process+thread count291 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/50/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet

Copy link
Copy Markdown
Contributor

@Apache9 I added a commit, which should resolve the last Checkstyle issue. Let's wait for QA.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
0reexec125Docker 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 _
+1mvninstall344master passed
+1compile20master passed
+1checkstyle22master passed
+1shadedjars269branch has no errors when building our shaded downstream artifacts.
+1javadoc20master passed
0spotbugs50Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs49master passed
_ Patch Compile Tests _
+1mvninstall358the patch passed
+1compile22the patch passed
+1javac22the patch passed
+1checkstyle23the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars287patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1034Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc19the patch passed
+1findbugs55the patch passed
_ Other Tests _
+1unit171hbase-common in the patch passed.
+1asflicense9The patch does not generate ASF License warnings.
3218
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/51/artifact/out/Dockerfile
GITHUB PR#374
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 941161ae3036 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-374/out/precommit/personality/provided.sh
git revisionmaster / abb60fa
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/51/testReport/
Max. process+thread count290 (vs. ulimit of 10000)
modulesC: hbase-common U: hbase-common
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-374/51/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z) findbugs=3.1.11
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@HorizonNet
HorizonNet merged commit d0e5ea1 into apache:masterAug 5, 2019
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.

5 participants

@Braavos6@Apache-HBase@HorizonNet@xcangCRM@Apache9