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 "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2012/05/04 20:02:48 UTC

[jira] [Created] (HDFS-3371) EditLogFileInputStream: be more careful about closing streams when we're done with them.

Colin Patrick McCabe created HDFS-3371:
------------------------------------------

             Summary: EditLogFileInputStream: be more careful about closing streams when we're done with them.
                 Key: HDFS-3371
                 URL: https://issues.apache.org/jira/browse/HDFS-3371
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Colin Patrick McCabe
            Assignee: Colin Patrick McCabe
            Priority: Minor


EditLogFileInputStream#EditLogFileInputStream should be more careful about closing streams when there is an exception thrown.  Also, EditLogFileInputStream#close should close all of the streams we opened in the constructor, not just one of them (although the file-backed one is probably the most important).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira