Skip to content

HBASE-22346 scanner priorities/deadline units are invalid for non-huge scanners - #210

Closed
sershe-ms wants to merge 3 commits into
apache:masterfrom
sershe-ms:HBASE-22346
Closed

HBASE-22346 scanner priorities/deadline units are invalid for non-huge scanners#210
sershe-ms wants to merge 3 commits into
apache:masterfrom
sershe-ms:HBASE-22346

Conversation

@sershe-ms

Copy link
Copy Markdown

Added a new option to use actual deadline for deadline priority queue - off by default; options are always, and for meta only.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec26Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall241master passed
+1compile49master passed
+1checkstyle63master passed
+1shadedjars255branch has no errors when building our shaded downstream artifacts.
+1findbugs223master passed
+1javadoc34master passed
_ Patch Compile Tests _
+1mvninstall221the patch passed
+1compile47the patch passed
+1javac47the patch passed
-1checkstyle63hbase-server: The patch generated 6 new + 94 unchanged - 1 fixed = 100 total (was 95)
+1whitespace0The patch has no whitespace issues.
+1shadedjars255patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck451Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1findbugs230the patch passed
+1javadoc33the patch passed
_ Other Tests _
-1unit10343hbase-server in the patch failed.
+1asflicense29The patch does not generate ASF License warnings.
12638
ReasonTests
Failed junit testshadoop.hbase.client.TestAsyncTableGetMultiThreaded
hadoop.hbase.coprocessor.TestMetaTableMetrics
hadoop.hbase.client.TestAsyncTableRegionReplicasScan
hadoop.hbase.replication.TestReplicationDroppedTables
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/1/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 82684285ded1 4.4.0-145-generic #171-Ubuntu SMP Tue Mar 26 12:43:40 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 32250e5
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/1/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/1/testReport/
Max. process+thread count3911 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/1/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
0reexec179Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall244master passed
+1compile50master passed
+1checkstyle68master passed
+1shadedjars257branch has no errors when building our shaded downstream artifacts.
+1findbugs217master passed
+1javadoc33master passed
_ Patch Compile Tests _
+1mvninstall232the patch passed
+1compile52the patch passed
+1javac52the patch passed
-1checkstyle70hbase-server: The patch generated 5 new + 94 unchanged - 1 fixed = 99 total (was 95)
+1whitespace0The patch has no whitespace issues.
+1shadedjars255patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck485Patch does not cause any errors with Hadoop 2.7.4 or 3.0.0.
+1findbugs217the patch passed
+1javadoc32the patch passed
_ Other Tests _
-1unit8368hbase-server in the patch failed.
+1asflicense24The patch does not generate ASF License warnings.
10863
ReasonTests
Failed junit testshadoop.hbase.client.TestAsyncTableGetMultiThreaded
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/2/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 1528c942d155 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 / 67c937f
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/2/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/2/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/2/testReport/
Max. process+thread count4806 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/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
0reexec45Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall236master passed
-1compile27hbase-server in master failed.
+1checkstyle66master passed
+1shadedjars252branch has no errors when building our shaded downstream artifacts.
+1findbugs193master passed
+1javadoc30master passed
_ Patch Compile Tests _
+1mvninstall230the patch passed
+1compile50the patch passed
-1javac50hbase-server generated 5 new + 3 unchanged - 2 fixed = 8 total (was 5)
-1checkstyle67hbase-server: The patch generated 5 new + 94 unchanged - 1 fixed = 99 total (was 95)
+1whitespace0The patch has no whitespace issues.
+1shadedjars255patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck712Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs200the patch passed
+1javadoc29the patch passed
_ Other Tests _
-1unit1616hbase-server in the patch failed.
+1asflicense13The patch does not generate ASF License warnings.
4317
ReasonTests
Failed junit testshadoop.hbase.master.TestCatalogJanitor
hadoop.hbase.client.TestAsyncAccessControlAdminApi
hadoop.hbase.replication.master.TestTableCFsUpdater
hadoop.hbase.mob.TestMobFile
hadoop.hbase.TestHRegionLocation
hadoop.hbase.client.locking.TestEntityLocks
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/3/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 9435cebc5e4e 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 / ada772a
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/3/artifact/out/branch-compile-hbase-server.txt
findbugsv3.1.11
javachttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/3/artifact/out/diff-compile-javac-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/3/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/3/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/3/testReport/
Max. process+thread count700 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/3/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@saintstack

Copy link
Copy Markdown
Contributor

