You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Attila Jeges (Jira)" <ji...@apache.org> on 2019/08/28 08:54:00 UTC

[jira] [Created] (IMPALA-8902) TestResultSpooling,test_spilling is flaky

Attila Jeges created IMPALA-8902:
------------------------------------

             Summary: TestResultSpooling,test_spilling is flaky
                 Key: IMPALA-8902
                 URL: https://issues.apache.org/jira/browse/IMPALA-8902
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 3.4.0
            Reporter: Attila Jeges
            Assignee: Sahil Takiar


Error: 
{code:java}
17:45:10 FAIL query_test/test_result_spooling.py::TestResultSpooling::()::test_spilling[protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none]
17:45:10 =================================== FAILURES ===================================
17:45:10  TestResultSpooling.test_spilling[protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none] 
17:45:10 [gw1] linux2 -- Python 2.7.5 /data/jenkins/workspace/impala-cdpd-master-core-asan/repos/Impala/bin/../infra/python/env/bin/python
17:45:10 query_test/test_result_spooling.py:104: in test_spilling
17:45:10     .format(query, timeout))
17:45:10 E   Timeout: Query select * from functional.alltypes order by id limit 1500 did not spill spooled results within the timeout 10
17:45:10 ----------------------------- Captured stderr call -----------------------------
17:45:10 SET client_identifier=query_test/test_result_spooling.py::TestResultSpooling::()::test_spilling[protocol:beeswax|exec_option:{'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_threshold':0}|table_f;
17:45:10 SET min_spillable_buffer_size=8192;
17:45:10 SET batch_size=0;
17:45:10 SET num_nodes=0;
17:45:10 SET disable_codegen_rows_threshold=0;
17:45:10 SET disable_codegen=False;
17:45:10 SET abort_on_error=1;
17:45:10 SET default_spillable_buffer_size=8192;
17:45:10 SET max_result_spooling_mem=32768;
17:45:10 SET exec_single_node_rows_threshold=0;
17:45:10 -- executing against localhost:21000
17:45:10 
17:45:10 select * from functional.alltypes order by id limit 1500;
17:45:10 
17:45:10 -- 2019-08-27 00:58:40,149 INFO     MainThread: Started query d34400c9fdc36300:45693c2a00000000
17:45:10 SET client_identifier=query_test/test_result_spooling.py::TestResultSpooling::()::test_spilling[protocol:beeswax|exec_option:{'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_threshold':0}|table_f;
17:45:10 SET spool_query_results=true;
17:45:10 SET min_spillable_buffer_size=8192;
17:45:10 SET batch_size=0;
17:45:10 SET num_nodes=0;
17:45:10 SET disable_codegen_rows_threshold=0;
17:45:10 SET disable_codegen=False;
17:45:10 SET abort_on_error=1;
17:45:10 SET default_spillable_buffer_size=8192;
17:45:10 SET max_result_spooling_mem=32768;
17:45:10 SET exec_single_node_rows_threshold=0;
17:45:10 -- executing async: localhost:21000
17:45:10 
17:45:10 select * from functional.alltypes order by id limit 1500;
17:45:10 
{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org