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 2023/06/02 02:48:00 UTC

[jira] [Commented] (IMPALA-12104) test_query_retries.TestQueryRetries.test_multiple_retries occasionally fails with Ozone

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

Quanlong Huang commented on IMPALA-12104:
-----------------------------------------

Also saw this on a S3 build:
{noformat}
custom_cluster/test_query_retries.py:467: 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()) {noformat}

> 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
>            Assignee: Michael Smith
>            Priority: Major
>
> {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)

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