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 "Haohui Mai (JIRA)" <ji...@apache.org> on 2015/08/20 01:21:46 UTC

[jira] [Resolved] (HDFS-6290) File is not closed in OfflineImageViewerPB#run()

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

Haohui Mai resolved HDFS-6290.
------------------------------
    Resolution: Won't Fix

I don't think this is worth fixing as the life cycle of the file closely matches the life cycle of the process. The file will be automatically closed when the process exits.

> File is not closed in OfflineImageViewerPB#run()
> ------------------------------------------------
>
>                 Key: HDFS-6290
>                 URL: https://issues.apache.org/jira/browse/HDFS-6290
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: tools
>            Reporter: Ted Yu
>            Priority: Minor
>
> {code}
>       } else if (processor.equals("XML")) {
>         new PBImageXmlWriter(conf, out).visit(new RandomAccessFile(inputFile,
>             "r"));
> {code}
> The RandomAccessFile instance should be closed before the method returns.



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