Surya Hebbar created IMPALA-15275:
-------------------------------------
Summary: TestAsyncDDL.test_get_operation_status_for_async_ddl
times out waiting for RUNNING state
Key: IMPALA-15275
URL: https://issues.apache.org/jira/browse/IMPALA-15275
Project: IMPALA
Issue Type: Bug
Reporter: Surya Hebbar
h3. Error Message
{code:java}
tests.common.errors.Timeout: query 'af4d6d6139710675:6fc8959a00000000' did not
reach one of the expected states ['RUNNING'], last known state PENDING
{code}
h3. Stacktrace
{code:java}
/data/jenkins/workspace/impala-asf-master-core-s3-data-cache/repos/Impala/tests/metadata/test_ddl.py:1129:
in test_get_operation_status_for_async_ddl
self.test_get_operation_status_for_client(client, unique_database)
client = <tests.common.impala_connection.ImpylaHS2Connection object
at 0x7fe14e48cc90>
self = <tests.metadata.test_ddl.TestAsyncDDL object at
0x7fe14da22a90>
unique_database = 'test_get_operation_status_for_async_ddl_1a90805b'
vector = "table_format: text/none" | "protocol: hs2" |
"exec_option: {'abort_on_error': 1, 'batch_size': 0, 'disable_codegen':
...ble_codegen_rows_threshold': 0, 'exec_single_node_rows_threshold': 0,
'num_nodes': 0, 'sync_ddl': 0, 'test_replan': 1}"
/data/jenkins/workspace/impala-asf-master-core-s3-data-cache/repos/Impala/tests/metadata/test_ddl.py:1119:
in test_get_operation_status_for_client
client.wait_for_impala_state(handle, RUNNING, SLEEP_S + 3)
SLEEP_S = 2
client = <tests.common.impala_connection.ImpylaHS2Connection object
at 0x7fe14e48cc90>
end = 1787164999.6214476
handle = <tests.common.impala_connection.OperationHandle object at
0x7fe14e3ef910>
self = <class 'tests.metadata.test_ddl.TestAsyncDDL'>
start = 1787164999.5829513
unique_database = 'test_get_operation_status_for_async_ddl_1a90805b'
common/impala_connection.py:322: in wait_for_impala_state
return self.wait_for_any_impala_state(
expected_impala_state = 'RUNNING'
operation_handle = <tests.common.impala_connection.OperationHandle
object at 0x7fe14e3ef910>
self = <tests.common.impala_connection.ImpylaHS2Connection object
at 0x7fe14e48cc90>
timeout = 5
common/impala_connection.py:358: in wait_for_any_impala_state
raise tests.common.errors.Timeout(timeout_msg)
E tests.common.errors.Timeout: query 'af4d6d6139710675:6fc8959a00000000' did
not reach one of the expected states ['RUNNING'], last known state PENDING
expected_impala_states = ['RUNNING']
impala_state = 'PENDING'
interval = 5.044668436050415
num_checks = 101
operation_handle = <tests.common.impala_connection.OperationHandle
object at 0x7fe14e3ef910>
self = <tests.common.impala_connection.ImpylaHS2Connection object
at 0x7fe14e48cc90>
start_time = 1787164999.6217737
timeout_msg = "query 'af4d6d6139710675:6fc8959a00000000' did not reach
one of the expected states ['RUNNING'], last known state PENDING"
timeout_s = 5
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)