Michael Smith created IMPALA-12104:
--------------------------------------
Summary: test_query_retries.TestQueryRetries.test_multiple_retries
occasionally fails with Ozone
Key: IMPALA-12104
URL: https://issues.apache.org/jira/browse/IMPALA-12104
Project: IMPALA
Issue Type: Bug
Affects Versions: Impala 4.2.0
Reporter: Michael Smith
{code}
custom_cluster/test_query_retries.py:473: 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}
Seen in 2 of 14 builds.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)