Skip to content

HBASE-22881 Fix non-daemon threads in hbase server implementation - #512

Merged
saintstack merged 3 commits into
apache:masterfrom
sunhelly:HBASE-22881
Aug 24, 2019
Merged

HBASE-22881 Fix non-daemon threads in hbase server implementation#512
saintstack merged 3 commits into
apache:masterfrom
sunhelly:HBASE-22881

Conversation

@sunhelly

Copy link
Copy Markdown
Contributor

No description provided.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec306Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep64Maven dependency ordering for branch
+1mvninstall423master passed
+1compile75master passed
+1checkstyle103master passed
+1shadedjars319branch has no errors when building our shaded downstream artifacts.
+1javadoc59master passed
0spotbugs247Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs294master passed
_ Patch Compile Tests _
0mvndep17Maven dependency ordering for patch
+1mvninstall389the patch passed
+1compile79the patch passed
+1javac79the patch passed
-1checkstyle77hbase-server: The patch generated 1 new + 24 unchanged - 0 fixed = 25 total (was 24)
+1whitespace0The patch has no whitespace issues.
+1shadedjars316patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1166Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc54the patch passed
+1findbugs326the patch passed
_ Other Tests _
+1unit168hbase-common in the patch passed.
-1unit20278hbase-server in the patch failed.
+1asflicense132The patch does not generate ASF License warnings.
25103
ReasonTests
Failed junit testshadoop.hbase.master.procedure.TestTruncateTableProcedure
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.client.TestSnapshotFromClient
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
hadoop.hbase.regionserver.TestHRegionWithInMemoryFlush
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.regionserver.TestHRegion
hadoop.hbase.master.assignment.TestMergeTableRegionsProcedure
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.namespace.TestNamespaceAuditor
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/1/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 1fd4421eeba2 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-512/out/precommit/personality/provided.sh
git revisionmaster / 6738280
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/1/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/1/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/1/testReport/
Max. process+thread count5106 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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
0reexec76Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep43Maven dependency ordering for branch
+1mvninstall379master passed
+1compile104master passed
+1checkstyle105master passed
+1shadedjars345branch has no errors when building our shaded downstream artifacts.
+1javadoc70master passed
0spotbugs279Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs325master passed
_ Patch Compile Tests _
0mvndep18Maven dependency ordering for patch
+1mvninstall379the patch passed
+1compile120the patch passed
+1javac120the patch passed
-1checkstyle75hbase-server: The patch generated 1 new + 24 unchanged - 0 fixed = 25 total (was 24)
+1whitespace0The patch has no whitespace issues.
+1shadedjars365patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1162Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc66the patch passed
+1findbugs419the patch passed
_ Other Tests _
+1unit242hbase-common in the patch passed.
-1unit19270hbase-server in the patch failed.
+1asflicense53The patch does not generate ASF License warnings.
24145
ReasonTests
Failed junit testshadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
hadoop.hbase.tool.TestBulkLoadHFiles
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/3/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux c44972ea0731 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-512/out/precommit/personality/provided.sh
git revisionmaster / ab28f9d
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/3/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/3/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/3/testReport/
Max. process+thread count4994 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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.

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

