You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "zhihai xu (JIRA)" <ji...@apache.org> on 2014/07/11 22:03:06 UTC

[jira] [Created] (MAPREDUCE-5968) Work directory is not deleted in DistCache if Exception happen in downloadCacheObject.

zhihai xu created MAPREDUCE-5968:
------------------------------------

             Summary: Work directory is not deleted in  DistCache if Exception happen in downloadCacheObject.
                 Key: MAPREDUCE-5968
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5968
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv1
            Reporter: zhihai xu
            Assignee: zhihai xu


Work directory is not deleted in  DistCache if Exception happen in downloadCacheObject. In downloadCacheObject, the cache file will be copied to temporarily work directory first, then the  work directory will be renamed to the final directory. If IOException happens during the copy, the 
 work directory will not be deleted. This will cause garbage data left in local disk cache. For example If the MR application use Distributed Cache to send a very large Archive/file(50G), if the disk is full during the copy, then the IOException will be triggered, the work directory will be not deleted or renamed and occupy a big chunk of disk space.





--
This message was sent by Atlassian JIRA
(v6.2#6252)