Parth Chandra created DRILL-1848:
------------------------------------
Summary: 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: Parth Chandra
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)