Skip to content

HDDS-1119. DN get OM certificate from SCM CA for block token validat… - #601

Merged
ajayydv merged 1 commit into
apache:trunkfrom
ajayydv:HDDS-1119-2
Mar 19, 2019
Merged

HDDS-1119. DN get OM certificate from SCM CA for block token validat…#601
ajayydv merged 1 commit into
apache:trunkfrom
ajayydv:HDDS-1119-2

Conversation

@ajayydv

Copy link
Copy Markdown
Contributor

…ion. Contributed by Ajay Kumar.

@ajayydvajayydv self-assigned this Mar 13, 2019
@ajayydv
ajayydv requested a review from xiaoyuyaoMarch 13, 2019 18:48
@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch8#601 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
GITHUB PR#601
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/1/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch8#601 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
GITHUB PR#601
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/2/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch6#601 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
GITHUB PR#601
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/4/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch6#601 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
GITHUB PR#601
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/6/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

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.

NIT: @return should be updated.

@xiaoyuyaoxiaoyuyaoMar 13, 2019

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.

Javadoc copy paste error like above, this one set and does not return.

@ajayydv
ajayydvforce-pushed the HDDS-1119-2 branch 2 times, most recently from 02166c1 to 2b742fdCompareMarch 14, 2019 03:46
@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch7#601 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
GITHUB PR#601
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/8/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec0Docker mode activated.
-1patch11#601 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help.
SubsystemReport/Notes
GITHUB PR#601
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/11/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@ajayydv
ajayydvforce-pushed the HDDS-1119-2 branch 3 times, most recently from a015644 to 0b57d76CompareMarch 14, 2019 16:30
@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec28Docker mode activated.
_ Prechecks _
0yamllint0yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 23 new or modified test files.
_ trunk Compile Tests _
0mvndep22Maven dependency ordering for branch
+1mvninstall982trunk passed
+1compile959trunk passed
+1checkstyle194trunk passed
+1mvnsite323trunk passed
+1shadedclient1244branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs60hadoop-hdds/container-service in trunk has 1 extant Findbugs warnings.
+1javadoc264trunk passed
_ Patch Compile Tests _
0mvndep22Maven dependency ordering for patch
-1mvninstall19dist in the patch failed.
-1mvninstall25integration-test in the patch failed.
+1compile925the patch passed
+1cc925the patch passed
+1javac925the patch passed
+1checkstyle193the patch passed
+1mvnsite307the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient676patch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
+1findbugs301the patch passed
+1javadoc210the patch passed
_ Other Tests _
+1unit88common in the patch passed.
-1unit73container-service in the patch failed.
+1unit114server-scm in the patch passed.
+1unit47common in the patch passed.
+1unit35dist in the patch passed.
-1unit697integration-test in the patch failed.
+1unit57ozone-manager in the patch passed.
+1asflicense53The patch does not generate ASF License warnings.
8118
ReasonTests
Failed junit testshadoop.ozone.client.rpc.TestBCSID
hadoop.ozone.om.TestSecureOzoneManager
hadoop.ozone.om.TestScmChillMode
hadoop.ozone.om.TestOzoneManager
hadoop.ozone.client.rpc.TestSecureOzoneRpcClient
hadoop.ozone.client.rpc.TestContainerStateMachineFailures
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/14/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux 11395b071d45 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / d60673c
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
findbugsv3.1.0-RC1
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/14/artifact/out/branch-findbugs-hadoop-hdds_container-service-warnings.html
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/14/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/14/artifact/out/patch-mvninstall-hadoop-ozone_integration-test.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/14/artifact/out/patch-unit-hadoop-hdds_container-service.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/14/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/14/testReport/
Max. process+thread count3477 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/14/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec43Docker mode activated.
_ Prechecks _
0yamllint1yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 23 new or modified test files.
_ trunk Compile Tests _
0mvndep62Maven dependency ordering for branch
+1mvninstall1047trunk passed
+1compile1100trunk passed
+1checkstyle204trunk passed
+1mvnsite338trunk passed
+1shadedclient1295branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs58hadoop-hdds/container-service in trunk has 1 extant Findbugs warnings.
+1javadoc241trunk passed
_ Patch Compile Tests _
0mvndep19Maven dependency ordering for patch
-1mvninstall17dist in the patch failed.
-1mvninstall24integration-test in the patch failed.
+1compile930the patch passed
+1cc930the patch passed
+1javac930the patch passed
+1checkstyle199the patch passed
+1mvnsite282the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient699patch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
+1findbugs326the patch passed
-1javadoc48hadoop-hdds_common generated 1 new + 1 unchanged - 0 fixed = 2 total (was 1)
_ Other Tests _
+1unit100common in the patch passed.
+1unit76container-service in the patch passed.
+1unit118server-scm in the patch passed.
+1unit44common in the patch passed.
+1unit31dist in the patch passed.
-1unit847integration-test in the patch failed.
+1unit70ozone-manager in the patch passed.
+1asflicense48The patch does not generate ASF License warnings.
8626
ReasonTests
Failed junit testshadoop.ozone.om.TestOzoneManager
hadoop.ozone.client.rpc.TestFailureHandlingByClient
hadoop.ozone.om.TestScmChillMode
hadoop.ozone.om.TestSecureOzoneManager
hadoop.ozone.client.rpc.TestSecureOzoneRpcClient
hadoop.ozone.client.rpc.TestBCSID
hadoop.ozone.om.TestOmInit
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/13/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux c5a38e9be3b0 3.13.0-153-generic #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / d60673c
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
findbugsv3.1.0-RC1
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/13/artifact/out/branch-findbugs-hadoop-hdds_container-service-warnings.html
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/13/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/13/artifact/out/patch-mvninstall-hadoop-ozone_integration-test.txt
javadochttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/13/artifact/out/diff-javadoc-javadoc-hadoop-hdds_common.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/13/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/13/testReport/
Max. process+thread count3859 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/13/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@ajayydv
ajayydvforce-pushed the HDDS-1119-2 branch 2 times, most recently from e44820d to 02392daCompareMarch 14, 2019 22:29
@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec23Docker mode activated.
_ Prechecks _
0yamllint1yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 25 new or modified test files.
_ trunk Compile Tests _
0mvndep65Maven dependency ordering for branch
+1mvninstall986trunk passed
+1compile969trunk passed
+1checkstyle190trunk passed
+1mvnsite351trunk passed
+1shadedclient1260branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs59hadoop-hdds/container-service in trunk has 1 extant Findbugs warnings.
+1javadoc266trunk passed
_ Patch Compile Tests _
0mvndep22Maven dependency ordering for patch
-1mvninstall19dist in the patch failed.
-1mvninstall25integration-test in the patch failed.
+1compile919the patch passed
+1cc919the patch passed
+1javac919the patch passed
+1checkstyle189the patch passed
+1mvnsite308the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient658patch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
+1findbugs344the patch passed
+1javadoc264the patch passed
_ Other Tests _
+1unit74common in the patch passed.
-1unit84container-service in the patch failed.
+1unit122server-scm in the patch passed.
+1unit47common in the patch passed.
+1unit34dist in the patch passed.
-1unit702integration-test in the patch failed.
+1unit58ozone-manager in the patch passed.
+1asflicense52The patch does not generate ASF License warnings.
8284
ReasonTests
Failed junit testshadoop.ozone.container.common.TestDatanodeStateMachine
hadoop.ozone.om.TestOzoneManager
hadoop.ozone.om.TestScmChillMode
hadoop.ozone.client.rpc.TestBCSID
hadoop.ozone.client.rpc.TestContainerStateMachineFailures
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/15/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux f91e458bcc76 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 091a664
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
findbugsv3.1.0-RC1
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/15/artifact/out/branch-findbugs-hadoop-hdds_container-service-warnings.html
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/15/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/15/artifact/out/patch-mvninstall-hadoop-ozone_integration-test.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/15/artifact/out/patch-unit-hadoop-hdds_container-service.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/15/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/15/testReport/
Max. process+thread count3922 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/15/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec40Docker mode activated.
_ Prechecks _
0yamllint0yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 25 new or modified test files.
_ trunk Compile Tests _
0mvndep21Maven dependency ordering for branch
+1mvninstall1044trunk passed
+1compile966trunk passed
+1checkstyle203trunk passed
-1mvnsite36container-service in trunk failed.
-1mvnsite38server-scm in trunk failed.
-1mvnsite37integration-test in trunk failed.
-1mvnsite35ozone-manager in trunk failed.
+1shadedclient1214branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs32container-service in trunk failed.
-1findbugs31server-scm in trunk failed.
-1findbugs32ozone-manager in trunk failed.
+1javadoc240trunk passed
_ Patch Compile Tests _
0mvndep19Maven dependency ordering for patch
-1mvninstall17dist in the patch failed.
+1compile930the patch passed
+1cc930the patch passed
+1javac930the patch passed
+1checkstyle203the patch passed
+1mvnsite283the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient695patch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
+1findbugs320the patch passed
+1javadoc239the patch passed
_ Other Tests _
+1unit99common in the patch passed.
-1unit77container-service in the patch failed.
+1unit115server-scm in the patch passed.
+1unit44common in the patch passed.
+1unit30dist in the patch passed.
-1unit881integration-test in the patch failed.
+1unit69ozone-manager in the patch passed.
+1asflicense47The patch does not generate ASF License warnings.
8309
ReasonTests
Failed junit testshadoop.ozone.container.common.TestDatanodeStateMachine
hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean
hadoop.ozone.om.TestOzoneManager
hadoop.ozone.client.rpc.TestFailureHandlingByClient
hadoop.ozone.om.TestScmChillMode
hadoop.ozone.client.rpc.TestBCSID
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux e0ab2a69d251 3.13.0-153-generic #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 091a664
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/branch-mvnsite-hadoop-hdds_container-service.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/branch-mvnsite-hadoop-hdds_server-scm.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/branch-mvnsite-hadoop-ozone_integration-test.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/branch-mvnsite-hadoop-ozone_ozone-manager.txt
findbugsv3.1.0-RC1
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/patch-unit-hadoop-hdds_container-service.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/testReport/
Max. process+thread count4157 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/16/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec59Docker mode activated.
_ Prechecks _
0yamllint0yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 25 new or modified test files.
_ trunk Compile Tests _
0mvndep41Maven dependency ordering for branch
+1mvninstall1324trunk passed
+1compile1429trunk passed
+1checkstyle265trunk passed
+1mvnsite368trunk passed
+1shadedclient1504branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs63hadoop-hdds/container-service in trunk has 1 extant Findbugs warnings.
+1javadoc245trunk passed
_ Patch Compile Tests _
0mvndep28Maven dependency ordering for patch
-1mvninstall18dist in the patch failed.
-1mvninstall31integration-test in the patch failed.
+1compile970the patch passed
+1cc970the patch passed
+1javac970the patch passed
+1checkstyle250the patch passed
+1mvnsite330the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient766patch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
+1findbugs375the patch passed
+1javadoc271the patch passed
_ Other Tests _
+1unit90common in the patch passed.
-1unit86container-service in the patch failed.
-1unit153server-scm in the patch failed.
+1unit54common in the patch passed.
+1unit39dist in the patch passed.
-1unit950integration-test in the patch failed.
-1unit65ozone-manager in the patch failed.
+1asflicense46The patch does not generate ASF License warnings.
10006
ReasonTests
Failed junit testshadoop.hdds.scm.block.TestBlockManager
hadoop.ozone.client.rpc.TestOzoneAtRestEncryption
hadoop.ozone.client.rpc.TestBCSID
hadoop.ozone.client.rpc.TestSecureOzoneRpcClient
hadoop.hdds.scm.pipeline.TestRatisPipelineUtils
hadoop.ozone.om.TestSecureOzoneManager
hadoop.ozone.security.TestOzoneDelegationTokenSecretManager
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/17/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux 657729f16ec8 4.4.0-138-generic #164~14.04.1-Ubuntu SMP Fri Oct 5 08:56:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 091a664
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
findbugsv3.1.0-RC1
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/17/artifact/out/branch-findbugs-hadoop-hdds_container-service-warnings.html
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/17/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/17/artifact/out/patch-mvninstall-hadoop-ozone_integration-test.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/17/artifact/out/patch-unit-hadoop-hdds_container-service.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/17/artifact/out/patch-unit-hadoop-hdds_server-scm.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/17/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/17/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/17/testReport/
Max. process+thread count2780 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/17/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec37Docker mode activated.
_ Prechecks _
0yamllint0yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 25 new or modified test files.
_ trunk Compile Tests _
0mvndep20Maven dependency ordering for branch
+1mvninstall1030trunk passed
+1compile964trunk passed
+1checkstyle237trunk passed
-1mvnsite40container-service in trunk failed.
-1mvnsite40server-scm in trunk failed.
-1mvnsite38integration-test in trunk failed.
-1mvnsite34ozone-manager in trunk failed.
+1shadedclient1281branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs31container-service in trunk failed.
-1findbugs34server-scm in trunk failed.
-1findbugs37ozone-manager in trunk failed.
+1javadoc243trunk passed
_ Patch Compile Tests _
0mvndep21Maven dependency ordering for patch
-1mvninstall17dist in the patch failed.
+1compile932the patch passed
+1cc932the patch passed
+1javac932the patch passed
+1checkstyle204the patch passed
+1mvnsite285the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient704patch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
+1findbugs324the patch passed
+1javadoc241the patch passed
_ Other Tests _
+1unit100common in the patch passed.
-1unit78container-service in the patch failed.
+1unit116server-scm in the patch passed.
+1unit44common in the patch passed.
+1unit29dist in the patch passed.
-1unit880integration-test in the patch failed.
-1unit72ozone-manager in the patch failed.
+1asflicense47The patch does not generate ASF License warnings.
8504
ReasonTests
Failed junit testshadoop.ozone.container.common.TestDatanodeStateMachine
hadoop.ozone.TestStorageContainerManager
hadoop.ozone.om.TestOzoneManager
hadoop.ozone.ozShell.TestOzoneShell
hadoop.ozone.client.rpc.TestFailureHandlingByClient
hadoop.ozone.om.TestScmChillMode
hadoop.ozone.client.rpc.TestBCSID
hadoop.ozone.security.TestOzoneDelegationTokenSecretManager
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux 40797069f256 3.13.0-153-generic #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 091a664
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/branch-mvnsite-hadoop-hdds_container-service.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/branch-mvnsite-hadoop-hdds_server-scm.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/branch-mvnsite-hadoop-ozone_integration-test.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/branch-mvnsite-hadoop-ozone_ozone-manager.txt
findbugsv3.1.0-RC1
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/patch-unit-hadoop-hdds_container-service.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/testReport/
Max. process+thread count5044 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/18/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

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.

