David Knupp created IMPALA-8553:
-----------------------------------
Summary: Several tests failing with connection errors on deployed
clusters
Key: IMPALA-8553
URL: https://issues.apache.org/jira/browse/IMPALA-8553
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 3.3.0
Reporter: David Knupp
Assignee: Tim Armstrong
The errors look fairly similar. I suspect this commit introduced a regression:
https://github.com/apache/impala/commit/79c5f875
*Stacktrace*
{noformat}
metadata/test_hms_integration.py:66: in test_sanity
if IMPALA_TEST_CLUSTER_PROPERTIES.is_catalog_v2_cluster():
common/environ.py:307: in is_catalog_v2_cluster
flags = self._get_flags_from_web_ui(web_ui_url)
common/environ.py:295: in _get_flags_from_web_ui
response = requests.get(impala_url + "/varz?json")
../infra/python/env/lib/python2.7/site-packages/requests/api.py:69: in get
return request('get', url, params=params, **kwargs)
../infra/python/env/lib/python2.7/site-packages/requests/api.py:50: in request
response = session.request(method=method, url=url, **kwargs)
../infra/python/env/lib/python2.7/site-packages/requests/sessions.py:465: in
request
resp = self.send(prep, **send_kwargs)
../infra/python/env/lib/python2.7/site-packages/requests/sessions.py:573: in
send
r = adapter.send(request, **kwargs)
../infra/python/env/lib/python2.7/site-packages/requests/adapters.py:415: in
send
raise ConnectionError(err, request=request)
E ConnectionError: ('Connection aborted.', error(111, 'Connection refused'))
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]