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 "Tamas Mate (Jira)" <ji...@apache.org> on 2023/01/08 09:33:00 UTC

[jira] [Created] (IMPALA-11830) Flaky TestQueryRetries tests

Tamas Mate created IMPALA-11830:
-----------------------------------

             Summary: Flaky TestQueryRetries tests
                 Key: IMPALA-11830
                 URL: https://issues.apache.org/jira/browse/IMPALA-11830
             Project: IMPALA
          Issue Type: Test
    Affects Versions: Impala 4.3.0
            Reporter: Tamas Mate


Recently two query retries test have been failing:
h4. TestQueryRetries.test_retry_query_result_cacheing_failed
 * The symptom was that the test cluster did not start in time, so the test timed out.

TestQueryRetries.test_multiple_retries
 * Failed with the following stack trace:
{code:none}
custom_cluster/test_query_retries.py:471: in test_multiple_retries
    assert "Max retry limit was hit. Query was retried 1 time(s)." in str(e)
E   assert 'Max retry limit was hit. Query was retried 1 time(s).' in "ImpalaBeeswaxException:\n INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE: Exec() rpc failed: Network error: recv got EOF from 127.0.0.1:27002 (error 108)\n"
E    +  where "ImpalaBeeswaxException:\n INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE: Exec() rpc failed: Network error: recv got EOF from 127.0.0.1:27002 (error 108)\n" = str(ImpalaBeeswaxException())
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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