hadoop/hadoop-common-project/hadoop-common
gardenia 8714403dc7
HADOOP-18621. Resource leak in CryptoOutputStream.close() (#5347)
When closing we need to wrap the flush() in a try .. finally, otherwise
when flush throws it will stop completion of the remainder of the
close activities and in particular the close of the underlying wrapped
stream object resulting in a resource leak.

Contributed by Colm Dougan
2023-02-07 12:01:57 +00:00
..
dev-support HADOOP-18442. Remove openstack support (#4855) 2022-10-06 11:49:38 +01:00
src HADOOP-18621. Resource leak in CryptoOutputStream.close() (#5347) 2023-02-07 12:01:57 +00:00
HadoopCommon.cmake HADOOP-17196. Fix C/C++ standard warnings (#2208) 2020-08-11 16:35:08 +09:00
HadoopJNI.cmake HDFS-13822. speedup libhdfs++ build (enable parallel build). Contributed by Allen Wittenauer and Pradeep Ambati 2018-08-17 12:25:36 -05:00
pom.xml HADOOP-18496. Upgrade okhttp3 and dependencies due to kotlin CVEs (#5035) 2022-11-12 14:14:19 +00:00