You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Parth Chandra (JIRA)" <ji...@apache.org> on 2014/12/18 08:29:13 UTC

[jira] [Comment Edited] (DRILL-1848) Query involving external sort runs out of memory

    [ https://issues.apache.org/jira/browse/DRILL-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249064#comment-14249064 ] 

Parth Chandra edited comment on DRILL-1848 at 12/18/14 7:29 AM:
----------------------------------------------------------------

[~sphillips] Steven can you review DRILL-1848-2.patch?


was (Author: parthc):
Steven can you review DRILL-1848-2.patch?

> Query involving external sort runs out of memory 
> -------------------------------------------------
>
>                 Key: DRILL-1848
>                 URL: https://issues.apache.org/jira/browse/DRILL-1848
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Parth Chandra
>            Assignee: Steven Phillips
>             Fix For: 0.7.0
>
>         Attachments: DRILL-1848-2.patch, DRILL-1848.patch
>
>
> The external sort operator has a memory limit based on, among other things, the MAX_QUERY_MEMORY_PER_NODE constant. This constant is 2048 and it is assumed the caller will multiply by the appropriate factor to get the number of bytes.
> The setting for external sort is not doing so.
> It is better to fix the constant to specify the exact value in bytes.



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