-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.23.0
-
Fix Version/s: 2.8.0, 3.0.0-alpha2
-
Component/s: None
-
Labels:None
-
Hadoop Flags:Reviewed
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.
- relates to
-
HDFS-1753 Resource Leak in org.apache.hadoop.hdfs.server.namenode.StreamFile
-
- Resolved
-