Michael Smith created IMPALA-13670:
--------------------------------------
Summary: test_soft_delete_kudu_table failed with KuduRpc timeout
Key: IMPALA-13670
URL: https://issues.apache.org/jira/browse/IMPALA-13670
Project: IMPALA
Issue Type: Bug
Components: Backend
Affects Versions: Impala 4.4.1
Reporter: Michael Smith
{code}
query_test/test_kudu.py:1397: in test_soft_delete_kudu_table
PARTITIONS 3 STORED AS KUDU""" % (unique_database, impala_tbl_name))
/data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/infra/python/env-gcc10.4.0/lib/python2.7/site-packages/impala/hiveserver2.py:343:
in execute
self._wait_to_finish() # make execute synchronous
/data/jenkins/workspace/impala-asf-master-core-asan/repos/Impala/infra/python/env-gcc10.4.0/lib/python2.7/site-packages/impala/hiveserver2.py:428:
in _wait_to_finish
raise OperationalError(resp.errorMessage)
E OperationalError: Query dc42569db32d49eb:6741276c00000000 failed:
E ImpalaRuntimeException: Error creating Kudu table
'impala::test_soft_delete_kudu_table_9d060153.foo'
E CAUSED BY: NonRecoverableException: cannot complete before timeout:
KuduRpc(method=IsCreateTableDone, tablet=null, attempt=5,
TimeoutTracker(timeout=180000, elapsed=180016), Trace Summary(81 ms): Sent(5),
Received(5), Delayed(0), MasterRefresh(0), AuthRefresh(0), Truncated: false
E Sent: (master-127.0.0.1:7051, [ IsCreateTableDone, 5 ])
E Received: (master-127.0.0.1:7051, [ OK, 5 ]))
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)