[
https://issues.apache.org/jira/browse/IMPALA-14750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Fehr updated IMPALA-14750:
--------------------------------
Description:
Tests in "custom_cluster/test_workload_mgmt_init.py" are producing a lot of
warnings during the test teardown phase. These custom cluster tests call the
`run_test_case` function which is designed for EE tests.
Example warnings:
{noformat}
2026-02-03 20:58:37,537 ERROR MainThread: Failed to open transport
(tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,537 INFO MainThread: Could not connect to
('::1', 21052, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,537 INFO MainThread: Could not connect to
('127.0.0.1', 21052)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,537 ERROR MainThread: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,537 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
('::1', 21052, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
('127.0.0.1', 21052)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Failed to open
transport (tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
('::1', 21051, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
('127.0.0.1', 21051)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
('::1', 21051, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
('127.0.0.1', 21051)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Failed to open
transport (tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
('::1', 21050, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
('127.0.0.1', 21050)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
('::1', 21050, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
('127.0.0.1', 21050)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Failed to open
transport (tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
('::1', 21052, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
('127.0.0.1', 21052)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
('::1', 21052, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
('127.0.0.1', 21052)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
transport (tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
('::1', 21051, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
('127.0.0.1', 21051)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('::1', 21051, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('127.0.0.1', 21051)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Failed to open
transport (tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('::1', 21050, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('127.0.0.1', 21050)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('::1', 21050, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('127.0.0.1', 21050)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,543 ERROR MainThread: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,543 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
{noformat}
was:
Tests in "custom_cluster/test_workload_mgmt_init.py" are producing a lot of
warnings during the test teardown phase. Warnings such as:
{noformat}
2026-02-03 20:58:37,537 ERROR MainThread: Failed to open transport
(tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,537 INFO MainThread: Could not connect to
('::1', 21052, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,537 INFO MainThread: Could not connect to
('127.0.0.1', 21052)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,537 ERROR MainThread: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,537 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
('::1', 21052, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
('127.0.0.1', 21052)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Failed to open
transport (tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
('::1', 21051, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
('127.0.0.1', 21051)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
('::1', 21051, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
('127.0.0.1', 21051)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Failed to open
transport (tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
('::1', 21050, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
('127.0.0.1', 21050)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
('::1', 21050, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
('127.0.0.1', 21050)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Failed to open
transport (tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
('::1', 21052, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
('127.0.0.1', 21052)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
('::1', 21052, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
('127.0.0.1', 21052)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
transport (tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
('::1', 21051, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
('127.0.0.1', 21051)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('::1', 21051, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('127.0.0.1', 21051)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Failed to open
transport (tries_left=3)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 121, in open
20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
message="already open")
20:58:37 thrift.transport.TTransport.TTransportException: already open
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('::1', 21050, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('127.0.0.1', 21050)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Failed to open
transport (tries_left=2)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('::1', 21050, 0, 0)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
('127.0.0.1', 21050)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 137, in open
20:58:37 handle.connect(sockaddr)
20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
20:58:37 -- 2026-02-03 20:58:37,543 ERROR MainThread: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
20:58:37 -- 2026-02-03 20:58:37,543 ERROR MainThread: Failed to open
transport (tries_left=1)
20:58:37 Traceback (most recent call last):
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1195, in _execute
20:58:37 open_transport(transport)
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
line 1259, in open_transport
20:58:37 transport.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
line 155, in open
20:58:37 return self.__trans.open()
20:58:37 File
"/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
line 146, in open
20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
message=msg)
20:58:37 thrift.transport.TTransport.TTransportException: Could not connect to
any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
{noformat}
> Excessive Logging in Workload Management Init Custom Cluster Tests
> ------------------------------------------------------------------
>
> Key: IMPALA-14750
> URL: https://issues.apache.org/jira/browse/IMPALA-14750
> Project: IMPALA
> Issue Type: Bug
> Affects Versions: Impala 4.5.0
> Reporter: Jason Fehr
> Assignee: Jason Fehr
> Priority: Major
>
> Tests in "custom_cluster/test_workload_mgmt_init.py" are producing a lot of
> warnings during the test teardown phase. These custom cluster tests call the
> `run_test_case` function which is designed for EE tests.
> Example warnings:
> {noformat}
> 2026-02-03 20:58:37,537 ERROR MainThread: Failed to open transport
> (tries_left=3)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 121, in open
> 20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
> message="already open")
> 20:58:37 thrift.transport.TTransport.TTransportException: already open
> 20:58:37 -- 2026-02-03 20:58:37,537 INFO MainThread: Could not connect to
> ('::1', 21052, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,537 INFO MainThread: Could not connect to
> ('127.0.0.1', 21052)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,537 ERROR MainThread: Could not connect to
> any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
> 20:58:37 -- 2026-02-03 20:58:37,537 ERROR MainThread: Failed to open
> transport (tries_left=2)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
> 20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
> ('::1', 21052, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
> ('127.0.0.1', 21052)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Could not connect to
> any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
> 20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Failed to open
> transport (tries_left=1)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
> 20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Failed to open
> transport (tries_left=3)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 121, in open
> 20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
> message="already open")
> 20:58:37 thrift.transport.TTransport.TTransportException: already open
> 20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
> ('::1', 21051, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,538 INFO MainThread: Could not connect to
> ('127.0.0.1', 21051)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Could not connect to
> any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
> 20:58:37 -- 2026-02-03 20:58:37,538 ERROR MainThread: Failed to open
> transport (tries_left=2)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
> 20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
> ('::1', 21051, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
> ('127.0.0.1', 21051)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Could not connect to
> any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
> 20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Failed to open
> transport (tries_left=1)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
> 20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Failed to open
> transport (tries_left=3)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 121, in open
> 20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
> message="already open")
> 20:58:37 thrift.transport.TTransport.TTransportException: already open
> 20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
> ('::1', 21050, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,539 INFO MainThread: Could not connect to
> ('127.0.0.1', 21050)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Could not connect to
> any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
> 20:58:37 -- 2026-02-03 20:58:37,539 ERROR MainThread: Failed to open
> transport (tries_left=2)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
> 20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
> ('::1', 21050, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
> ('127.0.0.1', 21050)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Could not connect to
> any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
> 20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Failed to open
> transport (tries_left=1)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
> 20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Failed to open
> transport (tries_left=3)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 121, in open
> 20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
> message="already open")
> 20:58:37 thrift.transport.TTransport.TTransportException: already open
> 20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
> ('::1', 21052, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,540 INFO MainThread: Could not connect to
> ('127.0.0.1', 21052)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,540 ERROR MainThread: Could not connect to
> any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
> 20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
> transport (tries_left=2)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
> 20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
> ('::1', 21052, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
> ('127.0.0.1', 21052)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Could not connect to
> any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
> 20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
> transport (tries_left=1)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21052, 0, 0), ('127.0.0.1', 21052)]
> 20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
> transport (tries_left=3)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 121, in open
> 20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
> message="already open")
> 20:58:37 thrift.transport.TTransport.TTransportException: already open
> 20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
> ('::1', 21051, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,541 INFO MainThread: Could not connect to
> ('127.0.0.1', 21051)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Could not connect to
> any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
> 20:58:37 -- 2026-02-03 20:58:37,541 ERROR MainThread: Failed to open
> transport (tries_left=2)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
> 20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
> ('::1', 21051, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
> ('127.0.0.1', 21051)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Could not connect to
> any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
> 20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Failed to open
> transport (tries_left=1)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21051, 0, 0), ('127.0.0.1', 21051)]
> 20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Failed to open
> transport (tries_left=3)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 121, in open
> 20:58:37 raise TTransportException(type=TTransportException.ALREADY_OPEN,
> message="already open")
> 20:58:37 thrift.transport.TTransport.TTransportException: already open
> 20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
> ('::1', 21050, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
> ('127.0.0.1', 21050)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Could not connect to
> any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
> 20:58:37 -- 2026-02-03 20:58:37,542 ERROR MainThread: Failed to open
> transport (tries_left=2)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
> 20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
> ('::1', 21050, 0, 0)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,542 INFO MainThread: Could not connect to
> ('127.0.0.1', 21050)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 137, in open
> 20:58:37 handle.connect(sockaddr)
> 20:58:37 ConnectionRefusedError: [Errno 111] Connection refused
> 20:58:37 -- 2026-02-03 20:58:37,543 ERROR MainThread: Could not connect to
> any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
> 20:58:37 -- 2026-02-03 20:58:37,543 ERROR MainThread: Failed to open
> transport (tries_left=1)
> 20:58:37 Traceback (most recent call last):
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1195, in _execute
> 20:58:37 open_transport(transport)
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/impala/hiveserver2.py",
> line 1259, in open_transport
> 20:58:37 transport.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TTransport.py",
> line 155, in open
> 20:58:37 return self.__trans.open()
> 20:58:37 File
> "/data0/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env-gcc10.4.0-py3/lib/python3.8/site-packages/thrift/transport/TSocket.py",
> line 146, in open
> 20:58:37 raise TTransportException(type=TTransportException.NOT_OPEN,
> message=msg)
> 20:58:37 thrift.transport.TTransport.TTransportException: Could not connect
> to any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]