You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2022/09/26 17:12:00 UTC

[jira] [Created] (IMPALA-11615) TestAdmissionController.test_impala_server_startup_delay fails on S3

Joe McDonnell created IMPALA-11615:
--------------------------------------

             Summary: TestAdmissionController.test_impala_server_startup_delay fails on S3
                 Key: IMPALA-11615
                 URL: https://issues.apache.org/jira/browse/IMPALA-11615
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 4.2.0
            Reporter: Joe McDonnell


A recent run of s3 tests saw this failure in TestAdmissionController.test_impala_server_startup_delay():
{noformat}
custom_cluster/test_admission_controller.py:1270: in test_impala_server_startup_delay
    client = self.create_impala_client()
common/impala_test_suite.py:307: in create_impala_client
    client.connect()
common/impala_connection.py:197: in connect
    self.__beeswax_client.connect()
beeswax/impala_beeswax.py:164: in connect
    raise ImpalaBeeswaxException(self.__build_error_message(e), e)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'thrift.transport.TTransport.TTransportException'>
E    MESSAGE: Could not connect to any of [('::1', 21000, 0, 0), ('127.0.0.1', 21000)]{noformat}
The startup script is not seeing running Impalads:
{noformat}
11:24:10 MainThread: Waiting for num_known_live_backends=3. Current value: None
11:24:11 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
11:24:11 MainThread: Getting num_known_live_backends from impala-ec2-centos79-m6i-4xlarge-ondemand-11f9.vpc.cloudera.com:25000
11:24:11 MainThread: 'backends'
11:24:11 MainThread: Waiting for num_known_live_backends=3. Current value: None
11:24:12 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
11:24:12 MainThread: Getting num_known_live_backends from impala-ec2-centos79-m6i-4xlarge-ondemand-11f9.vpc.cloudera.com:25000
11:24:12 MainThread: 'backends'
11:24:12 MainThread: Waiting for num_known_live_backends=3. Current value: None
11:24:13 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
11:24:13 MainThread: Getting num_known_live_backends from impala-ec2-centos79-m6i-4xlarge-ondemand-11f9.vpc.cloudera.com:25000
11:24:13 MainThread: 'backends'
11:24:13 MainThread: Waiting for num_known_live_backends=3. Current value: None{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)