[ https://issues.apache.org/jira/browse/HDDS-1401?focusedWorklogId=224812&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-224812 ]
ASF GitHub Bot logged work on HDDS-1401: ---------------------------------------- Author: ASF GitHub Bot Created on: 09/Apr/19 08:13 Start Date: 09/Apr/19 08:13 Worklog Time Spent: 10m Work Description: hadoop-yetus commented on issue #708: HDDS-1401. Static ContainerCache in Datanodes can result in overwrite of container db. Contributed by Mukul Kumar Singh. URL: https://github.com/apache/hadoop/pull/708#issuecomment-481149624 :broken_heart: **-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 1 new or modified test files. | ||| _ trunk Compile Tests _ | | 0 | mvndep | 96 | Maven dependency ordering for branch | | +1 | mvninstall | 1116 | trunk passed | | +1 | compile | 975 | trunk passed | | +1 | checkstyle | 181 | trunk passed | | -1 | mvnsite | 41 | container-service in trunk failed. | | +1 | shadedclient | 983 | branch has no errors when building and testing our client artifacts. | | 0 | findbugs | 0 | Skipped patched modules with no Java source: hadoop-ozone/integration-test | | -1 | findbugs | 26 | container-service in trunk failed. | | +1 | javadoc | 80 | trunk passed | ||| _ Patch Compile Tests _ | | 0 | mvndep | 24 | Maven dependency ordering for patch | | -1 | mvninstall | 18 | container-service in the patch failed. | | +1 | compile | 976 | the patch passed | | +1 | javac | 976 | the patch passed | | +1 | checkstyle | 181 | the patch passed | | -1 | mvnsite | 26 | container-service in the patch failed. | | +1 | whitespace | 0 | The patch has no whitespace issues. | | +1 | shadedclient | 621 | patch has no errors when building and testing our client artifacts. | | 0 | findbugs | 0 | Skipped patched modules with no Java source: hadoop-ozone/integration-test | | -1 | findbugs | 27 | container-service in the patch failed. | | +1 | javadoc | 78 | the patch passed | ||| _ Other Tests _ | | -1 | unit | 28 | container-service in the patch failed. | | +1 | unit | 113 | server-scm in the patch passed. | | -1 | unit | 1211 | integration-test in the patch failed. | | +1 | asflicense | 47 | The patch does not generate ASF License warnings. | | | | 7098 | | | Reason | Tests | |-------:|:------| | Failed junit tests | hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline | | | hadoop.ozone.TestMiniChaosOzoneCluster | | Subsystem | Report/Notes | |----------:|:-------------| | Docker | Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-708/2/artifact/out/Dockerfile | | GITHUB PR | https://github.com/apache/hadoop/pull/708 | | Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle | | uname | Linux 81fbf94d3710 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 / 2d4f6b6 | | maven | version: Apache Maven 3.3.9 | | Default Java | 1.8.0_191 | | mvnsite | https://builds.apache.org/job/hadoop-multibranch/job/PR-708/2/artifact/out/branch-mvnsite-hadoop-hdds_container-service.txt | | findbugs | v3.1.0-RC1 | | findbugs | https://builds.apache.org/job/hadoop-multibranch/job/PR-708/2/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt | | mvninstall | https://builds.apache.org/job/hadoop-multibranch/job/PR-708/2/artifact/out/patch-mvninstall-hadoop-hdds_container-service.txt | | mvnsite | https://builds.apache.org/job/hadoop-multibranch/job/PR-708/2/artifact/out/patch-mvnsite-hadoop-hdds_container-service.txt | | findbugs | https://builds.apache.org/job/hadoop-multibranch/job/PR-708/2/artifact/out/patch-findbugs-hadoop-hdds_container-service.txt | | unit | https://builds.apache.org/job/hadoop-multibranch/job/PR-708/2/artifact/out/patch-unit-hadoop-hdds_container-service.txt | | unit | https://builds.apache.org/job/hadoop-multibranch/job/PR-708/2/artifact/out/patch-unit-hadoop-ozone_integration-test.txt | | Test Results | https://builds.apache.org/job/hadoop-multibranch/job/PR-708/2/testReport/ | | Max. process+thread count | 4818 (vs. ulimit of 5500) | | modules | C: hadoop-hdds/container-service hadoop-hdds/server-scm hadoop-ozone/integration-test U: . | | Console output | https://builds.apache.org/job/hadoop-multibranch/job/PR-708/2/console | | Powered by | Apache Yetus 0.9.0 http://yetus.apache.org | This message was automatically generated. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 224812) Time Spent: 0.5h (was: 20m) > Static ContainerCache in Datanodes can result in overwrite of container db > -------------------------------------------------------------------------- > > Key: HDDS-1401 > URL: https://issues.apache.org/jira/browse/HDDS-1401 > Project: Hadoop Distributed Data Store > Issue Type: Bug > Components: Ozone Datanode > Affects Versions: 0.3.0 > Reporter: Mukul Kumar Singh > Assignee: Mukul Kumar Singh > Priority: Blocker > Labels: MiniOzoneChaosCluster, pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > The datanodes use a static Container cache, and this container cache is key'd > using the container ID. > In a MiniOzoneCluster environment, this can lead to multiple container on > different datanodes to use the same rocksdb leading to inconsistency. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org