Skip to content

[HADOOP-14951] Make the KMSACLs implementation customizable, with an … #664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

gzsombor
Copy link
Member

…additional new configuration option.

Refactor the code to use KeyManagementACLs interface, with a default interface method.
This help external KMS services to better re-use the code, like Ranger KMS

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 29 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 68 Maven dependency ordering for branch
+1 mvninstall 999 trunk passed
+1 compile 929 trunk passed
+1 checkstyle 190 trunk passed
+1 mvnsite 113 trunk passed
+1 shadedclient 1022 branch has no errors when building and testing our client artifacts.
+1 findbugs 164 trunk passed
+1 javadoc 80 trunk passed
_ Patch Compile Tests _
0 mvndep 21 Maven dependency ordering for patch
+1 mvninstall 82 the patch passed
+1 compile 893 the patch passed
+1 javac 893 the patch passed
+1 checkstyle 190 root: The patch generated 0 new + 95 unchanged - 17 fixed = 95 total (was 112)
+1 mvnsite 114 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 678 patch has no errors when building and testing our client artifacts.
+1 findbugs 173 the patch passed
+1 javadoc 76 the patch passed
_ Other Tests _
+1 unit 244 hadoop-kms in the patch passed.
-1 unit 60 hadoop-hdfs in the patch failed.
+1 asflicense 36 The patch does not generate ASF License warnings.
6134
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/1/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 3efe384cb65d 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 6186ed9
maven version: Apache Maven 3.3.9
Default Java 1.8.0_191
findbugs v3.1.0-RC1
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/1/testReport/
Max. process+thread count 448 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/1/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@gzsombor gzsombor force-pushed the HADOOP-14951 branch 2 times, most recently from 1533154 to 8823d72 Compare May 3, 2019 08:33
*
* @param aclName ACL name
* @param opType Operation Type
* @return true if AclName exists else false

Choose a reason for hiding this comment

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

whitespace:end of line