Reran build to see if test failures related.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec19Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall268master passed
+1compile53master passed
+1checkstyle77master passed
+1shadedjars283branch has no errors when building our shaded downstream artifacts.
+1findbugs220master passed
+1javadoc32master passed
_ Patch Compile Tests _
+1mvninstall250the patch passed
+1compile54the patch passed
+1javac54the patch passed
-1checkstyle76hbase-server: The patch generated 5 new + 94 unchanged - 1 fixed = 99 total (was 95)
+1whitespace0The patch has no whitespace issues.
+1shadedjars280patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck772Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs237the patch passed
+1javadoc34the patch passed
_ Other Tests _
+1unit8658hbase-server in the patch passed.
+1asflicense32The patch does not generate ASF License warnings.
11666
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/4/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 8d7b53f74bc4 4.4.0-139-generic #165~14.04.1-Ubuntu SMP Wed Oct 31 10:55:11 UTC 2018 x86_64 GNU/Linux
Build toolmaven
Personality/testptch/patchprocess/precommit/personality/provided.sh
git revisionmaster / 531d290
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/4/artifact/out/diff-checkstyle-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/4/testReport/
Max. process+thread count4884 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/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
0reexec28Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall231master passed
-1compile47hbase-server in master failed.
+1checkstyle63master passed
+1shadedjars254branch has no errors when building our shaded downstream artifacts.
+1findbugs208master passed
+1javadoc34master passed
_ Patch Compile Tests _
+1mvninstall236the patch passed
+1compile52the patch passed
+1javac52hbase-server generated 0 new + 6 unchanged - 2 fixed = 6 total (was 8)
-1checkstyle69hbase-server: The patch generated 5 new + 94 unchanged - 1 fixed = 99 total (was 95)
+1whitespace0The patch has no whitespace issues.
+1shadedjars264patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck715Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs207the patch passed
+1javadoc32the patch passed
_ Other Tests _
-1unit8446hbase-server in the patch failed.
+1asflicense26The patch does not generate ASF License warnings.
11204
ReasonTests
Failed junit testshadoop.hbase.master.assignment.TestMergeTableRegionsProcedure
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/5/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux cdd8e064ccb5 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
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/5/artifact/out/branch-compile-hbase-server.txt
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/5/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/5/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/5/testReport/
Max. process+thread count4583 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/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
0reexec32Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall230master passed
+1compile55master passed
+1checkstyle68master passed
+1shadedjars262branch has no errors when building our shaded downstream artifacts.
+1findbugs138master passed
+1javadoc31master passed
_ Patch Compile Tests _
+1mvninstall232the patch passed
+1compile53the patch passed
+1javac53the patch passed
-1checkstyle66hbase-server: The patch generated 5 new + 94 unchanged - 1 fixed = 99 total (was 95)
+1whitespace0The patch has no whitespace issues.
+1shadedjars262patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck708Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
-1findbugs128hbase-server in the patch failed.
+1javadoc32the patch passed
_ Other Tests _
-1unit48hbase-server in the patch failed.
+1asflicense11The patch does not generate ASF License warnings.
2641
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/6/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f402a018d1b3 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 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
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/6/artifact/out/diff-checkstyle-hbase-server.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/6/artifact/out/patch-findbugs-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/6/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/6/testReport/
Max. process+thread count96 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/6/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
0reexec53Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall312master passed
+1compile69master passed
+1checkstyle94master passed
+1shadedjars356branch has no errors when building our shaded downstream artifacts.
+1findbugs273master passed
+1javadoc40master passed
_ Patch Compile Tests _
+1mvninstall313the patch passed
+1compile67the patch passed
+1javac67the patch passed
-1checkstyle89hbase-server: The patch generated 5 new + 94 unchanged - 1 fixed = 99 total (was 95)
+1whitespace0The patch has no whitespace issues.
+1shadedjars344patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck955Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs289the patch passed
+1javadoc42the patch passed
_ Other Tests _
-1unit18499hbase-server in the patch failed.
+1asflicense32The patch does not generate ASF License warnings.
22219
ReasonTests
Failed junit testshadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.namespace.TestNamespaceAuditor
hadoop.hbase.master.procedure.TestProcedurePriority
hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/7/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 204223c7d44a 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 / cc38de1
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/7/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/7/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/7/testReport/
Max. process+thread count4893 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/7/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
0reexec52Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall257master passed
+1compile55master passed
+1checkstyle72master passed
+1shadedjars282branch has no errors when building our shaded downstream artifacts.
+1findbugs212master passed
+1javadoc31master passed
_ Patch Compile Tests _
+1mvninstall242the patch passed
+1compile56the patch passed
+1javac56the patch passed
-1checkstyle71hbase-server: The patch generated 5 new + 94 unchanged - 1 fixed = 99 total (was 95)
+1whitespace0The patch has no whitespace issues.
+1shadedjars283patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck757Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs217the patch passed
+1javadoc33the patch passed
_ Other Tests _
-1unit15502hbase-server in the patch failed.
+1asflicense31The patch does not generate ASF License warnings.
18471
ReasonTests
Failed junit testshadoop.hbase.client.TestAsyncTableAdminApi3
hadoop.hbase.replication.multiwal.TestReplicationEndpointWithMultipleAsyncWAL
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/8/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 11e018406373 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 / 72e58a8
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/8/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/8/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/8/testReport/
Max. process+thread count5164 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/8/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
0reexec61Docker mode activated.
_ Prechecks _
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
+1mvninstall252master passed
+1compile50master passed
+1checkstyle63master passed
+1shadedjars256branch has no errors when building our shaded downstream artifacts.
+1findbugs203master passed
+1javadoc32master passed
_ Patch Compile Tests _
+1mvninstall227the patch passed
+1compile51the patch passed
+1javac51the patch passed
-1checkstyle65hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars256patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck707Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1findbugs207the patch passed
+1javadoc30the patch passed
_ Other Tests _
-1unit14279hbase-server in the patch failed.
+1asflicense30The patch does not generate ASF License warnings.
17061
ReasonTests
Failed junit testshadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/9/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f1e80bd9af7b 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 / 00075ea
mavenversion: Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T18:33:14Z)
Default Java1.8.0_181
findbugsv3.1.11
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/9/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/9/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/9/testReport/
Max. process+thread count5177 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/9/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
0reexec65Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall344master passed
+1compile51master passed
+1checkstyle76master passed
+1shadedjars265branch has no errors when building our shaded downstream artifacts.
+1javadoc33master passed
0spotbugs251Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs244master passed
_ Patch Compile Tests _
+1mvninstall238the patch passed
+1compile53the patch passed
+1javac53the patch passed
-1checkstyle80hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars265patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck744Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc31the patch passed
+1findbugs246the patch passed
_ Other Tests _
-1unit20323hbase-server in the patch failed.
+1asflicense106The patch does not generate ASF License warnings.
23478
ReasonTests
Failed junit testshadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.namespace.TestNamespaceAuditor
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.master.procedure.TestRestoreSnapshotProcedure
hadoop.hbase.client.TestConnection
hadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.master.procedure.TestTruncateTableProcedure
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.replication.TestSyncReplicationMoreLogsInLocalGiveUpSplitting
hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.replication.TestReplicationKillSlaveRS
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.tool.TestBulkLoadHFiles
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/10/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 467dbb82a622 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-210/out/precommit/personality/provided.sh
git revisionmaster / c9293b0
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/10/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/10/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/10/testReport/
Max. process+thread count5112 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/10/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
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 1 new or modified test files.
_ master Compile Tests _
-1mvninstall25root in master failed.
-1compile57hbase-server in master failed.
+1checkstyle78master passed
+1shadedjars291branch has no errors when building our shaded downstream artifacts.
+1javadoc34master passed
0spotbugs361Used deprecated FindBugs config; considering switching to SpotBugs.
-1findbugs34hbase-server in master failed.
_ Patch Compile Tests _
-1mvninstall13root in the patch failed.
-1compile35hbase-server in the patch failed.
-1javac34hbase-server in the patch failed.
-1checkstyle72hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars276patch has no errors when building our shaded downstream artifacts.
-1hadoopcheck10The patch causes 10 errors with Hadoop v2.8.5.
-1hadoopcheck21The patch causes 10 errors with Hadoop v2.9.2.
-1hadoopcheck31The patch causes 10 errors with Hadoop v3.1.2.
+1javadoc35the patch passed
-1findbugs35hbase-server in the patch failed.
_ Other Tests _
-1unit35hbase-server in the patch failed.
+1asflicense10The patch does not generate ASF License warnings.
1223
SubsystemReport/Notes
DockerClient=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux e8c7530ab3b8 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-210/out/precommit/personality/provided.sh
git revisionmaster / 7f68591
Default Java1.8.0_181
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/branch-mvninstall-root.txt
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/branch-compile-hbase-server.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/branch-findbugs-hbase-server.txt
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/patch-mvninstall-root.txt
compilehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/patch-compile-hbase-server.txt
javachttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/patch-compile-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/diff-checkstyle-hbase-server.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/patch-javac-3.1.2.txt
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/patch-findbugs-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/testReport/
Max. process+thread count87 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/13/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z)
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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall307master passed
+1compile57master passed
+1checkstyle77master passed
+1shadedjars275branch has no errors when building our shaded downstream artifacts.
+1javadoc35master passed
0spotbugs241Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs239master passed
_ Patch Compile Tests _
+1mvninstall235the patch passed
+1compile56the patch passed
+1javac56the patch passed
-1checkstyle79hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars270patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck808Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc33the patch passed
+1findbugs249the patch passed
_ Other Tests _
-1unit15628hbase-server in the patch failed.
+1asflicense25The patch does not generate ASF License warnings.
18751
ReasonTests
Failed junit testshadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/14/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 17d435036b22 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-210/out/precommit/personality/provided.sh
git revisionmaster / 9615c64
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/14/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/14/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/14/testReport/
Max. process+thread count4886 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/14/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
0reexec54Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall233master passed
+1compile52master passed
+1checkstyle74master passed
+1shadedjars261branch has no errors when building our shaded downstream artifacts.
+1javadoc34master passed
0spotbugs243Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs239master passed
_ Patch Compile Tests _
+1mvninstall240the patch passed
+1compile53the patch passed
+1javac53the patch passed
-1checkstyle72hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars264patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck747Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc31the patch passed
+1findbugs251the patch passed
_ Other Tests _
-1unit16249hbase-server in the patch failed.
+1asflicense26The patch does not generate ASF License warnings.
19196
ReasonTests
Failed junit testshadoop.hbase.TestMetaTableAccessor
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.regionserver.TestSplitTransactionOnCluster
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/15/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b1641774b2dd 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-210/out/precommit/personality/provided.sh
git revisionmaster / 06f5c43
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/15/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/15/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/15/testReport/
Max. process+thread count4538 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/15/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
0reexec54Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall233master passed
+1compile57master passed
+1checkstyle79master passed
+1shadedjars279branch has no errors when building our shaded downstream artifacts.
+1javadoc35master passed
0spotbugs261Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs259master passed
_ Patch Compile Tests _
+1mvninstall256the patch passed
+1compile57the patch passed
+1javac57the patch passed
-1checkstyle78hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars286patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck791Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc35the patch passed
+1findbugs266the patch passed
_ Other Tests _
-1unit19247hbase-server in the patch failed.
+1asflicense22The patch does not generate ASF License warnings.
22360
ReasonTests
Failed junit testshadoop.hbase.security.access.TestAccessController2
hadoop.hbase.security.access.TestAccessControlFilter
hadoop.hbase.security.access.TestCoprocessorWhitelistMasterObserver
hadoop.hbase.security.access.TestWithDisabledAuthorization
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.security.access.TestNamespaceCommands
hadoop.hbase.security.access.TestCellACLWithMultipleVersions
hadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
hadoop.hbase.client.TestAsyncSnapshotAdminApi
hadoop.hbase.client.TestAsyncTableAdminApi3
hadoop.hbase.security.access.TestRpcAccessChecks
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/16/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 0829b6d8328e 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-210/out/precommit/personality/provided.sh
git revisionmaster / 06f5c43
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/16/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/16/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/16/testReport/
Max. process+thread count5285 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/16/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
0reexec121Docker 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 1 new or modified test files.
_ master Compile Tests _
-1mvninstall412root in master failed.
+1compile67master passed
+1checkstyle83master passed
+1shadedjars314branch has no errors when building our shaded downstream artifacts.
+1javadoc41master passed
0spotbugs277Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs273master passed
_ Patch Compile Tests _
-1mvninstall304root in the patch failed.
+1compile81the patch passed
+1javac81the patch passed
-1checkstyle89hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars306patch has no errors when building our shaded downstream artifacts.
-1hadoopcheck304The patch causes 10 errors with Hadoop v2.8.5.
-1hadoopcheck680The patch causes 10 errors with Hadoop v2.9.2.
-1hadoopcheck1013The patch causes 10 errors with Hadoop v3.1.2.
+1javadoc43the patch passed
+1findbugs291the patch passed
_ Other Tests _
-1unit18582hbase-server in the patch failed.
+1asflicense29The patch does not generate ASF License warnings.
22126
ReasonTests
Failed junit testshadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.master.procedure.TestProcedurePriority
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/17/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux b32b8fc84865 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-210/out/precommit/personality/provided.sh
git revisionmaster / 06f5c43
Default Java1.8.0_181
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/17/artifact/out/branch-mvninstall-root.txt
mvninstallhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/17/artifact/out/patch-mvninstall-root.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/17/artifact/out/diff-checkstyle-hbase-server.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/17/artifact/out/patch-javac-2.8.5.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/17/artifact/out/patch-javac-2.9.2.txt
hadoopcheckhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/17/artifact/out/patch-javac-3.1.2.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/17/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/17/testReport/
Max. process+thread count4956 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/17/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
0reexec36Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall286master passed
+1compile52master passed
+1checkstyle75master passed
+1shadedjars271branch has no errors when building our shaded downstream artifacts.
+1javadoc34master passed
0spotbugs235Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs232master passed
_ Patch Compile Tests _
+1mvninstall291the patch passed
+1compile52the patch passed
+1javac52the patch passed
-1checkstyle74hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars272patch 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.
+1javadoc32the patch passed
+1findbugs252the patch passed
_ Other Tests _
+1unit7949hbase-server in the patch passed.
+1asflicense30The patch does not generate ASF License warnings.
11195
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/18/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f14f08fa4b17 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-210/out/precommit/personality/provided.sh
git revisionmaster / e74d501
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/18/artifact/out/diff-checkstyle-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/18/testReport/
Max. process+thread count5028 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/18/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
0reexec51Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall327master passed
+1compile57master passed
+1checkstyle76master passed
+1shadedjars293branch has no errors when building our shaded downstream artifacts.
+1javadoc35master passed
0spotbugs239Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs236master passed
_ Patch Compile Tests _
+1mvninstall290the patch passed
+1compile52the patch passed
+1javac52the patch passed
-1checkstyle75hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars267patch 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.
+1javadoc36the patch passed
+1findbugs242the patch passed
_ Other Tests _
-1unit16326hbase-server in the patch failed.
+1asflicense24The patch does not generate ASF License warnings.
19755
ReasonTests
Failed junit testshadoop.hbase.tool.TestBulkLoadHFiles
hadoop.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-210/20/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 289075f03d5d 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-210/out/precommit/personality/provided.sh
git revisionmaster / 6705d4f
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/20/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/20/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/20/testReport/
Max. process+thread count4963 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/20/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

