[ 
https://issues.apache.org/jira/browse/HDFS-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006964#comment-13006964
 ] 

Uma Maheswara Rao G commented on HDFS-1752:
-------------------------------------------

Since loadEdits already hanlded stream close. So need no handle this.

> Chance of Resource Leak in org.apache.hadoop.hdfs.server.namenode.FsImage.
> --------------------------------------------------------------------------
>
>                 Key: HDFS-1752
>                 URL: https://issues.apache.org/jira/browse/HDFS-1752
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: name-node
>         Environment: Linux
>            Reporter: Uma Maheswara Rao G
>            Priority: Minor
>
> In loadFSEdits method,
> 1) EditLogFileInputStream edits = new 
> EditLogFileInputStream(NNStorage.getStorageFile(sd, NameNodeFile.EDITS));
> numEdits = loader.loadFSEdits(edits);
> edits.close(); 
> 2) edits = new EditLogFileInputStream(editsNew);
> numEdits += loader.loadFSEdits(edits);
> edits.close();
> Here if loadFSEdits throws exception then close will not be executed.
>  

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

Reply via email to