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 "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/08/29 12:45:01 UTC

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

    [ https://issues.apache.org/jira/browse/IMPALA-8902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16918574#comment-16918574 ] 

ASF subversion and git services commented on IMPALA-8902:
---------------------------------------------------------

Commit 4e23a529cbfee753298ca5437e9ed511554faedb in impala's branch refs/heads/master from Sahil Takiar
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=4e23a52 ]

IMPALA-8902: Bump timeout in test_result_spooling:::test_spilling

De-flake test_result_spooling.py::TestResultSpooling::test_spilling.
Bump up the timeout that controls how long the test waits for result
spooling to start spilling to disk (detected by the presence of
PeakUnpinnedBytes in the PLAN_ROOT_SINK section of the runtime profile).

Testing:
* Looped TestResultSpooling::test_spilling on an ASAN build for an hour
without any failure.

Change-Id: Iabac8d7273735079dca48a1e0ecd4f341ea690a0
Reviewed-on: http://gerrit.cloudera.org:8080/14155
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> 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
>            Priority: Critical
>
> 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;
> {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