[ 
https://issues.apache.org/jira/browse/HDDS-1417?focusedWorklogId=225825&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-225825
 ]

ASF GitHub Bot logged work on HDDS-1417:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Apr/19 20:17
            Start Date: 10/Apr/19 20:17
    Worklog Time Spent: 10m 
      Work Description: hadoop-yetus commented on issue #721: HDDS-1417. After 
successfully importing a container, datanode should delete the container tar.gz 
file from working directory.
URL: https://github.com/apache/hadoop/pull/721#issuecomment-481845801
 
 
   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | 0 | reexec | 24 | Docker mode activated. |
   ||| _ Prechecks _ |
   | +1 | @author | 0 | The patch does not contain any @author tags. |
   | -1 | test4tests | 0 | The patch doesn't appear to include any new or 
modified tests.  Please justify why no new tests are needed for this patch. 
Also please list what manual steps were performed to verify this patch. |
   ||| _ trunk Compile Tests _ |
   | +1 | mvninstall | 1007 | trunk passed |
   | +1 | compile | 32 | trunk passed |
   | +1 | checkstyle | 16 | trunk passed |
   | +1 | mvnsite | 34 | trunk passed |
   | +1 | shadedclient | 649 | branch has no errors when building and testing 
our client artifacts. |
   | +1 | findbugs | 47 | trunk passed |
   | +1 | javadoc | 24 | trunk passed |
   ||| _ Patch Compile Tests _ |
   | +1 | mvninstall | 36 | the patch passed |
   | +1 | compile | 27 | the patch passed |
   | +1 | javac | 27 | the patch passed |
   | +1 | checkstyle | 15 | the patch passed |
   | +1 | mvnsite | 31 | the patch passed |
   | +1 | whitespace | 0 | The patch has no whitespace issues. |
   | +1 | shadedclient | 750 | patch has no errors when building and testing 
our client artifacts. |
   | +1 | findbugs | 53 | the patch passed |
   | +1 | javadoc | 27 | the patch passed |
   ||| _ Other Tests _ |
   | -1 | unit | 67 | container-service in the patch failed. |
   | +1 | asflicense | 27 | The patch does not generate ASF License warnings. |
   | | | 2956 | |
   
   
   | Reason | Tests |
   |-------:|:------|
   | Failed junit tests | 
hadoop.ozone.container.common.TestDatanodeStateMachine |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | Client=17.05.0-ce Server=17.05.0-ce base: 
https://builds.apache.org/job/hadoop-multibranch/job/PR-721/2/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/721 |
   | Optional Tests |  dupname  asflicense  compile  javac  javadoc  mvninstall 
 mvnsite  unit  shadedclient  findbugs  checkstyle  |
   | uname | Linux 9d9b42961e3b 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 / 813cee1 |
   | 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-721/2/artifact/out/patch-unit-hadoop-hdds_container-service.txt
 |
   |  Test Results | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-721/2/testReport/ |
   | Max. process+thread count | 465 (vs. ulimit of 5500) |
   | modules | C: hadoop-hdds/container-service U: 
hadoop-hdds/container-service |
   | Console output | 
https://builds.apache.org/job/hadoop-multibranch/job/PR-721/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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 225825)
    Time Spent: 0.5h  (was: 20m)

> After successfully importing a container, datanode should delete the 
> container tar.gz file from working directory
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: HDDS-1417
>                 URL: https://issues.apache.org/jira/browse/HDDS-1417
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: Ozone Datanode
>    Affects Versions: 0.3.0
>            Reporter: Sandeep Nemuri
>            Assignee: Nanda kumar
>            Priority: Blocker
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Whenever we want to replicate or copy a container from one datanode to 
> another, we compress the container data and create a tar.gz file. This tar 
> file is then copied from source datanode to destination datanode. In 
> destination, we use a temporary working directory where this tar file is 
> copied. Once the copying is complete we import the container. After importing 
> the container we no longer need the tar file in the working directory of 
> destination datanode, this has to be deleted.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to