You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Sean Hsuan-Yi Chu (JIRA)" <ji...@apache.org> on 2015/05/13 23:29:59 UTC

[jira] [Created] (DRILL-3065) Memory Leak at ExternalSortBatch

Sean Hsuan-Yi Chu created DRILL-3065:
----------------------------------------

             Summary: Memory Leak at ExternalSortBatch
                 Key: DRILL-3065
                 URL: https://issues.apache.org/jira/browse/DRILL-3065
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Relational Operators
            Reporter: Sean Hsuan-Yi Chu
            Assignee: Sean Hsuan-Yi Chu
            Priority: Critical


This issue would rise if a RuntimeException is injected after mSorter is created but before it does its sort job

{code}
mSorter.setup(context, oContext.getAllocator(), getSelectionVector4(), this.container);
injector.injectUnchecked(context.getExecutionControls(), "priorSort");
mSorter.sort(this.container);
{code}



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