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 "Haohui Mai (JIRA)" <ji...@apache.org> on 2015/11/23 03:51:11 UTC

[jira] [Updated] (HADOOP-10362) Closing of Reader in HadoopArchives#HArchiveInputFormat#getSplits() should check against null

     [ https://issues.apache.org/jira/browse/HADOOP-10362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Haohui Mai updated HADOOP-10362:
--------------------------------
    Resolution: Duplicate
        Status: Resolved  (was: Patch Available)

This is fixed by HADOOP-11529. Closing as duplicate

> Closing of Reader in HadoopArchives#HArchiveInputFormat#getSplits() should check against null
> ---------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-10362
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10362
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>              Labels: BB2015-05-TBR
>         Attachments: HADOOP-10362.patch
>
>
> {code}
>       try {
>         reader = new SequenceFile.Reader(fs, src, jconf);
> ...
>       finally {
>         reader.close();
>       }
> {code}
> If Reader ctor throws exception, the close() method would be called on null object.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)