GitHub user HanumathRao opened a pull request:
https://github.com/apache/drill/pull/1120
DILL-6148: TestSortSpillWithException is sometimes failing.
I have changed the test case to use the EXTERNAL_SORT_MAX_MEMORY to
configure the sort operator to use less memory instead of relying on
MAX_QUERY_MEMORY_PER_NODE_KEY.
This way the test case passes all the time (it is failing intermittently in
my branch).
@paul-rogers can you please review this change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HanumathRao/drill DRILL-6148
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1120.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1120
----
commit 1d7798848c114c3ee1e50aef8a62ac37e4f5e596
Author: Hanumath Rao Maduri <hanu.ncr@...>
Date: 2018-02-09T22:13:04Z
DILL-6148: TestSortSpillWithException is sometimes failing.
----
---