[
https://issues.apache.org/jira/browse/HDFS-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Junping Du updated HDFS-5721:
-----------------------------
Issue Type: Improvement (was: Bug)
> sharedEditsImage in Namenode#initializeSharedEdits() should be closed before
> method returns
> -------------------------------------------------------------------------------------------
>
> Key: HDFS-5721
> URL: https://issues.apache.org/jira/browse/HDFS-5721
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Minor
> Attachments: hdfs-5721-v1.txt, hdfs-5721-v2.txt, hdfs-5721-v3.txt
>
>
> At line 901:
> {code}
> FSImage sharedEditsImage = new FSImage(conf,
> Lists.<URI>newArrayList(),
> sharedEditsDirs);
> {code}
> sharedEditsImage is not closed before the method returns.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)