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/11/24 01:39:00 UTC

[jira] [Comment Edited] (IMPALA-9833) query_test.test_observability.TestQueryStates.test_error_query_state is flaky

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

Fang-Yu Rao edited comment on IMPALA-9833 at 11/24/20, 1:38 AM:
----------------------------------------------------------------

I encountered the issue again. I attached the corresponding console output and the excerpted logs from impalad here. The same files are also attached at IMPALA-10352.

Specifically, according to the attached console output, the test started to execute at 17:58:34 and failed at 18:03:34 (after 300 seconds have passed).
{noformat}
17:58:34 query_test/test_observability.py::TestQueryStates::test_error_query_state
18:03:34 [gw3] FAILED query_test/test_observability.py::TestQueryStates::test_error_query_state
{noformat}
In the corresponding log of impalad, we have the following entry, we found the following entry corresponding to the executed query.
{noformat}
I1122 17:58:34.133029 10914 coordinator.cc:148] a849da33d0fd09b9:eb891b0e00000000] Exec() query_id=a849da33d0fd09b9:eb891b0e00000000 stmt=select * from functional.alltypes limit 10
{noformat}
Using the query id ({{a849da33d0fd09b9:eb891b0e00000000}}), I excerpted the log entries between the time this query was registered and this query was deleted and then attached those log entries.

Let me know if other log files are needed. It looks like I can only find the occurrences of {{a849da33d0fd09b9:eb891b0e00000000}} (the query id) in the log file from which I excerpted those log entries.



was (Author: fangyurao):
I encountered the issue again. I attached the corresponding console output and the excerpted logs from impalad here. The same files are also attached at IMPALA-10352.


> query_test.test_observability.TestQueryStates.test_error_query_state is flaky
> -----------------------------------------------------------------------------
>
>                 Key: IMPALA-9833
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9833
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 4.0
>            Reporter: Xiaomeng Zhang
>            Assignee: Quanlong Huang
>            Priority: Major
>             Fix For: Impala 4.0
>
>         Attachments: consoleFull_impala-cdpd-master-exhaustive-release.txt, impalad_excerpted.INFO.zip
>
>
> [https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/2521/testReport/junit/query_test.test_observability/TestQueryStates/test_error_query_state/]
> It seems the test could not get query profile after retries in 30s.
> {code:java}
> Stacktracequery_test/test_observability.py:777: in test_error_query_state
>     lambda: self.client.get_runtime_profile(handle))
> common/impala_test_suite.py:1120: in assert_eventually
>     count, timeout_s, error_msg_str))
> E   Timeout: Check failed to return True after 30 tries and 30 seconds error message: Query (id=fe45e8bfd138acd3:c67a379600000000)
> {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