Andrew Sherman created IMPALA-13466:
---------------------------------------
Summary: TestHS2.test_long_polling_success failed as query took
longer than expected
Key: IMPALA-13466
URL: https://issues.apache.org/jira/browse/IMPALA-13466
Project: IMPALA
Issue Type: Bug
Components: Backend
Affects Versions: Impala 4.5.0
Reporter: Andrew Sherman
Assignee: Joe McDonnell
h3. Error Message
{code}
hs2/hs2_test_suite.py:66: in add_session lambda: fn(self))
hs2/hs2_test_suite.py:47: in add_session_helper fn() hs2/hs2_test_suite.py:66:
in <lambda> lambda: fn(self))
/data/jenkins/workspace/impala-cdw-master-staging-core-ozone/repos/Impala/tests/hs2/test_hs2.py:392:
in test_long_polling_success assert time_diff < 1 E assert 2.419112205505371 <
1
{code}
h3. Stacktrace
{code}
hs2/hs2_test_suite.py:66: in add_session lambda: fn(self))
hs2/hs2_test_suite.py:47: in add_session_helper fn() hs2/hs2_test_suite.py:66:
in <lambda> lambda: fn(self))
/data/jenkins/workspace/impala-cdw-master-staging-core-ozone/repos/Impala/tests/hs2/test_hs2.py:392:
in test_long_polling_success assert time_diff < 1 E assert 2.419112205505371 <
1
{code}
h3. Standard Error
{code}
-- 2024-10-17 13:58:05,065 INFO MainThread: Could not connect to ('::1', 21050,
0, 0) Traceback (most recent call last): File
"/data/jenkins/workspace/impala-cdw-master-staging-core-ozone/repos/Impala/infra/python/env-gcc10.4.0/lib/python2.7/site-packages/thrift/transport/TSocket.py",
line 137, in open handle.connect(sockaddr) File
"/data/jenkins/workspace/impala-cdw-master-staging-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
{code}
First time this has failed ever, giving to you [~joemcdonnell] in case it ever
happens again
--
This message was sent by Atlassian Jira
(v8.20.10#820010)