You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/02/25 06:37:19 UTC

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

Ted Yu created HADOOP-10364:
-------------------------------

             Summary: 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
            Reporter: Ted Yu


{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.1.5#6160)