[ 
https://issues.apache.org/jira/browse/IMPALA-8553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16841729#comment-16841729
 ] 

Tim Armstrong commented on IMPALA-8553:
---------------------------------------

[~dknupp] can you provide me some more information on this? It looks like these 
remote cluster tests are using this web URL in another place earlier on, so it 
seems like either there was a silly mistake made somewhere and I'm using the 
wrong URL, or something more complex going on.

{code}
if IMPALA_REMOTE_URL:
  web_ui_url = IMPALA_REMOTE_URL
  build_flavor, link_type =\
      ImpalaTestClusterFlagsDetector.detect_using_web_ui(IMPALA_REMOTE_URL)

{code}

> 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
>            Priority: Critical
>
> 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]

Reply via email to