nandakumar131 opened a new 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]


With regards,
Apache Git Services

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

Reply via email to