In general the approach is fine. But not all the classes are in HMaster so we should change the title? And are the failed UTs related?

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec64Docker mode activated.
_ Prechecks _
+1dupname1No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep61Maven dependency ordering for branch
+1mvninstall307master passed
+1compile74master passed
+1checkstyle97master passed
+1shadedjars271branch has no errors when building our shaded downstream artifacts.
+1javadoc51master passed
0spotbugs246Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs291master passed
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall284the patch passed
+1compile70the patch passed
+1javac70the patch passed
-1checkstyle72hbase-server: The patch generated 1 new + 24 unchanged - 0 fixed = 25 total (was 24)
+1whitespace0The patch has no whitespace issues.
+1shadedjars265patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck916Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc51the patch passed
+1findbugs303the patch passed
_ Other Tests _
+1unit175hbase-common in the patch passed.
-1unit20130hbase-server in the patch failed.
+1asflicense53The patch does not generate ASF License warnings.
23951
ReasonTests
Failed junit testshadoop.hbase.client.TestAsyncReplicationAdminApiWithClusters
hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.replication.TestReplicationKillSlaveRS
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.master.procedure.TestProcedurePriority
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.namespace.TestNamespaceAuditor
hadoop.hbase.util.TestFromClientSide3WoUnsafe
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/4/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 10c721e21601 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-512/out/precommit/personality/provided.sh
git revisionmaster / 66ad42c
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/4/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/4/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/4/testReport/
Max. process+thread count5115 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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
0reexec79Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep34Maven dependency ordering for branch
+1mvninstall351master passed
+1compile86master passed
+1checkstyle118master passed
+1shadedjars310branch has no errors when building our shaded downstream artifacts.
+1javadoc65master passed
0spotbugs284Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs335master passed
_ Patch Compile Tests _
0mvndep17Maven dependency ordering for patch
+1mvninstall334the patch passed
+1compile86the patch passed
+1javac86the patch passed
-1checkstyle88hbase-server: The patch generated 1 new + 24 unchanged - 0 fixed = 25 total (was 24)
+1whitespace0The patch has no whitespace issues.
+1shadedjars302patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1065Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc57the patch passed
+1findbugs358the patch passed
_ Other Tests _
+1unit177hbase-common in the patch passed.
+1unit13060hbase-server in the patch passed.
+1asflicense45The patch does not generate ASF License warnings.
17425
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/6/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 9da9f0d0c443 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-512/out/precommit/personality/provided.sh
git revisionmaster / 1b50404
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/6/artifact/out/diff-checkstyle-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/6/testReport/
Max. process+thread count4413 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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.

@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec264Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep34Maven dependency ordering for branch
+1mvninstall333master passed
+1compile84master passed
+1checkstyle103master passed
+1shadedjars281branch has no errors when building our shaded downstream artifacts.
+1javadoc59master passed
0spotbugs310Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs366master passed
_ Patch Compile Tests _
0mvndep18Maven dependency ordering for patch
+1mvninstall313the patch passed
+1compile77the patch passed
+1javac77the patch passed
-1checkstyle80hbase-server: The patch generated 1 new + 24 unchanged - 0 fixed = 25 total (was 24)
+1whitespace0The patch has no whitespace issues.
+1shadedjars316patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1072Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc59the patch passed
+1findbugs357the patch passed
_ Other Tests _
+1unit175hbase-common in the patch passed.
-1unit20404hbase-server in the patch failed.
+1asflicense69The patch does not generate ASF License warnings.
24947
ReasonTests
Failed junit testshadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.master.procedure.TestProcedurePriority
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.master.procedure.TestSCPWithReplicas
hadoop.hbase.replication.TestReplicationSmallTests
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/5/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux ba6717856fd8 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-512/out/precommit/personality/provided.sh
git revisionmaster / 7af5b30
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/5/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/5/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/5/testReport/
Max. process+thread count4803 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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.

@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.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep34Maven dependency ordering for branch
+1mvninstall423master passed
+1compile93master passed
+1checkstyle132master passed
+1shadedjars347branch has no errors when building our shaded downstream artifacts.
+1javadoc71master passed
0spotbugs305Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs362master passed
_ Patch Compile Tests _
0mvndep17Maven dependency ordering for patch
+1mvninstall374the patch passed
+1compile96the patch passed
+1javac96the patch passed
-1checkstyle98hbase-server: The patch generated 1 new + 24 unchanged - 0 fixed = 25 total (was 24)
+1whitespace0The patch has no whitespace issues.
+1shadedjars347patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1214Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc58the patch passed
+1findbugs350the patch passed
_ Other Tests _
+1unit180hbase-common in the patch passed.
-1unit9974hbase-server in the patch failed.
+1asflicense57The patch does not generate ASF License warnings.
14726
ReasonTests
Failed junit testshadoop.hbase.master.assignment.TestCloseRegionWhileRSCrash
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/7/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f970d88d329f 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-512/out/precommit/personality/provided.sh
git revisionmaster / b8857ec
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/7/artifact/out/diff-checkstyle-hbase-server.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/7/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/7/testReport/
Max. process+thread count4627 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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.

