Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
-
-
Reviewed
Description
DistCp wraps the InputStream for each input file it reads in an instance of ThrottledInputStream. This class does not close the wrapped InputStream. RetriableFileCopyCommand guarantees that the ThrottledInputStream gets closed, but without closing the underlying wrapped stream, it still leaks a file handle.
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-4601 DistCp's ThrottledInputStream leaks.
- Resolved
- relates to
-
MAPREDUCE-4401 Enhancements to MapReduce for Windows Server and Windows Azure development and runtime environments
- Resolved