Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-8
Description
Several instances of this have been observed:
- metadata.test_ddl.TestAsyncDDL.test_get_operation_status_for_async_ddl, where create table test_get_operation_status_for_async_ddl_f3067b3f.alltypes_clone as select * from functional_parquet.alltypes; takes more than the allowed 3 seconds
- metadata/test_ddl.TestAsyncDDL.test_ctas times out in wait_for_state (20 seconds)
- metadata.test_load.TestAsyncLoadData.test_async_load times out in wait_for_state (10 seconds)
Need to check whether there are specific problems, or S3 and Ozone are sufficiently slower that the doubled timing for HDFS is insufficient to allow for environmental load.
Attachments
Issue Links
- relates to
-
IMPALA-11159 TestAsyncDDLTiming.test_ctas failed in S3 build
- Resolved
-
IMPALA-12148 Create table as select (CTAS) tests time out
- Resolved