@sunhellysunhelly changed the title HBASE-22881 Fix Non-daemon threads in HMasterHBASE-22881 Fix non-daemon threads in hbase server implementationAug 22, 2019
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec83Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep36Maven dependency ordering for branch
+1mvninstall324master passed
+1compile83master passed
+1checkstyle98master passed
+1shadedjars289branch has no errors when building our shaded downstream artifacts.
+1javadoc63master passed
0spotbugs265Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs312master passed
_ Patch Compile Tests _
0mvndep16Maven dependency ordering for patch
+1mvninstall305the patch passed
+1compile74the patch passed
+1javac74the patch passed
+1checkstyle96the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars293patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck940Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc53the patch passed
+1findbugs308the patch passed
_ Other Tests _
+1unit173hbase-common in the patch passed.
-1unit18912hbase-server in the patch failed.
+1asflicense47The patch does not generate ASF License warnings.
22892
ReasonTests
Failed junit testshadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.master.TestMasterShutdown
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.replication.TestReplicationKillSlaveRS
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.replication.TestReplicationChangingPeerRegionservers
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.util.TestFromClientSide3WoUnsafe
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/9/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux f30ae7a3021c 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-512/out/precommit/personality/provided.sh
git revisionmaster / b8857ec
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/9/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/9/testReport/
Max. process+thread count5154 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/9/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
0reexec60Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep34Maven dependency ordering for branch
+1mvninstall313master passed
+1compile77master passed
+1checkstyle94master passed
+1shadedjars270branch has no errors when building our shaded downstream artifacts.
+1javadoc53master passed
0spotbugs256Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs300master passed
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall296the patch passed
+1compile78the patch passed
+1javac78the patch passed
+1checkstyle95the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars271patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck929Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc58the patch passed
+1findbugs317the patch passed
_ Other Tests _
+1unit177hbase-common in the patch passed.
-1unit19417hbase-server in the patch failed.
+1asflicense52The patch does not generate ASF License warnings.
23294
ReasonTests
Failed junit testshadoop.hbase.replication.TestReplicationKillSlaveRSWithSeparateOldWALs
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.replication.TestReplicationSyncUpTool
hadoop.hbase.client.TestFromClientSideWithCoprocessor
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.io.hfile.bucket.TestBucketCache
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.replication.TestReplicationKillSlaveRS
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.namespace.TestNamespaceAuditor
hadoop.hbase.util.TestFromClientSide3WoUnsafe
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/10/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 24414e72578d 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-512@2/out/precommit/personality/provided.sh
git revisionmaster / 84ee378
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/10/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/10/testReport/
Max. process+thread count5308 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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
0reexec96Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep35Maven dependency ordering for branch
+1mvninstall377master passed
+1compile92master passed
+1checkstyle129master passed
+1shadedjars332branch has no errors when building our shaded downstream artifacts.
+1javadoc64master passed
0spotbugs300Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs355master passed
_ Patch Compile Tests _
0mvndep17Maven dependency ordering for patch
+1mvninstall362the patch passed
+1compile91the patch passed
+1javac91the patch passed
+1checkstyle124the patch passed
+1whitespace1The patch has no whitespace issues.
+1shadedjars324patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1042Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc55the patch passed
+1findbugs321the patch passed
_ Other Tests _
+1unit177hbase-common in the patch passed.
-1unit14569hbase-server in the patch failed.
+1asflicense50The patch does not generate ASF License warnings.
19043
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/11/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 02ab84421fe9 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/HBase-PreCommit-GitHub-PR_PR-512/out/precommit/personality/provided.sh
git revisionmaster / b329bf0
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/11/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/11/testReport/
Max. process+thread count4625 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/11/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
0reexec124Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep68Maven dependency ordering for branch
+1mvninstall399master passed
+1compile88master passed
+1checkstyle104master passed
+1shadedjars321branch has no errors when building our shaded downstream artifacts.
+1javadoc61master passed
0spotbugs254Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs308master passed
_ Patch Compile Tests _
0mvndep18Maven dependency ordering for patch
+1mvninstall338the patch passed
+1compile84the patch passed
+1javac84the patch passed
+1checkstyle103the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars325patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1164Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc61the patch passed
+1findbugs336the patch passed
_ Other Tests _
+1unit186hbase-common in the patch passed.
-1unit20423hbase-server in the patch failed.
+1asflicense97The patch does not generate ASF License warnings.
25047
ReasonTests
Failed junit testshadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.replication.TestReplicationKillSlaveRS
hadoop.hbase.client.TestFromClientSide
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.master.TestMasterShutdown
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.util.TestFromClientSide3WoUnsafe
hadoop.hbase.client.TestFromClientSide3
hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.namespace.TestNamespaceAuditor
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/13/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux ca0702f4af0f 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-512/out/precommit/personality/provided.sh
git revisionmaster / 288d1f2
Default Java1.8.0_181
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/13/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/13/testReport/
Max. process+thread count4944 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/13/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
0reexec40Docker mode activated.
_ Prechecks _
+1dupname0No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
-0test4tests0The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ master Compile Tests _
0mvndep63Maven dependency ordering for branch
+1mvninstall368master passed
+1compile96master passed
+1checkstyle106master passed
+1shadedjars309branch has no errors when building our shaded downstream artifacts.
+1javadoc64master passed
0spotbugs302Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs360master passed
_ Patch Compile Tests _
0mvndep19Maven dependency ordering for patch
+1mvninstall376the patch passed
+1compile81the patch passed
+1javac81the patch passed
+1checkstyle113the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedjars312patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1033Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc63the patch passed
+1findbugs375the patch passed
_ Other Tests _
+1unit221hbase-common in the patch passed.
+1unit9075hbase-server in the patch passed.
+1asflicense51The patch does not generate ASF License warnings.
13574
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/14/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 69801d5ae7e0 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-512/out/precommit/personality/provided.sh
git revisionmaster / 767bb15
Default Java1.8.0_181
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/14/testReport/
Max. process+thread count4742 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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
0reexec96Docker mode activated.
_ Prechecks _
+1dupname1No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
0mvndep60Maven dependency ordering for branch
+1mvninstall328master passed
+1compile107master passed
+1checkstyle141master passed
+1shadedjars279branch has no errors when building our shaded downstream artifacts.
+1javadoc87master passed
0spotbugs91Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs378master passed
_ Patch Compile Tests _
0mvndep15Maven dependency ordering for patch
+1mvninstall301the patch passed
+1compile107the patch passed
+1javac107the patch passed
-1checkstyle75hbase-server: The patch generated 2 new + 150 unchanged - 2 fixed = 152 total (was 152)
-1checkstyle38hbase-thrift: The patch generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars278patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck922Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc81the patch passed
+1findbugs393the patch passed
_ Other Tests _
+1unit176hbase-common in the patch passed.
+1unit8789hbase-server in the patch passed.
+1unit175hbase-thrift in the patch passed.
+1asflicense64The patch does not generate ASF License warnings.
13346
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/15/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux def2c421ab1a 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-512/out/precommit/personality/provided.sh
git revisionmaster / 767bb15
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/15/artifact/out/diff-checkstyle-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/15/artifact/out/diff-checkstyle-hbase-thrift.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/15/testReport/
Max. process+thread count4798 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server hbase-thrift U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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
0reexec39Docker mode activated.
_ Prechecks _
+1dupname1No case conflicting files found.
+1hbaseanti0Patch does not have any anti-patterns.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 1 new or modified test files.
_ master Compile Tests _
0mvndep33Maven dependency ordering for branch
+1mvninstall339master passed
+1compile109master passed
+1checkstyle134master passed
+1shadedjars274branch has no errors when building our shaded downstream artifacts.
+1javadoc90master passed
0spotbugs89Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs378master passed
_ Patch Compile Tests _
0mvndep14Maven dependency ordering for patch
+1mvninstall312the patch passed
+1compile104the patch passed
+1javac104the patch passed
-1checkstyle73hbase-server: The patch generated 2 new + 150 unchanged - 2 fixed = 152 total (was 152)
-1checkstyle37hbase-thrift: The patch generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars273patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck968Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc92the patch passed
+1findbugs428the patch passed
_ Other Tests _
+1unit179hbase-common in the patch passed.
+1unit8680hbase-server in the patch passed.
+1unit194hbase-thrift in the patch passed.
+1asflicense64The patch does not generate ASF License warnings.
13271
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/18/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux c5b567eb16a8 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-512/out/precommit/personality/provided.sh
git revisionmaster / 2d45801
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/18/artifact/out/diff-checkstyle-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/18/artifact/out/diff-checkstyle-hbase-thrift.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/18/testReport/
Max. process+thread count4964 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server hbase-thrift U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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
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 1 new or modified test files.
_ master Compile Tests _
0mvndep34Maven dependency ordering for branch
+1mvninstall310master passed
+1compile107master passed
+1checkstyle132master passed
+1shadedjars266branch has no errors when building our shaded downstream artifacts.
+1javadoc87master passed
0spotbugs101Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs397master passed
_ Patch Compile Tests _
0mvndep16Maven dependency ordering for patch
+1mvninstall297the patch passed
+1compile107the patch passed
+1javac107the patch passed
-1checkstyle75hbase-server: The patch generated 2 new + 150 unchanged - 2 fixed = 152 total (was 152)
-1checkstyle36hbase-thrift: The patch generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars260patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck913Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc80the patch passed
+1findbugs420the patch passed
_ Other Tests _
+1unit174hbase-common in the patch passed.
-1unit19218hbase-server in the patch failed.
+1unit381hbase-thrift in the patch passed.
+1asflicense71The patch does not generate ASF License warnings.
23871
ReasonTests
Failed junit testshadoop.hbase.client.TestAsyncTableAdminApi
hadoop.hbase.master.TestMasterShutdown
hadoop.hbase.replication.TestReplicationSmallTests
hadoop.hbase.client.TestCloneSnapshotFromClientNormal
hadoop.hbase.replication.TestReplicationSmallTestsSync
hadoop.hbase.tool.TestBulkLoadHFiles
hadoop.hbase.client.TestSnapshotTemporaryDirectoryWithRegionReplicas
hadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.master.procedure.TestSCPWithReplicasWithoutZKCoordinated
hadoop.hbase.tool.TestSecureBulkLoadHFiles
hadoop.hbase.master.TestAssignmentManagerMetrics
hadoop.hbase.master.procedure.TestTruncateTableProcedure
hadoop.hbase.client.TestSnapshotTemporaryDirectory
hadoop.hbase.namespace.TestNamespaceAuditor
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/16/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 0fe7694886bd 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-512/out/precommit/personality/provided.sh
git revisionmaster / 74fb204
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/16/artifact/out/diff-checkstyle-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/16/artifact/out/diff-checkstyle-hbase-thrift.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/16/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/16/testReport/
Max. process+thread count4897 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server hbase-thrift U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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.

