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

[jira] [Resolved] (IMPALA-11159) TestAsyncDDLTiming.test_ctas failed in S3 build

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

Michael Smith resolved IMPALA-11159.
------------------------------------
    Resolution: Fixed

I'm going to close this as resolved for the patch, and open a new ticket for occasionally slow CTAS in S3 and Ozone.

> TestAsyncDDLTiming.test_ctas failed in S3 build
> -----------------------------------------------
>
>                 Key: IMPALA-11159
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11159
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Zoltán Borók-Nagy
>            Assignee: Tamas Mate
>            Priority: Major
>              Labels: broken-build
>
> h3. Error Message
> {noformat}
> metadata/test_ddl.py:1135: in test_ctas self.wait_for_state(handle, finished_state, 20, client=client) common/impala_test_suite.py:1125: in wait_for_state self.wait_for_any_state(handle, [expected_state], timeout, client) common/impala_test_suite.py:1141: in wait_for_any_state "last known state {2}".format(handle.get_handle().id, expected_states, E AttributeError: 'HiveServer2Cursor' object has no attribute 'id'
> {noformat}
> h3. Stacktrace
> {noformat}
> metadata/test_ddl.py:1135: in test_ctas
>     self.wait_for_state(handle, finished_state, 20, client=client)
> common/impala_test_suite.py:1125: in wait_for_state
>     self.wait_for_any_state(handle, [expected_state], timeout, client)
> common/impala_test_suite.py:1141: in wait_for_any_state
>     "last known state {2}".format(handle.get_handle().id, expected_states,
> E   AttributeError: 'HiveServer2Cursor' object has no attribute 'id'
> {noformat}



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