[ 
https://issues.apache.org/jira/browse/IMPALA-13784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Csaba Ringhofer reopened IMPALA-13784:
--------------------------------------

Reopening this as I saw run where only this test failed. It was an ASAN + ARM 
run.
{code}
Error Message
impala.error.OperationalError: Query 134f581078b18253:a11d05f900000000 failed: 
Failed due to unreachable impalad(s): impala...
Stacktrace
custom_cluster/test_admission_controller.py:2008: in 
test_coord_only_pool_one_coord_terminate
    raise e
custom_cluster/test_admission_controller.py:1992: in 
test_coord_only_pool_one_coord_terminate
    result = self.execute_query_using_client(self.client, ACTIVE_SQL, vector)
common/impala_test_suite.py:1248: in execute_query_using_client
    return client.execute(query)
common/impala_connection.py:692: in execute
    cursor.execute(sql_stmt, configuration=self.__query_options)
../infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py:394:
 in execute
    self._wait_to_finish()  # make execute synchronous
../infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py:484:
 in _wait_to_finish
    raise OperationalError(resp.errorMessage)
E   impala.error.OperationalError: Query 134f581078b18253:a11d05f900000000 
failed:
E   Failed due to unreachable impalad(s): impala-... 27002
{code}

> TestAdmissionController.test_coord_only_pool_one_coord_terminate could fail 
> in ASAN build
> -----------------------------------------------------------------------------------------
>
>                 Key: IMPALA-13784
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13784
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Fang-Yu Rao
>            Assignee: Jason Fehr
>            Priority: Major
>              Labels: broken-build
>
> We found that 
> *TestAdmissionController.test_coord_only_pool_one_coord_terminate* could fail 
> in the ASAN build with the following error message.
> {code:java}
> 03:13:01 set_option('client_identifier', 
> 'custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_coord_only_pool_one_coord_terminate[protocol:beeswax|table_format:text/none|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':5000;'dis')
> 03:13:01 -- connecting to: localhost:21000
> 03:13:01 -- 2025-02-19 22:01:08,349 INFO     MainThread: Could not connect to 
> ('::1', 21000, 0, 0)
> 03:13:01 Traceback (most recent call last):
> 03:13:01   File 
> "/data0/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/infra/python/env-gcc10.4.0/lib/python2.7/site-packages/thrift/transport/TSocket.py",
>  line 137, in open
> 03:13:01     handle.connect(sockaddr)
> 03:13:01   File 
> "/data/jenkins/workspace/impala-asf-master-core-asan/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
>  line 228, in meth
> 03:13:01     return getattr(self._sock,name)(*args)
> 03:13:01 error: [Errno 111] Connection refused
> 03:13:01 set_option('client_identifier', 
> 'custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_coord_only_pool_one_coord_terminate[protocol:beeswax|table_format:text/none|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':5000;'dis')
> 03:13:01 -- connecting to localhost:21050 with impyla
> 03:13:01 -- 2025-02-19 22:01:08,349 INFO     MainThread: Could not connect to 
> ('::1', 21050, 0, 0)
> 03:13:01 Traceback (most recent call last):
> 03:13:01   File 
> "/data0/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/infra/python/env-gcc10.4.0/lib/python2.7/site-packages/thrift/transport/TSocket.py",
>  line 137, in open
> 03:13:01     handle.connect(sockaddr)
> 03:13:01   File 
> "/data/jenkins/workspace/impala-asf-master-core-asan/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
>  line 228, in meth
> 03:13:01     return getattr(self._sock,name)(*args)
> 03:13:01 error: [Errno 111] Connection refused
> 03:13:01 set_option('client_identifier', 
> 'custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_coord_only_pool_one_coord_terminate[protocol:beeswax|table_format:text/none|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':5000;'dis')
> 03:13:01 -- connecting to localhost:28000 with impyla
> 03:13:01 -- 2025-02-19 22:01:08,738 INFO     MainThread: Could not connect to 
> ('::1', 21050, 0, 0)
> 03:13:01 Traceback (most recent call last):
> 03:13:01   File 
> "/data0/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/infra/python/env-gcc10.4.0/lib/python2.7/site-packages/thrift/transport/TSocket.py",
>  line 137, in open
> 03:13:01     handle.connect(sockaddr)
> 03:13:01   File 
> "/data/jenkins/workspace/impala-asf-master-core-asan/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
>  line 228, in meth
> 03:13:01     return getattr(self._sock,name)(*args)
> 03:13:01 error: [Errno 111] Connection refused
> {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