You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2015/05/15 02:13:59 UTC

[jira] [Created] (DRILL-3092) Memory leak when an allocation fails near the creation of a RecordBatchData object

Jason Altekruse created DRILL-3092:
--------------------------------------

             Summary: Memory leak when an allocation fails near the creation of a RecordBatchData object
                 Key: DRILL-3092
                 URL: https://issues.apache.org/jira/browse/DRILL-3092
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Jason Altekruse
            Assignee: Jason Altekruse


A number of locations in the code need try/finally blocks around the code that interacts with the buffers stored in a RecordBatchData object. Runtime exceptions (like running out of memory) in these code blocks can cause buffers to leak.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)