Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.23.0
-
None
-
None
-
Reviewed
Description
BinaryProtocol$TeeOutputStream.java
public void close() throws IOException { flush(); file.close(); out.close(); }
In the above code, if the file.close() throws any exception out will not be closed.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-1753 Resource Leak in org.apache.hadoop.hdfs.server.namenode.StreamFile
- Resolved