You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Taras Bobrovytsky (JIRA)" <ji...@apache.org> on 2017/04/17 20:59:41 UTC

[jira] [Resolved] (IMPALA-4684) check-hbase-nodes.py: Build failing on RHEL7 when trying to start HBase

     [ https://issues.apache.org/jira/browse/IMPALA-4684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taras Bobrovytsky resolved IMPALA-4684.
---------------------------------------
    Resolution: Fixed

Reopened IMPALA-4733 instead.

> check-hbase-nodes.py: Build failing on RHEL7 when trying to start HBase
> -----------------------------------------------------------------------
>
>                 Key: IMPALA-4684
>                 URL: https://issues.apache.org/jira/browse/IMPALA-4684
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.8.0
>            Reporter: Michael Brown
>            Assignee: David Knupp
>            Priority: Blocker
>              Labels: broken-build
>
> I've seen this once when starting a minicluster:
> {noformat}
> Contents of HDFS root: []
> Connecting to Zookeeper host(s).
> No handlers could be found for logger "kazoo.client"
> Success: <kazoo.client.KazooClient object at 0xc5a590>
> Waiting for HBase node: /hbase/master
> Waiting for HBase node: /hbase/master
> Traceback (most recent call last):
>   File "/data/jenkins/workspace/impala-asf-master-exhaustive-rhel7/repos/Impala/testdata/bin/check-hbase-nodes.py", line 167, in <module>
>     errors = check_znodes_list_for_errors(args.nodes, args.zookeeper_hosts, args.timeout)
>   File "/data/jenkins/workspace/impala-asf-master-exhaustive-rhel7/repos/Impala/testdata/bin/check-hbase-nodes.py", line 135, in check_znodes_list_for_errors
>     zk_client.stop()
>   File "/usr/lib64/python2.7/contextlib.py", line 154, in __exit__
>     self.thing.close()
>   File "/data/jenkins/workspace/impala-asf-master-exhaustive-rhel7/repos/Impala/infra/python/env/lib/python2.7/site-packages/kazoo/client.py", line 612, in close
>     self._connection.close()
>   File "/data/jenkins/workspace/impala-asf-master-exhaustive-rhel7/repos/Impala/infra/python/env/lib/python2.7/site-packages/kazoo/protocol/connection.py", line 192, in close
>     raise Exception("Cannot close connection until it is stopped")
> Exception: Cannot close connection until it is stopped
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)