Quanlong Huang created IMPALA-14221:
---------------------------------------
Summary: warmup_table tests failed in Ozone builds
Key: IMPALA-14221
URL: https://issues.apache.org/jira/browse/IMPALA-14221
Project: IMPALA
Issue Type: Bug
Reporter: Quanlong Huang
Assignee: Quanlong Huang
These tests failed in Ozone builds:
{noformat}
custom_cluster.test_catalogd_ha.TestCatalogdHA.test_warmed_up_metadata_after_failover
custom_cluster.test_restart_services.TestWarmupCatalog.test_warmup_tables_hdfs_config_file
custom_cluster.test_restart_services.TestWarmupCatalog.test_keeps_warmup_tables_loaded{noformat}
The failure is
{code:python}
custom_cluster/test_catalogd_ha.py:539: in
test_warmed_up_metadata_after_failover
self._test_warmed_up_tables(catalogd.service)
custom_cluster/test_catalogd_ha.py:547: in _test_warmed_up_tables
catalogd.verify_table_metadata_loaded(db, table)
common/impala_service.py:612: in verify_table_metadata_loaded
db, table, "loaded" if expect_loaded else "not loaded")
E AssertionError: Timeout waiting table tpcds.customer to be loaded{code}
Checked catalogd logs, the warmup tables config file is not loaded correctly:
{noformat}
--warmup_tables_config_file=ofs://localhost:9862/impala/test-warehouse/warmup_table_list.txt
...
W20250712 19:52:38.293475 17537 FileSystemUtil.java:1293] Failed to load the
list of warmup tables
Java exception follows:
java.io.FileNotFoundException: KEY_NOT_FOUND: Key:warmup_table_list.txt not
found
at
org.apache.hadoop.fs.ozone.BasicRootedOzoneClientAdapterImpl.readFile(BasicRootedOzoneClientAdapterImpl.java:385)
at
org.apache.hadoop.fs.ozone.BasicRootedOzoneFileSystem.lambda$open$0(BasicRootedOzoneFileSystem.java:251)
at
org.apache.hadoop.hdds.tracing.TracingUtil.executeInSpan(TracingUtil.java:169)
at
org.apache.hadoop.hdds.tracing.TracingUtil.executeInNewSpan(TracingUtil.java:159)
at
org.apache.hadoop.fs.ozone.BasicRootedOzoneFileSystem.open(BasicRootedOzoneFileSystem.java:247)
at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:960)
at
org.apache.impala.common.FileSystemUtil.loadWarmupTableNames(FileSystemUtil.java:1278)
at
org.apache.impala.catalog.CatalogServiceCatalog.<init>(CatalogServiceCatalog.java:477)
at org.apache.impala.service.JniCatalog.<init>(JniCatalog.java:168)
I20250712 19:52:38.293606 17537 CatalogServiceCatalog.java:479] Loaded 0 table
names to warmup{noformat}
Checked file-list-begin-1.log, the config file is not uploaded.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]