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/04/10 22:38:13 UTC

[jira] [Updated] (DRILL-2757) Verify sort spill and other operators correctly handle low memory conditions and cancellations

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

Chris Westin updated DRILL-2757:
--------------------------------
    Description: 
Check that the path through sort that notices low memory conditions and causes the sort to spill ("out of memory condition management").

Also check to make sure we handle queries and fragment failures properly under these conditions.

"hashjoin, hashagg, and topn use large amounts of memory,and may be unable to
complete if their memory needs can't be met; for all others, the idea is that they can complete if they get their reservation"


  was:
Check that the path through sort that notices low memory conditions and causes the sort to spill ("out of memory condition management").

Also check to make sure we handle queries and fragment failures properly under these conditions.



> Verify sort spill and other operators correctly handle low memory conditions and cancellations
> ----------------------------------------------------------------------------------------------
>
>                 Key: DRILL-2757
>                 URL: https://issues.apache.org/jira/browse/DRILL-2757
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow, Execution - Relational Operators
>    Affects Versions: 0.8.0
>            Reporter: Chris Westin
>            Assignee: Chris Westin
>             Fix For: 1.0.0
>
>
> Check that the path through sort that notices low memory conditions and causes the sort to spill ("out of memory condition management").
> Also check to make sure we handle queries and fragment failures properly under these conditions.
> "hashjoin, hashagg, and topn use large amounts of memory,and may be unable to
> complete if their memory needs can't be met; for all others, the idea is that they can complete if they get their reservation"



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