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 "Fang-Yu Rao (Jira)" <ji...@apache.org> on 2020/03/26 20:05:00 UTC

[jira] [Commented] (IMPALA-9550) TestResultSpoolingFetchSize.test_fetch is flaky

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

Fang-Yu Rao commented on IMPALA-9550:
-------------------------------------

We have encountered a very similar failed test at [https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/2036/testReport/junit/query_test.test_fetch/TestFetch/test_rows_sent_counters_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_/].

The error message is in the following.
{noformat}
query_test/test_fetch.py:50: in test_rows_sent_counters     self.wait_for_state(handle, self.client.QUERY_STATES['FINISHED'], 30) common/impala_test_suite.py:1085: in wait_for_state     self.wait_for_any_state(handle, [expected_state], timeout, client) common/impala_test_suite.py:1102: in wait_for_any_state     actual_state)) E   Timeout: query 5d4207c7795df850:ff64067100000000 did not reach one of the expected states [4], last known state 2
{noformat}
The stacktrace is in the following.
{noformat}
query_test/test_fetch.py:50: in test_rows_sent_counters
    self.wait_for_state(handle, self.client.QUERY_STATES['FINISHED'], 30)
common/impala_test_suite.py:1085: in wait_for_state
    self.wait_for_any_state(handle, [expected_state], timeout, client)
common/impala_test_suite.py:1102: in wait_for_any_state
    actual_state))
E   Timeout: query 5d4207c7795df850:ff64067100000000 did not reach one of the expected states [4], last known state 2
{noformat}

> TestResultSpoolingFetchSize.test_fetch is flaky
> -----------------------------------------------
>
>                 Key: IMPALA-9550
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9550
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Sahil Takiar
>            Assignee: Sahil Takiar
>            Priority: Major
>
> Looks like the timeout needs to be bumped up.
> {code}
> query_test.test_result_spooling.TestResultSpoolingFetchSize.test_fetch[fetch_size: 10000 | protocol: beeswax | exec_option: {'batch_size': 2048, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: parquet/none | wait_for_finished: True] (from pytest)
> Error Message
> query_test/test_result_spooling.py:292: in test_fetch     self.wait_for_state(handle, self.client.QUERY_STATES['FINISHED'], timeout) common/impala_test_suite.py:1085: in wait_for_state     self.wait_for_any_state(handle, [expected_state], timeout, client) common/impala_test_suite.py:1102: in wait_for_any_state     actual_state)) E   Timeout: query 424f02e1ff0912bc:37a5e6cb00000000 did not reach one of the expected states [4], last known state 2
> Stacktrace
> query_test/test_result_spooling.py:292: in test_fetch
>     self.wait_for_state(handle, self.client.QUERY_STATES['FINISHED'], timeout)
> common/impala_test_suite.py:1085: in wait_for_state
>     self.wait_for_any_state(handle, [expected_state], timeout, client)
> common/impala_test_suite.py:1102: in wait_for_any_state
>     actual_state))
> E   Timeout: query 424f02e1ff0912bc:37a5e6cb00000000 did not reach one of the expected states [4], last known state 2
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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