@saintstack
saintstack merged commit ee9d986 into apache:masterAug 24, 2019
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec83Docker 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 _
0mvndep40Maven dependency ordering for branch
+1mvninstall322master passed
+1compile110master passed
+1checkstyle139master passed
+1shadedjars318branch has no errors when building our shaded downstream artifacts.
+1javadoc92master passed
0spotbugs90Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs401master passed
_ Patch Compile Tests _
0mvndep17Maven dependency ordering for patch
+1mvninstall348the patch passed
+1compile112the patch passed
+1javac112the patch passed
-1checkstyle76hbase-server: The patch generated 2 new + 150 unchanged - 2 fixed = 152 total (was 152)
-1checkstyle36hbase-thrift: The patch generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars275patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck1049Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc84the patch passed
+1findbugs402the patch passed
_ Other Tests _
+1unit183hbase-common in the patch passed.
-1unit16879hbase-server in the patch failed.
+1unit451hbase-thrift in the patch passed.
+1asflicense81The patch does not generate ASF License warnings.
22006
ReasonTests
Failed junit testshadoop.hbase.client.TestSnapshotDFSTemporaryDirectory
hadoop.hbase.client.TestAsyncTableAdminApi3
hadoop.hbase.namespace.TestNamespaceAuditor
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/17/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 6d0c0d2e13da 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-512/out/precommit/personality/provided.sh
git revisionmaster / 2d45801
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/17/artifact/out/diff-checkstyle-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/17/artifact/out/diff-checkstyle-hbase-thrift.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/17/artifact/out/patch-unit-hbase-server.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/17/testReport/
Max. process+thread count5054 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server hbase-thrift U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/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
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 1 new or modified test files.
_ master Compile Tests _
0mvndep36Maven dependency ordering for branch
+1mvninstall332master passed
+1compile112master passed
+1checkstyle142master passed
+1shadedjars287branch has no errors when building our shaded downstream artifacts.
+1javadoc83master passed
0spotbugs100Used deprecated FindBugs config; considering switching to SpotBugs.
+1findbugs412master passed
_ Patch Compile Tests _
0mvndep16Maven dependency ordering for patch
+1mvninstall317the patch passed
+1compile106the patch passed
+1javac106the patch passed
-1checkstyle72hbase-server: The patch generated 2 new + 150 unchanged - 2 fixed = 152 total (was 152)
-1checkstyle37hbase-thrift: The patch generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1whitespace0The patch has no whitespace issues.
+1shadedjars297patch has no errors when building our shaded downstream artifacts.
+1hadoopcheck986Patch does not cause any errors with Hadoop 2.8.5 2.9.2 or 3.1.2.
+1javadoc82the patch passed
+1findbugs408the patch passed
_ Other Tests _
+1unit177hbase-common in the patch passed.
+1unit8446hbase-server in the patch passed.
+1unit216hbase-thrift in the patch passed.
+1asflicense61The patch does not generate ASF License warnings.
13092
SubsystemReport/Notes
DockerClient=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/19/artifact/out/Dockerfile
GITHUB PR#512
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs shadedjars hadoopcheck hbaseanti checkstyle compile
unameLinux 1e3cdc4a3b3c 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-512/out/precommit/personality/provided.sh
git revisionmaster / 504fc52
Default Java1.8.0_181
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/19/artifact/out/diff-checkstyle-hbase-server.txt
checkstylehttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/19/artifact/out/diff-checkstyle-hbase-thrift.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/19/testReport/
Max. process+thread count4908 (vs. ulimit of 10000)
modulesC: hbase-common hbase-server hbase-thrift U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-512/19/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.

saintstack pushed a commit that referenced this pull request Aug 28, 2019
asfgit pushed a commit that referenced this pull request Aug 28, 2019
saintstack pushed a commit that referenced this pull request Aug 29, 2019
infraio pushed a commit to infraio/hbase that referenced this pull request Aug 17, 2020
symat pushed a commit to symat/hbase that referenced this pull request Feb 17, 2021
…ache#512) (apache#536)
Signed-off-by: stack <stack@apache.org>
(cherry picked from commit 7a90c1a)
Change-Id: I262ff840f6e7c072306813f6c39a4e1456a64d59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@sunhelly@Apache-HBase@Apache9@saintstack