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

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

     [ https://issues.apache.org/jira/browse/DRILL-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Westin updated DRILL-3065:
--------------------------------
    Fix Version/s: 1.0.0

> 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
>             Fix For: 1.0.0
>
>
> 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)