You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2022/09/26 17:59:00 UTC

[jira] [Created] (IMPALA-11616) TestFrontendConnectionLimit.test_server_busy is flaky

Joe McDonnell created IMPALA-11616:
--------------------------------------

             Summary: TestFrontendConnectionLimit.test_server_busy is flaky
                 Key: IMPALA-11616
                 URL: https://issues.apache.org/jira/browse/IMPALA-11616
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 4.2.0
            Reporter: Joe McDonnell


TestFrontendConnectionLimit.test_server_busy failed with the following symptom:
{noformat}
custom_cluster/test_frontend_connection_limit.py:76: in test_server_busy
    client.execute_async("select sleep(7000)")
common/impala_connection.py:220: in execute_async
    beeswax_handle = self.__beeswax_client.execute_query_async(sql_stmt, user=user)
beeswax/impala_beeswax.py:359: in execute_query_async
    handle = self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:525: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(e), e)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'thrift.transport.TTransport.TTransportException'>
E    MESSAGE: TSocket read 0 bytes{noformat}
This has been seen once.



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