You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2017/02/15 00:20:41 UTC

[jira] [Created] (DRILL-5265) External Sort consumes more memory than allocated

Rahul Challapalli created DRILL-5265:
----------------------------------------

             Summary: External Sort consumes more memory than allocated
                 Key: DRILL-5265
                 URL: https://issues.apache.org/jira/browse/DRILL-5265
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Rahul Challapalli


git.commit.id.abbrev=300e934

Based on the profile for the below query, the external sort has a peak memory usage of ~126MB when only ~100MB was allocated 
{code}
alter session set `planner.memory.max_query_memory_per_node` = 104857600;
alter session set `planner.width.max_per_node` = 1;
select * from dfs.`/drill/testdata/md1362` order by c_email_address;
{code}

I attached the profile and the log files



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)