You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Xinran Tinney (JIRA)" <ji...@apache.org> on 2018/01/10 21:36:02 UTC

[jira] [Created] (IMPALA-6382) Impalad crashes on SELECT query when spill buffer is set on certain values

Xinran Tinney created IMPALA-6382:
-------------------------------------

             Summary: Impalad crashes on SELECT query when spill buffer is set on certain values
                 Key: IMPALA-6382
                 URL: https://issues.apache.org/jira/browse/IMPALA-6382
             Project: IMPALA
          Issue Type: Bug
         Environment: Impala mini cluster
            Reporter: Xinran Tinney


After starting the minicluster and run bin/impala-shell.sh, do 
set MIN_SPILLABLE_BUFFER_SIZE= 4611686018427387904;
set DEFAULT_SPILLABLE_BUFFER_SIZE=4611686018427387904;
use tpch;
select distinct l_comment from lineitem;
then impalad is crashed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)