Andrew Sherman created IMPALA-12628:
---------------------------------------
Summary: iceberg negative test fail saying can't connect but there
is no obvious server crash
Key: IMPALA-12628
URL: https://issues.apache.org/jira/browse/IMPALA-12628
Project: IMPALA
Issue Type: Bug
Components: Backend
Affects Versions: Impala 1.4.2
Reporter: Andrew Sherman
Assignee: Zoltán Borók-Nagy
This is mysterious, I'm capturing as far as I've got.
The run of iceberg-negative.test fails in the middle.
Did the server crash? I haven't seen that yet.
{code}
-- executing against localhost:21000
update functional_parquet.iceberg_int_partitioned set input__file__name =
'void';
-- executing against localhost:21000
update functional_parquet.iceberg_int_partitioned set file__position = 42;
-- connecting to localhost:11050 with impyla
-- 2023-12-13 09:57:48,028 INFO MainThread: Could not connect to ('::1',
11050, 0, 0)
Traceback (most recent call last):
File
"/data/jenkins/workspace/impala-asf-master-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/thrift-0.16.0-p6/python/lib/python2.7/site-packages/thrift/transport/TSocket.py",
line 137, in open
handle.connect(sockaddr)
File
"/data/jenkins/workspace/impala-asf-master-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
-- 2023-12-13 09:57:48,029 INFO MainThread: Could not connect to
('127.0.0.1', 11050)
Traceback (most recent call last):
File
"/data/jenkins/workspace/impala-asf-master-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/thrift-0.16.0-p6/python/lib/python2.7/site-packages/thrift/transport/TSocket.py",
line 137, in open
handle.connect(sockaddr)
File
"/data/jenkins/workspace/impala-asf-master-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
-- 2023-12-13 09:57:48,029 ERROR MainThread: Could not connect to any of
[('::1', 11050, 0, 0), ('127.0.0.1', 11050)]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]