You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/01/31 00:56:09 UTC

[jira] [Created] (HADOOP-10316) HadoopArchives#HArchiveInputFormat#getSplits() should check reader against null before calling close()

Ted Yu created HADOOP-10316:
-------------------------------

             Summary: HadoopArchives#HArchiveInputFormat#getSplits() should check reader against null before calling close()
                 Key: HADOOP-10316
                 URL: https://issues.apache.org/jira/browse/HADOOP-10316
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


Around line 267:
{code}
      finally { 
        reader.close();
      }
{code}
reader should be checked against null



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)