You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Aaron T. Myers (JIRA)" <ji...@apache.org> on 2011/07/06 20:16:16 UTC

[jira] [Created] (HDFS-2132) Potential resource leak in EditLogFileOutputStream.close

Potential resource leak in EditLogFileOutputStream.close
--------------------------------------------------------

                 Key: HDFS-2132
                 URL: https://issues.apache.org/jira/browse/HDFS-2132
             Project: Hadoop HDFS
          Issue Type: Bug
    Affects Versions: 0.23.0
            Reporter: Aaron T. Myers


{{EditLogFileOutputStream.close(...)}} sequentially closes a series of underlying resources. If any of the calls to {{close()}} throw before the last one, the later resources will never be closed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira