Ted Yu created HDFS-5721:
----------------------------

             Summary: 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: Bug
            Reporter: Ted Yu
            Priority: Minor


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)

Reply via email to