[ 
https://issues.apache.org/jira/browse/HADOOP-10364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15682473#comment-15682473
 ] 

Sanghyun Yun commented on HADOOP-10364:
---------------------------------------

[~wheat9], I want to attach an advanced patch, but I can't find "Attach Files" 
button. 
Could you assign this issue to me?


> 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
>              Labels: BB2015-05-TBR
>         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)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to