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

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

                Author: ASF GitHub Bot
            Created on: 10/Apr/19 19:09
            Start Date: 10/Apr/19 19:09
    Worklog Time Spent: 10m 
      Work Description: nandakumar131 commented on pull request #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
 
 
   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 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: 225789)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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: 10m
>  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