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 "Ted Yu (JIRA)" <ji...@apache.org> on 2014/01/06 18:51:51 UTC

[jira] [Created] (HDFS-5721) sharedEditsImage in Namenode#initializeSharedEdits() should be closed before method returns

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)