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 "Jimmy Ouyang (JIRA)" <ji...@apache.org> on 2017/05/06 04:16:04 UTC

[jira] [Created] (HADOOP-14392) Memory leak issue in Zlib compressor

Jimmy Ouyang created HADOOP-14392:
-------------------------------------

             Summary: Memory leak issue in Zlib compressor
                 Key: HADOOP-14392
                 URL: https://issues.apache.org/jira/browse/HADOOP-14392
             Project: Hadoop Common
          Issue Type: Bug
          Components: common
    Affects Versions: 3.0.0-alpha2, 3.0.0-alpha1, 2.6.0
            Reporter: Jimmy Ouyang
            Priority: Critical


While using Hadoop-2.6.0 and Hadoop-3.0, we noticed in hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/CompressorStream.java, there is memory leak due to missing calls to compressor.end() in function close(). compressor.end() function calls zlib native function deflateEnd(), in which zlib buffers are freed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org