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 "Quanlong Huang (Jira)" <ji...@apache.org> on 2021/08/26 23:57:00 UTC

[jira] [Reopened] (IMPALA-10004) test_query_cancellation_during_wait_to_finish seems flaky

     [ https://issues.apache.org/jira/browse/IMPALA-10004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Quanlong Huang reopened IMPALA-10004:
-------------------------------------

Saw this again in an ASAN build: 
Stacktrace
{code}
/data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/tests/shell/test_shell_commandline.py:416: in test_query_cancellation_during_wait_to_finish
    self.run_and_verify_query_cancellation_test(vector, stmt, "RUNNING")
/data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/tests/shell/test_shell_commandline.py:424: in run_and_verify_query_cancellation_test
    wait_for_query_state(vector, stmt, cancel_at_state)
/data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/tests/shell/util.py:330: in wait_for_query_state
    raise Exception(exc_text)
E   Exception: The found in flight query is not the one under test: set all
{code}
Standard Output
{code}
{u'stmt_type': u'SET', u'resource_pool': u'', u'waiting': True, u'last_event': u'Unregister query', u'start_time': u'2021-08-25 23:12:00.409369000', u'rows_fetched': 135, u'stmt': u'set all', u'executing': False, u'state': u'FINISHED', u'query_id': u'60482a263dfa2a93:2365167900000000', u'end_time': u'2021-08-25 23:12:00.422347000', u'duration': u'12.978ms', u'progress': u'N/A', u'effective_user': u'jenkins', u'default_db': u'default', u'waiting_time': u'4ms'}
{code}
Standard Error
{code}
-- 2021-08-25 23:12:00,422 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
{code}

> test_query_cancellation_during_wait_to_finish seems flaky
> ---------------------------------------------------------
>
>                 Key: IMPALA-10004
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10004
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Fang-Yu Rao
>            Assignee: Gabor Kaszab
>            Priority: Critical
>              Labels: broken-build, flaky
>             Fix For: Not Applicable
>
>
> The test of [test_query_cancellation_during_wait_to_finish|https://github.com/apache/impala/blob/master/tests/shell/test_shell_commandline.py#L395-L403] failed in a recent build with the following error message.
> {code:java}
> Exception: The found in flight query is not the one under test: set all
> {code}
> The error message was produced at [https://github.com/apache/impala/blame/master/tests/shell/test_shell_commandline.py#L418] in {{wait_for_query_state()}}, which is authored by [~gaborkaszab]. Maybe you could offer some insight into it? Assign the JIRA to you for now but please feel free to assign it to other as you see appropriate. Tagged [~tarmstrong]  here since Tim also helped with reviewing the patch ([https://gerrit.cloudera.org/c/8713/]). Thanks!
>  



--
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