You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Hari Shreedharan (JIRA)" <ji...@apache.org> on 2014/06/27 01:05:26 UTC

[jira] [Created] (FLUME-2416) Use CodecPool in compressed stream to prevent leak of direct buffers

Hari Shreedharan created FLUME-2416:
---------------------------------------

             Summary: Use CodecPool in compressed stream to prevent leak of direct buffers
                 Key: FLUME-2416
                 URL: https://issues.apache.org/jira/browse/FLUME-2416
             Project: Flume
          Issue Type: Bug
            Reporter: Hari Shreedharan
            Assignee: Hari Shreedharan
         Attachments: FLUME-2416.patch

Even though they may no longer be references, Java only cleans up direct buffers on full gc. If there is enough heap available, a full GC is never hit and these buffers are leaked. Hadoop keeps creating new compressors instead of using the pools causing a leak - which is a bug in itself which is being addressed by HADOOP-10591



--
This message was sent by Atlassian JIRA
(v6.2#6252)