Should we loadAllCertificates() again only if the map does not contain it?

Also, in the contsructor when we call loadAllCertificates(), should we asset the passing in certSerialId is loaded into the map from file system?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

initialized local certificate during initial call to loadAllCertificates. Now if it is null at L202 than it is also not present in map, so loading it again from filesystem and checking it again is the only option.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

We can assert in constructor if certSerialId is not null than its corresponding certificate should not be null as well after loading from memory but if we fail than it will become catch 22 for some recovery scenarios. (Ex we can't even create instance of CertificateClient to call init which may handle some of the automatic recovery in future)

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.

Let's discuss and file follow up JIRAs. I'm OK with the current approach as-is.

Comment threadhadoop-hdds/common/src/main/java/org/apache/hadoop/utils/db/LongCodec.java Outdated

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.

why do we need to change s3secret manager here from interface to impl? seems not relate to this ticket.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

S3SecretManagerImpl has helper function to return OMMetadataManager required in secret store. Its interface doesn't. Since it is returning a dependency i think its better to not push it to interface itself.

@xiaoyuyao

Copy link
Copy Markdown
Contributor

Thanks @ajayydv for the update. We are almost there. Just few last issues as commented inline.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec39Docker mode activated.
_ Prechecks _
0yamllint0yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 25 new or modified test files.
_ trunk Compile Tests _
0mvndep19Maven dependency ordering for branch
+1mvninstall1029trunk passed
+1compile961trunk passed
+1checkstyle201trunk passed
-1mvnsite37container-service in trunk failed.
-1mvnsite39server-scm in trunk failed.
-1mvnsite36integration-test in trunk failed.
-1mvnsite34ozone-manager in trunk failed.
+1shadedclient1212branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs32container-service in trunk failed.
-1findbugs32server-scm in trunk failed.
-1findbugs32ozone-manager in trunk failed.
+1javadoc238trunk passed
_ Patch Compile Tests _
0mvndep19Maven dependency ordering for patch
-1mvninstall17dist in the patch failed.
-1mvninstall22integration-test in the patch failed.
+1compile923the patch passed
+1cc923the patch passed
+1javac923the patch passed
+1checkstyle199the patch passed
+1mvnsite279the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient705patch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs83hadoop-hdds/common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1javadoc238the patch passed
_ Other Tests _
+1unit102common in the patch passed.
-1unit78container-service in the patch failed.
+1unit115server-scm in the patch passed.
+1unit43common in the patch passed.
+1unit30dist in the patch passed.
-1unit879integration-test in the patch failed.
-1unit69ozone-manager in the patch failed.
+1asflicense47The patch does not generate ASF License warnings.
8265
ReasonTests
FindBugsmodule:hadoop-hdds/common
Return value of putIfAbsent is ignored, but cert is reused in org.apache.hadoop.hdds.security.x509.certificate.client.DefaultCertificateClient.loadAllCertificates() At DefaultCertificateClient.java:ignored, but cert is reused in org.apache.hadoop.hdds.security.x509.certificate.client.DefaultCertificateClient.loadAllCertificates() At DefaultCertificateClient.java:[line 126]
Failed junit testshadoop.ozone.container.common.TestDatanodeStateMachine
hadoop.ozone.om.TestOzoneManager
hadoop.ozone.client.rpc.TestFailureHandlingByClient
hadoop.ozone.scm.node.TestQueryNode
hadoop.ozone.om.TestScmChillMode
hadoop.ozone.client.rpc.TestBCSID
hadoop.ozone.security.TestOzoneDelegationTokenSecretManager
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux c0d94c7854e5 3.13.0-153-generic #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 9001508
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/branch-mvnsite-hadoop-hdds_container-service.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/branch-mvnsite-hadoop-hdds_server-scm.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/branch-mvnsite-hadoop-ozone_integration-test.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/branch-mvnsite-hadoop-ozone_ozone-manager.txt
findbugsv3.1.0-RC1
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/patch-mvninstall-hadoop-ozone_integration-test.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/new-findbugs-hadoop-hdds_common.html
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/patch-unit-hadoop-hdds_container-service.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/testReport/
Max. process+thread count3808 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/19/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@xiaoyuyao

Copy link
Copy Markdown
Contributor

Thanks @ajayydv for the update. +1 the latest push, pending fix of the related findbugs issue and unit test results.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec26Docker mode activated.
_ Prechecks _
0yamllint0yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 25 new or modified test files.
_ trunk Compile Tests _
0mvndep59Maven dependency ordering for branch
+1mvninstall1025trunk passed
+1compile951trunk passed
+1checkstyle191trunk passed
+1mvnsite356trunk passed
+1shadedclient1280branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs60hadoop-hdds/container-service in trunk has 1 extant Findbugs warnings.
+1javadoc267trunk passed
_ Patch Compile Tests _
0mvndep22Maven dependency ordering for patch
-1mvninstall19dist in the patch failed.
-1mvninstall24integration-test in the patch failed.
+1compile916the patch passed
+1cc916the patch passed
+1javac916the patch passed
+1checkstyle194the patch passed
+1mvnsite310the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient705patch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs86hadoop-hdds/common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1javadoc266the patch passed
_ Other Tests _
+1unit89common in the patch passed.
-1unit73container-service in the patch failed.
+1unit114server-scm in the patch passed.
+1unit48common in the patch passed.
+1unit35dist in the patch passed.
-1unit690integration-test in the patch failed.
+1unit55ozone-manager in the patch passed.
+1asflicense48The patch does not generate ASF License warnings.
8352
ReasonTests
FindBugsmodule:hadoop-hdds/common
Possible null pointer dereference of cert in org.apache.hadoop.hdds.security.x509.certificate.client.DefaultCertificateClient.loadAllCertificates() Dereferenced at DefaultCertificateClient.java:cert in org.apache.hadoop.hdds.security.x509.certificate.client.DefaultCertificateClient.loadAllCertificates() Dereferenced at DefaultCertificateClient.java:[line 130]
Failed junit testshadoop.ozone.client.rpc.TestBCSID
hadoop.ozone.container.ozoneimpl.TestOzoneContainer
hadoop.ozone.om.TestScmChillMode
hadoop.ozone.om.TestOzoneManager
hadoop.ozone.client.rpc.TestFailureHandlingByClient
hadoop.ozone.client.rpc.TestContainerStateMachineFailures
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/20/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux 7cf37c6f3d64 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / a7f5e74
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
findbugsv3.1.0-RC1
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/20/artifact/out/branch-findbugs-hadoop-hdds_container-service-warnings.html
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/20/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/20/artifact/out/patch-mvninstall-hadoop-ozone_integration-test.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/20/artifact/out/new-findbugs-hadoop-hdds_common.html
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/20/artifact/out/patch-unit-hadoop-hdds_container-service.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/20/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/20/testReport/
Max. process+thread count4512 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/20/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@ajayydv
ajayydvforce-pushed the HDDS-1119-2 branch 2 times, most recently from bb81529 to 9f59f08CompareMarch 15, 2019 22:20
@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec22Docker mode activated.
_ Prechecks _
0yamllint0yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 25 new or modified test files.
_ trunk Compile Tests _
0mvndep21Maven dependency ordering for branch
+1mvninstall979trunk passed
+1compile970trunk passed
+1checkstyle193trunk passed
+1mvnsite259trunk passed
+1shadedclient1103branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs51hadoop-hdds/container-service in trunk has 1 extant Findbugs warnings.
+1javadoc216trunk passed
_ Patch Compile Tests _
0mvndep21Maven dependency ordering for patch
-1mvninstall18dist in the patch failed.
-1mvninstall23integration-test in the patch failed.
-1compile50root in the patch failed.
-1cc50root in the patch failed.
-1javac50root in the patch failed.
+1checkstyle189the patch passed
+1mvnsite189the patch passed
+1whitespace0The patch has no whitespace issues.
-1shadedclient187patch has errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs8common in the patch failed.
-1findbugs11container-service in the patch failed.
-1findbugs8server-scm in the patch failed.
-1findbugs22common in the patch failed.
-1findbugs22ozone-manager in the patch failed.
-1javadoc23common in the patch failed.
-1javadoc21container-service in the patch failed.
-1javadoc21server-scm in the patch failed.
-1javadoc22common in the patch failed.
-1javadoc21dist in the patch failed.
-1javadoc22integration-test in the patch failed.
-1javadoc21ozone-manager in the patch failed.
_ Other Tests _
-1unit21common in the patch failed.
-1unit21container-service in the patch failed.
-1unit22server-scm in the patch failed.
-1unit21common in the patch failed.
-1unit21dist in the patch failed.
-1unit21integration-test in the patch failed.
-1unit22ozone-manager in the patch failed.
+1asflicense35The patch does not generate ASF License warnings.
5086
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux 36fe025e3c7a 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 03f3c8a
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
findbugsv3.1.0-RC1
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/branch-findbugs-hadoop-hdds_container-service-warnings.html
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-mvninstall-hadoop-ozone_integration-test.txt
compilehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-compile-root.txt
cchttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-compile-root.txt
javachttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-compile-root.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-findbugs-hadoop-hdds_common.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-findbugs-hadoop-hdds_container-service.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-findbugs-hadoop-hdds_server-scm.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-findbugs-hadoop-ozone_common.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-findbugs-hadoop-ozone_ozone-manager.txt
javadochttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-javadoc-hadoop-hdds_common.txt
javadochttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-javadoc-hadoop-hdds_container-service.txt
javadochttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-javadoc-hadoop-hdds_server-scm.txt
javadochttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-javadoc-hadoop-ozone_common.txt
javadochttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-javadoc-hadoop-ozone_dist.txt
javadochttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-javadoc-hadoop-ozone_integration-test.txt
javadochttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-javadoc-hadoop-ozone_ozone-manager.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-unit-hadoop-hdds_common.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-unit-hadoop-hdds_container-service.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-unit-hadoop-hdds_server-scm.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-unit-hadoop-ozone_common.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-unit-hadoop-ozone_dist.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/testReport/
Max. process+thread count398 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/22/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec24Docker mode activated.
_ Prechecks _
0yamllint0yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 25 new or modified test files.
_ trunk Compile Tests _
0mvndep22Maven dependency ordering for branch
+1mvninstall978trunk passed
+1compile920trunk passed
+1checkstyle192trunk passed
-1mvnsite41container-service in trunk failed.
-1mvnsite43server-scm in trunk failed.
-1mvnsite41integration-test in trunk failed.
-1mvnsite37ozone-manager in trunk failed.
+1shadedclient1218branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs35container-service in trunk failed.
-1findbugs36server-scm in trunk failed.
-1findbugs36ozone-manager in trunk failed.
+1javadoc263trunk passed
_ Patch Compile Tests _
0mvndep24Maven dependency ordering for patch
-1mvninstall19dist in the patch failed.
+1compile893the patch passed
+1cc893the patch passed
+1javac893the patch passed
+1checkstyle186the patch passed
+1mvnsite308the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient682patch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
-1findbugs91hadoop-hdds/common generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1javadoc261the patch passed
_ Other Tests _
+1unit87common in the patch passed.
-1unit72container-service in the patch failed.
-1unit93server-scm in the patch failed.
+1unit49common in the patch passed.
+1unit21dist in the patch passed.
-1unit261integration-test in the patch failed.
+1unit43ozone-manager in the patch passed.
+1asflicense39The patch does not generate ASF License warnings.
7582
ReasonTests
FindBugsmodule:hadoop-hdds/common
Possible null pointer dereference of cert in org.apache.hadoop.hdds.security.x509.certificate.client.DefaultCertificateClient.loadAllCertificates() Dereferenced at DefaultCertificateClient.java:cert in org.apache.hadoop.hdds.security.x509.certificate.client.DefaultCertificateClient.loadAllCertificates() Dereferenced at DefaultCertificateClient.java:[line 130]
Failed junit testshadoop.hdds.scm.node.TestSCMNodeManager
hadoop.ozone.ozShell.TestOzoneDatanodeShell
hadoop.ozone.web.client.TestBuckets
hadoop.ozone.scm.TestSCMMXBean
hadoop.ozone.client.rpc.TestBCSID
hadoop.ozone.TestContainerStateMachineIdempotency
hadoop.ozone.om.TestOzoneManagerHA
hadoop.ozone.om.TestOzoneManagerConfiguration
hadoop.ozone.om.TestOmMetrics
hadoop.ozone.TestContainerOperations
hadoop.ozone.container.TestContainerReplication
hadoop.ozone.client.rpc.TestReadRetries
hadoop.ozone.om.TestOmAcls
hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient
hadoop.ozone.TestMiniOzoneCluster
hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics
hadoop.ozone.om.TestMultipleContainerReadWrite
hadoop.ozone.client.rpc.TestHybridPipelineOnDatanode
hadoop.hdds.scm.pipeline.TestPipelineClose
hadoop.ozone.container.ozoneimpl.TestOzoneContainer
hadoop.ozone.om.TestOMDbCheckpointServlet
hadoop.ozone.TestStorageContainerManager
hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean
hadoop.ozone.ozShell.TestOzoneShell
hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline
hadoop.ozone.om.TestScmChillMode
hadoop.ozone.web.TestOzoneVolumes
hadoop.ozone.client.rpc.TestOzoneAtRestEncryption
hadoop.ozone.web.TestOzoneWebAccess
hadoop.ozone.web.client.TestKeys
hadoop.ozone.web.client.TestVolume
hadoop.ozone.scm.TestGetCommittedBlockLengthAndPutKey
hadoop.ozone.web.TestOzoneRestWithMiniCluster
hadoop.ozone.om.TestOzoneManager
hadoop.ozone.om.TestContainerReportWithKeys
hadoop.hdds.scm.pipeline.TestNode2PipelineMap
hadoop.ozone.om.TestOmBlockVersioning
hadoop.ozone.client.rpc.TestOzoneRpcClient
hadoop.ozone.web.client.TestOzoneClient
hadoop.ozone.scm.node.TestSCMNodeMetrics
hadoop.ozone.om.TestOzoneManagerRestInterface
hadoop.ozone.scm.TestContainerSmallFile
hadoop.ozone.container.common.statemachine.commandhandler.TestDeleteContainerHandler
hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion
hadoop.ozone.client.rpc.TestSecureOzoneRpcClient
hadoop.ozone.scm.TestAllocateContainer
hadoop.ozone.client.rpc.TestContainerStateMachine
hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler
hadoop.ozone.om.TestOmInit
hadoop.ozone.web.client.TestKeysRatis
hadoop.ozone.ozShell.TestS3Shell
hadoop.ozone.scm.TestXceiverClientManager
hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis
hadoop.ozone.scm.TestXceiverClientMetrics
hadoop.hdds.scm.container.TestContainerStateManagerIntegration
hadoop.ozone.client.rpc.TestContainerStateMachineFailures
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux 5dd5f163a382 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 toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / 03f3c8a
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/branch-mvnsite-hadoop-hdds_container-service.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/branch-mvnsite-hadoop-hdds_server-scm.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/branch-mvnsite-hadoop-ozone_integration-test.txt
mvnsitehttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/branch-mvnsite-hadoop-ozone_ozone-manager.txt
findbugsv3.1.0-RC1
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
findbugshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/new-findbugs-hadoop-hdds_common.html
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/patch-unit-hadoop-hdds_container-service.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/patch-unit-hadoop-hdds_server-scm.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/testReport/
Max. process+thread count4491 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/21/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@hadoop-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
0reexec58Docker mode activated.
_ Prechecks _
0yamllint0yamllint was not available.
+1@author0The patch does not contain any @author tags.
+1test4tests0The patch appears to include 25 new or modified test files.
_ trunk Compile Tests _
0mvndep30Maven dependency ordering for branch
+1mvninstall1329trunk passed
+1compile1334trunk passed
+1checkstyle236trunk passed
+1mvnsite363trunk passed
+1shadedclient1431branch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
+1findbugs317trunk passed
+1javadoc283trunk passed
_ Patch Compile Tests _
0mvndep28Maven dependency ordering for patch
-1mvninstall19dist in the patch failed.
-1mvninstall28integration-test in the patch failed.
+1compile1258the patch passed
+1cc1258the patch passed
+1javac1258the patch passed
+1checkstyle259the patch passed
+1mvnsite359the patch passed
+1whitespace0The patch has no whitespace issues.
+1shadedclient771patch has no errors when building and testing our client artifacts.
0findbugs0Skipped patched modules with no Java source: hadoop-ozone/dist hadoop-ozone/integration-test
+1findbugs348the patch passed
+1javadoc246the patch passed
_ Other Tests _
+1unit105common in the patch passed.
+1unit86container-service in the patch passed.
+1unit128server-scm in the patch passed.
+1unit48common in the patch passed.
+1unit33dist in the patch passed.
-1unit1043integration-test in the patch failed.
+1unit73ozone-manager in the patch passed.
+1asflicense54The patch does not generate ASF License warnings.
10205
ReasonTests
Failed junit testshadoop.ozone.ozShell.TestOzoneShell
hadoop.ozone.client.rpc.TestFailureHandlingByClient
hadoop.ozone.om.TestScmChillMode
hadoop.ozone.client.rpc.TestBCSID
hadoop.ozone.om.TestOzoneManager
SubsystemReport/Notes
DockerClient=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-601/23/artifact/out/Dockerfile
GITHUB PR#601
Optional Testsdupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle cc yamllint
unameLinux 105276f79bfc 4.4.0-138-generic #164~14.04.1-Ubuntu SMP Fri Oct 5 08:56:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/hadoop.sh
git revisiontrunk / ae3a2c3
mavenversion: Apache Maven 3.3.9
Default Java1.8.0_191
findbugsv3.1.0-RC1
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/23/artifact/out/patch-mvninstall-hadoop-ozone_dist.txt
mvninstallhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/23/artifact/out/patch-mvninstall-hadoop-ozone_integration-test.txt
unithttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/23/artifact/out/patch-unit-hadoop-ozone_integration-test.txt
Test Resultshttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/23/testReport/
Max. process+thread count4074 (vs. ulimit of 5500)
modulesC: hadoop-hdds/common hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/common hadoop-ozone/dist hadoop-ozone/integration-test hadoop-ozone/ozone-manager U: .
Console outputhttps://builds.apache.org/job/hadoop-multibranch/job/PR-601/23/console
Powered byApache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@ajayydv
ajayydv merged commit f10d493 into apache:trunkMar 19, 2019
@ajayydv

Copy link
Copy Markdown
ContributorAuthor

@xiaoyuyao thanks for continuous reviews of this long patch. UT failures looks unrelated.

ajayydv added a commit that referenced this pull request Mar 19, 2019
…ion. Contributed by Ajay Kumar. (#601)
(cherry picked from commit f10d493)
@ajayydv
ajayydv deleted the HDDS-1119-2 branch March 21, 2019 22:28
shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
- Fix getSystemStreamMetadata in InMemoryManager to filter based on the system name on top of stream names
Author: Bharath Kumarasubramanian <bkumaras@linkedin.com>
Reviewers: Xinyu Liu <xinyuiscool@github.com>
Closesapache#601 from bharathkk/in-memory-fix
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ajayydv@hadoop-yetus@xiaoyuyao