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

Aaron Kimball updated HADOOP-6754:
----------------------------------

    Attachment: HADOOP-6754.patch

If this method should not be called, and there is a preferred method, then this 
one should at least log a warning informing the user that he's calling a bad 
API. Attached is a patch which explains the situation.

No new tests because this does not modify the underlying behavior of the system.

> DefaultCodec.createOutputStream() leaks memory
> ----------------------------------------------
>
>                 Key: HADOOP-6754
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6754
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: io
>            Reporter: Aaron Kimball
>         Attachments: CompressionBug.java, HADOOP-6754.patch
>
>
> DefaultCodec.createOutputStream() creates a new Compressor instance in each 
> OutputStream. Even if the OutputStream is closed, this leaks memory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to