You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2015/05/18 20:33:00 UTC

[jira] [Created] (DRILL-3133) MergingRecordBatch can leak memory if query is canceled before batches in rawBatches were loaded

Deneche A. Hakim created DRILL-3133:
---------------------------------------

             Summary: MergingRecordBatch can leak memory if query is canceled before batches in rawBatches were loaded
                 Key: DRILL-3133
                 URL: https://issues.apache.org/jira/browse/DRILL-3133
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Deneche A. Hakim
            Assignee: Deneche A. Hakim
             Fix For: 1.1.0


MergingRecordBatch stores batches in an array list before loading them with RecordBatchLoader. If the query is canceled before all received batches are loaded, some of the batches won't be cleaned up.



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