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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to