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

Ted Yu updated HDFS-6290:
-------------------------
    Description: 
{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.

  was:
{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.


> 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)

Reply via email to