Close since the PR is stale. Feel free to reopen.

@Apache9Apache9 closed this Jul 24, 2019
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec183Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall396master passed
+1compile58master passed
+1checkstyle76master passed
+1shadedjars273branch has no errors when building our shaded downstream artifacts.
+1javadoc38master passed
0spotbugs238Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs235master passed
_ Patch Compile Tests _
+1mvninstall300the patch passed
+1compile54the patch passed
+1javac54the patch passed
-1checkstyle76hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars279patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck949Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc32the patch passed
+1findbugs228the patch passed
_ Other Tests _
-1unit17710hbase-server in the patch failed.
+1asflicense32The patch does not generate ASF License warnings.
21292
ReasonTests
Failed junit testshadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.master.procedure.TestProcedurePriority
hadoop.hbase.namespace.TestNamespaceAuditor
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
SubsystemReport/Notes
DockerClient=19.03.0 Server=19.03.0 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/21/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux e6f5c78c67f5 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-210/out/precommit/personality/provided.sh
git revisionmaster / 7ebf80f
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/21/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/21/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/21/testReport/
Max. process+thread count4634 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/21/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
0reexec81Docker 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 1 new or modified test files.
_ master Compile Tests _
+1mvninstall325master passed
+1compile59master passed
+1checkstyle88master passed
+1shadedjars313branch has no errors when building our shaded downstream artifacts.
+1javadoc40master passed
0spotbugs390Used deprecated FindBugs config; considering switching to SpotBugs.
-1findbugs36hbase-server in master failed.
_ Patch Compile Tests _
+1mvninstall307the patch passed
+1compile59the patch passed
+1javac59the patch passed
-1checkstyle89hbase-server: The patch generated 5 new + 103 unchanged - 1 fixed = 108 total (was 104)
+1whitespace0The patch has no whitespace issues.
+1shadedjars302patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1020Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc39the patch passed
+1findbugs303the patch passed
_ Other Tests _
-1unit16372hbase-server in the patch failed.
+1asflicense27The patch does not generate ASF License warnings.
19863
ReasonTests
Failed junit testshadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
SubsystemReport/Notes
DockerClient=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/22/artifact/out/Dockerfile
GITHUB PR#210
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux d282de67738c 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-210/out/precommit/personality/provided.sh
git revisionmaster / 7ebf80f
Default Java1.8.0_181
findbugshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/22/artifact/out/branch-findbugs-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/22/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/22/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/22/testReport/
Max. process+thread count4939 (vs. ulimit of 10000)
modulesC: hbase-server U: hbase-server
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-210/22/console
versionsgit=2.11.0 maven=2018-06-17T18:33:14Z)
Powered byApache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

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

@sershe-ms@Apache-HBase@saintstack@Apache9@sershe-apache