/**
* Loads the ACLs from the persistent store.
*

Choose a reason for hiding this comment

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

whitespace:end of line

/**
* First Check if user is in ACL for the KMS operation, if yes, then return
* true if user is not present in any configured blacklist for the operation.
*

Choose a reason for hiding this comment

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

whitespace:end of line



Choose a reason for hiding this comment

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

whitespace:end of line

* authorized to perform the specified operation on the given acl name.
* @param aclName name of the key ACL
* @param ugi User's UserGroupInformation
* @param opType Operation Type

Choose a reason for hiding this comment

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

whitespace:end of line


/**
*

Choose a reason for hiding this comment

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

whitespace:end of line

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 30 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 23 Maven dependency ordering for branch
+1 mvninstall 1050 trunk passed
+1 compile 1077 trunk passed
+1 checkstyle 131 trunk passed
+1 mvnsite 101 trunk passed
+1 shadedclient 895 branch has no errors when building and testing our client artifacts.
+1 javadoc 73 trunk passed
0 spotbugs 165 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 200 trunk passed
_ Patch Compile Tests _
0 mvndep 25 Maven dependency ordering for patch
+1 mvninstall 83 the patch passed
+1 compile 1023 the patch passed
+1 javac 1023 the patch passed
-0 checkstyle 138 root: The patch generated 5 new + 95 unchanged - 18 fixed = 100 total (was 113)
+1 mvnsite 101 the patch passed
-1 whitespace 0 The patch has 6 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 shadedclient 606 patch has no errors when building and testing our client artifacts.
+1 javadoc 79 the patch passed
+1 findbugs 211 the patch passed
_ Other Tests _
+1 unit 221 hadoop-kms in the patch passed.
-1 unit 5606 hadoop-hdfs in the patch failed.
+1 asflicense 54 The patch does not generate ASF License warnings.
11795
Reason Tests
Failed junit tests hadoop.hdfs.TestDatanodeDeath
hadoop.hdfs.TestDFSStorageStateRecovery
hadoop.hdfs.TestFileCreation
hadoop.hdfs.TestQuota
hadoop.hdfs.TestDFSInotifyEventInputStream
hadoop.hdfs.TestDFSShell
hadoop.hdfs.TestErasureCodingExerciseAPIs
hadoop.hdfs.TestMaintenanceState
hadoop.hdfs.server.diskbalancer.TestDiskBalancerWithMockMover
hadoop.hdfs.TestHDFSFileSystemContract
hadoop.hdfs.TestLeaseRecoveryStriped
hadoop.hdfs.server.datanode.TestDataNodeUUID
hadoop.hdfs.TestRenameWhileOpen
hadoop.hdfs.server.sps.TestExternalStoragePolicySatisfier
hadoop.hdfs.TestErasureCodingPolicies
hadoop.hdfs.TestStateAlignmentContextWithHA
hadoop.hdfs.web.TestWebHdfsTimeouts
hadoop.hdfs.server.namenode.ha.TestFailureToReadEdits
hadoop.hdfs.TestClientReportBadBlock
hadoop.hdfs.TestDecommissionWithStriped
hadoop.cli.TestHDFSCLI
hadoop.fs.TestWebHdfsFileContextMainOperations
hadoop.hdfs.TestErasureCodingPolicyWithSnapshotWithRandomECPolicy
hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy
hadoop.hdfs.server.namenode.TestReconstructStripedBlocks
hadoop.hdfs.server.namenode.TestFSImageWithSnapshot
hadoop.hdfs.TestDFSAddressConfig
hadoop.hdfs.TestDFSStripedOutputStream
hadoop.hdfs.client.impl.TestBlockReaderFactory
hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA
hadoop.hdfs.security.token.block.TestBlockToken
hadoop.hdfs.TestUnsetAndChangeDirectoryEcPolicy
hadoop.hdfs.server.namenode.TestNamenodeRetryCache
hadoop.hdfs.TestDistributedFileSystem
hadoop.hdfs.TestErasureCodingPoliciesWithRandomECPolicy
hadoop.hdfs.TestFileChecksumCompositeCrc
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/3/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux b16dd794557f 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / f1875b2
Default Java 1.8.0_191
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-664/3/artifact/out/diff-checkstyle-root.txt
whitespace https://builds.apache.org/job/hadoop-multibranch/job/PR-664/3/artifact/out/whitespace-eol.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/3/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/3/testReport/
Max. process+thread count 4404 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/3/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 27 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 62 Maven dependency ordering for branch
+1 mvninstall 1063 trunk passed
+1 compile 1086 trunk passed
+1 checkstyle 132 trunk passed
+1 mvnsite 108 trunk passed
+1 shadedclient 915 branch has no errors when building and testing our client artifacts.
+1 javadoc 78 trunk passed
0 spotbugs 171 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 208 trunk passed
_ Patch Compile Tests _
0 mvndep 23 Maven dependency ordering for patch
+1 mvninstall 75 the patch passed
+1 compile 1034 the patch passed
+1 javac 1034 the patch passed
-0 checkstyle 131 root: The patch generated 11 new + 95 unchanged - 18 fixed = 106 total (was 113)
+1 mvnsite 104 the patch passed
-1 whitespace 0 The patch has 8 line(s) that end in whitespace. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 shadedclient 637 patch has no errors when building and testing our client artifacts.
+1 javadoc 79 the patch passed
+1 findbugs 225 the patch passed
_ Other Tests _
+1 unit 211 hadoop-kms in the patch passed.
-1 unit 6431 hadoop-hdfs in the patch failed.
+1 asflicense 67 The patch does not generate ASF License warnings.
12751
Reason Tests
Failed junit tests hadoop.hdfs.server.namenode.TestFSEditLogLoader
hadoop.hdfs.TestDFSClientRetries
hadoop.hdfs.TestFileCreation
hadoop.hdfs.server.namenode.TestLeaseManager
hadoop.hdfs.server.namenode.TestDefaultBlockPlacementPolicy
hadoop.hdfs.server.mover.TestMover
hadoop.hdfs.TestErasureCodingExerciseAPIs
hadoop.hdfs.server.namenode.TestINodeAttributeProvider
hadoop.hdfs.TestMaintenanceState
hadoop.hdfs.TestDatanodeReport
hadoop.hdfs.server.namenode.TestListOpenFiles
hadoop.hdfs.TestHDFSFileSystemContract
hadoop.hdfs.TestDistributedFileSystemWithECFileWithRandomECPolicy
hadoop.hdfs.server.sps.TestExternalStoragePolicySatisfier
hadoop.hdfs.TestErasureCodingPolicies
hadoop.hdfs.TestStateAlignmentContextWithHA
hadoop.hdfs.server.mover.TestStorageMover
hadoop.hdfs.web.TestWebHdfsTimeouts
hadoop.hdfs.server.namenode.TestBlockPlacementPolicyRackFaultTolerant
hadoop.hdfs.TestErasureCodingMultipleRacks
hadoop.hdfs.TestSafeModeWithStripedFile
hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy
hadoop.hdfs.server.diskbalancer.command.TestDiskBalancerCommand
hadoop.hdfs.server.namenode.TestNameNodeMXBean
hadoop.hdfs.server.diskbalancer.TestDiskBalancerRPC
hadoop.hdfs.TestErasureCodingPolicyWithSnapshot
hadoop.hdfs.TestDFSStripedInputStream
hadoop.hdfs.server.namenode.TestNamenodeRetryCache
hadoop.hdfs.TestDistributedFileSystem
hadoop.hdfs.TestErasureCodingPoliciesWithRandomECPolicy
hadoop.hdfs.TestFileChecksumCompositeCrc
hadoop.hdfs.server.datanode.fsdataset.impl.TestFsVolumeList
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/2/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 028c48b95dca 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / f1875b2
Default Java 1.8.0_191
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-664/2/artifact/out/diff-checkstyle-root.txt
whitespace https://builds.apache.org/job/hadoop-multibranch/job/PR-664/2/artifact/out/whitespace-eol.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/2/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/2/testReport/
Max. process+thread count 4533 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/2/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@gzsombor gzsombor force-pushed the HADOOP-14951 branch 2 times, most recently from 8921e7b to 9cc8eb0 Compare May 5, 2019 18:51
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 29 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 63 Maven dependency ordering for branch
+1 mvninstall 1046 trunk passed
+1 compile 1004 trunk passed
+1 checkstyle 139 trunk passed
+1 mvnsite 117 trunk passed
+1 shadedclient 993 branch has no errors when building and testing our client artifacts.
+1 javadoc 95 trunk passed
0 spotbugs 172 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 218 trunk passed
_ Patch Compile Tests _
0 mvndep 24 Maven dependency ordering for patch
+1 mvninstall 84 the patch passed
+1 compile 963 the patch passed
+1 javac 963 the patch passed
-0 checkstyle 140 root: The patch generated 4 new + 111 unchanged - 1 fixed = 115 total (was 112)
+1 mvnsite 117 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 674 patch has no errors when building and testing our client artifacts.
+1 javadoc 99 the patch passed
+1 findbugs 237 the patch passed
_ Other Tests _
+1 unit 232 hadoop-kms in the patch passed.
-1 unit 4712 hadoop-hdfs in the patch failed.
+1 asflicense 50 The patch does not generate ASF License warnings.
11112
Reason Tests
Failed junit tests hadoop.hdfs.TestReconstructStripedFile
hadoop.hdfs.web.TestWebHdfsTimeouts
hadoop.hdfs.server.datanode.TestDirectoryScanner
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/4/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 4854d6924a68 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 1d70c8c
Default Java 1.8.0_191
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-664/4/artifact/out/diff-checkstyle-root.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/4/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/4/testReport/
Max. process+thread count 4064 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/4/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 31 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 63 Maven dependency ordering for branch
+1 mvninstall 1048 trunk passed
+1 compile 1019 trunk passed
+1 checkstyle 145 trunk passed
+1 mvnsite 116 trunk passed
+1 shadedclient 980 branch has no errors when building and testing our client artifacts.
+1 javadoc 96 trunk passed
0 spotbugs 169 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 215 trunk passed
_ Patch Compile Tests _
0 mvndep 21 Maven dependency ordering for patch
+1 mvninstall 76 the patch passed
+1 compile 989 the patch passed
+1 javac 989 the patch passed
-0 checkstyle 126 root: The patch generated 4 new + 110 unchanged - 1 fixed = 114 total (was 111)
+1 mvnsite 118 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 607 patch has no errors when building and testing our client artifacts.
+1 javadoc 76 the patch passed
+1 findbugs 214 the patch passed
_ Other Tests _
+1 unit 214 hadoop-kms in the patch passed.
-1 unit 4936 hadoop-hdfs in the patch failed.
+1 asflicense 43 The patch does not generate ASF License warnings.
11154
Reason Tests
Failed junit tests hadoop.hdfs.web.TestWebHdfsTimeouts
hadoop.hdfs.server.balancer.TestBalancerWithMultipleNameNodes
hadoop.hdfs.TestSafeMode
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/5/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 22789f1a73bf 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 1d70c8c
Default Java 1.8.0_191
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-664/5/artifact/out/diff-checkstyle-root.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/5/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/5/testReport/
Max. process+thread count 4859 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/5/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

…additional new configuration option.

 Adding a new FilebasedKMSACLs class for the base, file based implementation

Change-Id: Ic50f25778a11a5894d958fbbfa0e0f3a1280a3a0
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 31 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 63 Maven dependency ordering for branch
+1 mvninstall 1026 trunk passed
+1 compile 1066 trunk passed
+1 checkstyle 142 trunk passed
+1 mvnsite 116 trunk passed
+1 shadedclient 989 branch has no errors when building and testing our client artifacts.
+1 javadoc 100 trunk passed
0 spotbugs 172 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 218 trunk passed
_ Patch Compile Tests _
0 mvndep 23 Maven dependency ordering for patch
+1 mvninstall 83 the patch passed
+1 compile 1009 the patch passed
+1 javac 1009 the patch passed
+1 checkstyle 134 root: The patch generated 0 new + 111 unchanged - 1 fixed = 111 total (was 112)
+1 mvnsite 117 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 680 patch has no errors when building and testing our client artifacts.
+1 javadoc 94 the patch passed
+1 findbugs 234 the patch passed
_ Other Tests _
+1 unit 206 hadoop-kms in the patch passed.
-1 unit 4685 hadoop-hdfs in the patch failed.
+1 asflicense 59 The patch does not generate ASF License warnings.
11134
Reason Tests
Failed junit tests hadoop.hdfs.web.TestWebHdfsTimeouts
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/6/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 4c1c9ad59391 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 1d70c8c
Default Java 1.8.0_191
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/6/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/6/testReport/
Max. process+thread count 5007 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/6/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 37 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 22 Maven dependency ordering for branch
+1 mvninstall 1081 trunk passed
+1 compile 1055 trunk passed
+1 checkstyle 129 trunk passed
+1 mvnsite 101 trunk passed
+1 shadedclient 891 branch has no errors when building and testing our client artifacts.
+1 javadoc 76 trunk passed
0 spotbugs 167 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 202 trunk passed
_ Patch Compile Tests _
0 mvndep 27 Maven dependency ordering for patch
+1 mvninstall 89 the patch passed
+1 compile 994 the patch passed
+1 javac 994 the patch passed
+1 checkstyle 136 root: The patch generated 0 new + 110 unchanged - 1 fixed = 110 total (was 111)
-1 mvnsite 60 hadoop-hdfs in the patch failed.
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 670 patch has no errors when building and testing our client artifacts.
+1 javadoc 90 the patch passed
+1 findbugs 222 the patch passed
_ Other Tests _
+1 unit 211 hadoop-kms in the patch passed.
-1 unit 5111 hadoop-hdfs in the patch failed.
-1 asflicense 47 The patch generated 1 ASF License warnings.
11358
Reason Tests
Failed junit tests hadoop.hdfs.server.namenode.ha.TestPipelinesFailover
hadoop.hdfs.server.namenode.ha.TestHASafeMode
hadoop.hdfs.server.namenode.TestReencryptionWithKMS
hadoop.metrics2.sink.TestRollingFileSystemSinkWithHdfs
hadoop.hdfs.server.datanode.TestDirectoryScanner
hadoop.hdfs.TestFileChecksumCompositeCrc
hadoop.hdfs.server.namenode.ha.TestStandbyCheckpoints
hadoop.hdfs.web.TestWebHdfsTimeouts
hadoop.hdfs.server.balancer.TestBalancerWithSaslDataTransfer
hadoop.fs.TestUnbuffer
Subsystem Report/Notes
Docker Client=18.09.8 Server=18.09.8 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/7/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux d10c55946f14 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / cd967c7
Default Java 1.8.0_212
mvnsite https://builds.apache.org/job/hadoop-multibranch/job/PR-664/7/artifact/out/patch-mvnsite-hadoop-hdfs-project_hadoop-hdfs.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/7/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/7/testReport/
asflicense https://builds.apache.org/job/hadoop-multibranch/job/PR-664/7/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 4123 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/7/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 43 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 24 Maven dependency ordering for branch
+1 mvninstall 1061 trunk passed
+1 compile 1017 trunk passed
+1 checkstyle 135 trunk passed
+1 mvnsite 101 trunk passed
+1 shadedclient 922 branch has no errors when building and testing our client artifacts.
+1 javadoc 77 trunk passed
0 spotbugs 161 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 200 trunk passed
_ Patch Compile Tests _
0 mvndep 23 Maven dependency ordering for patch
+1 mvninstall 76 the patch passed
+1 compile 998 the patch passed
+1 javac 998 the patch passed
+1 checkstyle 138 root: The patch generated 0 new + 110 unchanged - 1 fixed = 110 total (was 111)
+1 mvnsite 109 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 654 patch has no errors when building and testing our client artifacts.
+1 javadoc 85 the patch passed
+1 findbugs 231 the patch passed
_ Other Tests _
+1 unit 218 hadoop-kms in the patch passed.
-1 unit 4838 hadoop-hdfs in the patch failed.
+1 asflicense 55 The patch does not generate ASF License warnings.
11070
Reason Tests
Failed junit tests hadoop.hdfs.server.balancer.TestBalancer
hadoop.hdfs.server.namenode.TestFSImage
hadoop.hdfs.TestMaintenanceState
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/8/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 6607706077e8 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / c0a0c35
Default Java 1.8.0_212
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/8/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/8/testReport/
Max. process+thread count 5051 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/8/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 40 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 41 Maven dependency ordering for branch
+1 mvninstall 1111 trunk passed
+1 compile 1193 trunk passed
-0 checkstyle 55 The patch fails to run checkstyle in root
+1 mvnsite 108 trunk passed
+1 shadedclient 812 branch has no errors when building and testing our client artifacts.
+1 javadoc 80 trunk passed
0 spotbugs 167 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 207 trunk passed
_ Patch Compile Tests _
0 mvndep 23 Maven dependency ordering for patch
+1 mvninstall 83 the patch passed
+1 compile 1094 the patch passed
+1 javac 1094 the patch passed
-0 checkstyle 137 root: The patch generated 110 new + 0 unchanged - 0 fixed = 110 total (was 0)
+1 mvnsite 104 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 641 patch has no errors when building and testing our client artifacts.
+1 javadoc 79 the patch passed
+1 findbugs 229 the patch passed
_ Other Tests _
+1 unit 226 hadoop-kms in the patch passed.
-1 unit 4833 hadoop-hdfs in the patch failed.
+1 asflicense 69 The patch does not generate ASF License warnings.
11292
Reason Tests
Failed junit tests hadoop.hdfs.TestWriteReadStripedFile
hadoop.hdfs.TestAclsEndToEnd
hadoop.hdfs.server.datanode.TestLargeBlockReport
hadoop.hdfs.TestLargeBlock
hadoop.hdfs.TestDFSUpgradeFromImage
hadoop.hdfs.TestDFSRemove
hadoop.hdfs.server.namenode.TestReencryptionWithKMS
hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics
hadoop.hdfs.TestLeaseRecovery2
hadoop.hdfs.TestReadStripedFileWithDecodingCorruptData
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/9/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux a045e4887caa 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / e20b195
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-664/9/artifact/out//home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-664/out/maven-branch-checkstyle-root.txt
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-664/9/artifact/out/diff-checkstyle-root.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/9/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/9/testReport/
Max. process+thread count 4382 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/9/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 72 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 23 Maven dependency ordering for branch
+1 mvninstall 1217 trunk passed
+1 compile 1067 trunk passed
+1 checkstyle 154 trunk passed
+1 mvnsite 111 trunk passed
+1 shadedclient 1064 branch has no errors when building and testing our client artifacts.
+1 javadoc 88 trunk passed
0 spotbugs 183 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 223 trunk passed
_ Patch Compile Tests _
0 mvndep 22 Maven dependency ordering for patch
+1 mvninstall 87 the patch passed
+1 compile 1042 the patch passed
+1 javac 1042 the patch passed
+1 checkstyle 157 root: The patch generated 0 new + 110 unchanged - 1 fixed = 110 total (was 111)
+1 mvnsite 111 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 762 patch has no errors when building and testing our client artifacts.
+1 javadoc 103 the patch passed
-1 findbugs 76 hadoop-hdfs in the patch failed.
_ Other Tests _
+1 unit 232 hadoop-kms in the patch passed.
-1 unit 79 hadoop-hdfs in the patch failed.
+1 asflicense 46 The patch does not generate ASF License warnings.
6822
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/10/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux e164babafc2c 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 70b4617
Default Java 1.8.0_222
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-664/10/artifact/out/patch-findbugs-hadoop-hdfs-project_hadoop-hdfs.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/10/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/10/testReport/
Max. process+thread count 335 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/10/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 41 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 22 Maven dependency ordering for branch
+1 mvninstall 1100 trunk passed
+1 compile 1108 trunk passed
+1 checkstyle 143 trunk passed
+1 mvnsite 104 trunk passed
+1 shadedclient 952 branch has no errors when building and testing our client artifacts.
+1 javadoc 89 trunk passed
0 spotbugs 167 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 201 trunk passed
_ Patch Compile Tests _
0 mvndep 21 Maven dependency ordering for patch
+1 mvninstall 82 the patch passed
+1 compile 1012 the patch passed
+1 javac 1012 the patch passed
-0 checkstyle 139 root: The patch generated 1 new + 110 unchanged - 1 fixed = 111 total (was 111)
-1 mvnsite 65 hadoop-hdfs in the patch failed.
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 685 patch has no errors when building and testing our client artifacts.
+1 javadoc 77 the patch passed
-1 findbugs 61 hadoop-hdfs in the patch failed.
_ Other Tests _
+1 unit 210 hadoop-kms in the patch passed.
-1 unit 58 hadoop-hdfs in the patch failed.
+1 asflicense 40 The patch does not generate ASF License warnings.
6319
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/11/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 8f5f0b73f72f 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / e356e4f
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-664/11/artifact/out/diff-checkstyle-root.txt
mvnsite https://builds.apache.org/job/hadoop-multibranch/job/PR-664/11/artifact/out/patch-mvnsite-hadoop-hdfs-project_hadoop-hdfs.txt
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-664/11/artifact/out/patch-findbugs-hadoop-hdfs-project_hadoop-hdfs.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/11/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/11/testReport/
Max. process+thread count 412 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/11/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 46 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 20 Maven dependency ordering for branch
+1 mvninstall 1047 trunk passed
+1 compile 1041 trunk passed
+1 checkstyle 132 trunk passed
+1 mvnsite 92 trunk passed
+1 shadedclient 918 branch has no errors when building and testing our client artifacts.
+1 javadoc 80 trunk passed
0 spotbugs 164 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 201 trunk passed
_ Patch Compile Tests _
0 mvndep 23 Maven dependency ordering for patch
+1 mvninstall 76 the patch passed
+1 compile 978 the patch passed
+1 javac 978 the patch passed
-0 checkstyle 135 root: The patch generated 1 new + 110 unchanged - 2 fixed = 111 total (was 112)
+1 mvnsite 95 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 636 patch has no errors when building and testing our client artifacts.
+1 javadoc 76 the patch passed
+1 findbugs 214 the patch passed
_ Other Tests _
+1 unit 222 hadoop-kms in the patch passed.
-1 unit 5061 hadoop-hdfs in the patch failed.
-1 asflicense 46 The patch generated 1 ASF License warnings.
11192
Reason Tests
Failed junit tests hadoop.hdfs.TestWriteReadStripedFile
hadoop.hdfs.TestErasureCodingExerciseAPIs
hadoop.hdfs.TestUnsetAndChangeDirectoryEcPolicy
hadoop.hdfs.server.namenode.TestNameNodeMetadataConsistency
hadoop.hdfs.server.namenode.TestLargeDirectoryDelete
hadoop.hdfs.server.namenode.TestFsck
hadoop.hdfs.TestHdfsAdmin
hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks
hadoop.hdfs.server.namenode.TestReencryptionWithKMS
hadoop.hdfs.server.datanode.TestNNHandlesCombinedBlockReport
hadoop.hdfs.server.namenode.TestCacheDirectives
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/12/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 1e7735589672 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 094d736
Default Java 1.8.0_212
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-664/12/artifact/out/diff-checkstyle-root.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/12/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/12/testReport/
asflicense https://builds.apache.org/job/hadoop-multibranch/job/PR-664/12/artifact/out/patch-asflicense-problems.txt
Max. process+thread count 4652 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/12/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 67 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 24 Maven dependency ordering for branch
+1 mvninstall 1297 trunk passed
+1 compile 1460 trunk passed
+1 checkstyle 162 trunk passed
+1 mvnsite 114 trunk passed
+1 shadedclient 1039 branch has no errors when building and testing our client artifacts.
+1 javadoc 88 trunk passed
0 spotbugs 197 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 242 trunk passed
_ Patch Compile Tests _
0 mvndep 29 Maven dependency ordering for patch
+1 mvninstall 98 the patch passed
+1 compile 1354 the patch passed
+1 javac 1354 the patch passed
+1 checkstyle 178 root: The patch generated 0 new + 110 unchanged - 1 fixed = 110 total (was 111)
+1 mvnsite 125 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 724 patch has no errors when building and testing our client artifacts.
+1 javadoc 93 the patch passed
+1 findbugs 256 the patch passed
_ Other Tests _
+1 unit 232 hadoop-kms in the patch passed.
-1 unit 8572 hadoop-hdfs in the patch failed.
+1 asflicense 76 The patch does not generate ASF License warnings.
16274
Reason Tests
Failed junit tests hadoop.hdfs.server.datanode.TestDataNodeUUID
hadoop.hdfs.TestDecommission
hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA
hadoop.hdfs.server.namenode.TestBlockPlacementPolicyRackFaultTolerant
hadoop.hdfs.server.balancer.TestBalancer
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/13/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 042978169b12 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 69ddb36
Default Java 1.8.0_222
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/13/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/13/testReport/
Max. process+thread count 3912 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/13/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 80 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 24 Maven dependency ordering for branch
+1 mvninstall 1205 trunk passed
+1 compile 1075 trunk passed
+1 checkstyle 149 trunk passed
+1 mvnsite 110 trunk passed
+1 shadedclient 1064 branch has no errors when building and testing our client artifacts.
+1 javadoc 89 trunk passed
0 spotbugs 178 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 217 trunk passed
_ Patch Compile Tests _
0 mvndep 22 Maven dependency ordering for patch
+1 mvninstall 86 the patch passed
+1 compile 1034 the patch passed
+1 javac 1034 the patch passed
+1 checkstyle 159 root: The patch generated 0 new + 110 unchanged - 1 fixed = 110 total (was 111)
+1 mvnsite 108 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 757 patch has no errors when building and testing our client artifacts.
+1 javadoc 92 the patch passed
+1 findbugs 241 the patch passed
_ Other Tests _
+1 unit 233 hadoop-kms in the patch passed.
-1 unit 80 hadoop-hdfs in the patch failed.
+1 asflicense 47 The patch does not generate ASF License warnings.
6922
Subsystem Report/Notes
Docker Client=18.09.7 Server=18.09.7 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/14/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux cd5bbda6a031 4.15.0-52-generic #56-Ubuntu SMP Tue Jun 4 22:49:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 3329257
Default Java 1.8.0_222
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/14/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/14/testReport/
Max. process+thread count 305 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/14/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 46 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 3 new or modified test files.
_ trunk Compile Tests _
0 mvndep 24 Maven dependency ordering for branch
+1 mvninstall 1099 trunk passed
+1 compile 1027 trunk passed
+1 checkstyle 153 trunk passed
+1 mvnsite 118 trunk passed
+1 shadedclient 992 branch has no errors when building and testing our client artifacts.
+1 javadoc 98 trunk passed
0 spotbugs 177 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 223 trunk passed
_ Patch Compile Tests _
0 mvndep 25 Maven dependency ordering for patch
+1 mvninstall 87 the patch passed
+1 compile 1016 the patch passed
+1 javac 1016 the patch passed
+1 checkstyle 145 root: The patch generated 0 new + 110 unchanged - 1 fixed = 110 total (was 111)
-1 mvnsite 80 hadoop-hdfs in the patch failed.
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 703 patch has no errors when building and testing our client artifacts.
+1 javadoc 98 the patch passed
-1 findbugs 70 hadoop-hdfs in the patch failed.
_ Other Tests _
+1 unit 226 hadoop-kms in the patch passed.
-1 unit 73 hadoop-hdfs in the patch failed.
+1 asflicense 48 The patch does not generate ASF License warnings.
6494
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-664/15/artifact/out/Dockerfile
GITHUB PR #664
JIRA Issue HADOOP-14951
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 5b792115f411 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 915cbc9
Default Java 1.8.0_222
mvnsite https://builds.apache.org/job/hadoop-multibranch/job/PR-664/15/artifact/out/patch-mvnsite-hadoop-hdfs-project_hadoop-hdfs.txt
findbugs https://builds.apache.org/job/hadoop-multibranch/job/PR-664/15/artifact/out/patch-findbugs-hadoop-hdfs-project_hadoop-hdfs.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-664/15/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-664/15/testReport/
Max. process+thread count 449 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-kms hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-664/15/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
Author: Hai Lu <halu@linkedin.com>

Reviewers: Srinivasulu <spunuru@linkedin.com>

Closes apache#664 from lhaiesp/master
Sign up for free to 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.

2 participants