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 "Sanghyun Yun (JIRA)" <ji...@apache.org> on 2014/09/01 04:34:21 UTC

[jira] [Updated] (HADOOP-10364) JsonGenerator in Configuration#dumpConfiguration() is not closed

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

Sanghyun Yun updated HADOOP-10364:
----------------------------------
    Attachment: HADOOP-10364.2.patch

[~ozawa] Thanks for your review! I added try-finally block and modified code using IOUtils.cleanup() method.

> JsonGenerator in Configuration#dumpConfiguration() is not closed
> ----------------------------------------------------------------
>
>                 Key: HADOOP-10364
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10364
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: conf
>            Reporter: Ted Yu
>         Attachments: HADOOP-10364.2.patch, HADOOP-10364.patch
>
>
> {code}
>     JsonGenerator dumpGenerator = dumpFactory.createJsonGenerator(out);
> {code}
> dumpGenerator is not closed in Configuration#dumpConfiguration()
> Looking at the source code of org.codehaus.jackson.impl.WriterBasedGenerator#close(), there is more than flushing the buffer.



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