Fang-Yu Rao created IMPALA-13784:
------------------------------------
Summary:
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
We found that TestAdmissionController.test_coord_only_pool_one_coord_terminate
could fail in the ASAN build with the following error message.
{code}
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)