[
https://issues.apache.org/jira/browse/IMPALA-6563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Armstrong resolved IMPALA-6563.
-----------------------------------
Resolution: Cannot Reproduce
> test_compact_catalog_updates failing to connect client
> ------------------------------------------------------
>
> Key: IMPALA-6563
> URL: https://issues.apache.org/jira/browse/IMPALA-6563
> Project: IMPALA
> Issue Type: Bug
> Components: Catalog
> Affects Versions: Impala 2.12.0
> Reporter: Bikramjeet Vig
> Priority: Critical
> Labels: flaky
> Attachments:
> catalogd.ec2-m2-4xlarge-centos-6-4-0a78.vpc.cloudera.com.jenkins.log.INFO.20180220-110757.4148,
>
> impalad.ec2-m2-4xlarge-centos-6-4-0a78.vpc.cloudera.com.jenkins.log.INFO.20180220-110759.4199,
>
> impalad.ec2-m2-4xlarge-centos-6-4-0a78.vpc.cloudera.com.jenkins.log.INFO.20180220-110800.4232,
>
> impalad.ec2-m2-4xlarge-centos-6-4-0a78.vpc.cloudera.com.jenkins.log.INFO.20180220-110801.4268,
>
> statestored.ec2-m2-4xlarge-centos-6-4-0a78.vpc.cloudera.com.jenkins.log.INFO.20180220-110756.4137
>
>
> test_compact_catalog_updates fails with
> {noformat}
> custom_cluster/test_compact_catalog_updates.py:52: in
> test_compact_catalog_topic_updates
> client1.close()
> E UnboundLocalError: local variable 'client1' referenced before assignment
> {noformat}
> the test first starts up a cluster and tires to create a client. The logs
> indicate that impalads started without error so I believe its the client that
> fails to connect.
> tail of INFO logs from one of the impalad
> {noformat}
> I0220 11:08:09.632342 4268 impala-server.cc:2041] Impala has started.
> W0220 11:08:09.956959 4748 HiveConf.java:2886] HiveConf of name
> hive.access.conf.url does not exist
> I0220 11:08:10.057112 4774 impala-server.cc:1754] Connection from client
> 127.0.0.1:40735 closed, closing 1 associated session(s)
> I0220 11:08:10.295311 4748 impala-server.cc:1363] Catalog topic update
> applied with version: 1131 new min catalog object version: 2
> I0220 11:08:10.994792 4747 thrift-util.cc:123] TSocket::read() recv() <Host:
> 127.0.0.1 Port: 45842>Connection reset by peer
> I0220 11:08:10.994799 4746 thrift-util.cc:123] TSocket::read() recv() <Host:
> 127.0.0.1 Port: 45841>Connection reset by peer
> I0220 11:08:10.994946 4748 thrift-util.cc:123] TSocket::read() recv() <Host:
> 127.0.0.1 Port: 45843>Connection reset by peer
> I0220 11:08:10.994967 4747 thrift-util.cc:123] TAcceptQueueServer client
> died: ECONNRESET
> I0220 11:08:10.995034 4746 thrift-util.cc:123] TAcceptQueueServer client
> died: ECONNRESET
> I0220 11:08:10.995067 4748 thrift-util.cc:123] TAcceptQueueServer client
> died: ECONNRESET
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)