[
https://issues.apache.org/jira/browse/HADOOP-10316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220837#comment-15220837
]
Demetrios Dimatos commented on HADOOP-10316:
--------------------------------------------
This is and old JIRA (over 2 years old) , in version 2.7.2 there is no snippet
of code that is does a finally and closes a reader.
> 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.3.4#6332)