Surya Hebbar created IMPALA-14618:
-------------------------------------
Summary: TestCatalogdHA.test_failover_catchup_timeout_and_reset
failing
Key: IMPALA-14618
URL: https://issues.apache.org/jira/browse/IMPALA-14618
Project: IMPALA
Issue Type: Bug
Reporter: Surya Hebbar
h3. Error Message
{code}
assert '26000' in "Query 294e9bcf7bfb219a:72be327b00000000
failed:\nAnalysisException: Could not resolve path:
'test_failover_catchup_timeout_and_reset_5d02c505.tbl'\n\n" + where '26000' =
str(26000) + where 26000 = <tests.common.impala_service.CatalogdService
object at 0x7f51b29a3520>.service_port + where
<tests.common.impala_service.CatalogdService object at 0x7f51b29a3520> =
<CatalogdProcess PID: None
(/data/jenkins/workspace/impala-asf-master-core-ozone/repos/Impala/be/build/latest/service/...ist.txt
-catalog_service_port=26000 -state_store_subscriber_port=23020
-webserver_port=25020 -enable_catalogd_ha=true)>.service + and "Query
294e9bcf7bfb219a:72be327b00000000 failed:\nAnalysisException: Could not resolve
path: 'test_failover_catchup_timeout_and_reset_5d02c505.tbl'\n\n" =
str(HiveServer2Error("Query 294e9bcf7bfb219a:72be327b00000000
failed:\nAnalysisException: Could not resolve path:
'test_failover_catchup_timeout_and_reset_5d02c505.tbl'\n\n"))
{code}
h3. Stacktrace
{code}
custom_cluster/test_catalogd_ha.py:608: in
test_failover_catchup_timeout_and_reset
self._test_metadata_after_failover(
custom_cluster/test_catalogd_ha.py:787: in _test_metadata_after_failover
assert str(active_catalogd.service.service_port) in str(e)
E assert '26000' in "Query 294e9bcf7bfb219a:72be327b00000000
failed:\nAnalysisException: Could not resolve path:
'test_failover_catchup_timeout_and_reset_5d02c505.tbl'\n\n"
E + where '26000' = str(26000)
E + where 26000 = <tests.common.impala_service.CatalogdService object at
0x7f51b29a3520>.service_port
E + where <tests.common.impala_service.CatalogdService object at
0x7f51b29a3520> = <CatalogdProcess PID: None
(/data/jenkins/workspace/impala-asf-master-core-ozone/repos/Impala/be/build/latest/service/...ist.txt
-catalog_service_port=26000 -state_store_subscriber_port=23020
-webserver_port=25020 -enable_catalogd_ha=true)>.service
E + and "Query 294e9bcf7bfb219a:72be327b00000000
failed:\nAnalysisException: Could not resolve path:
'test_failover_catchup_timeout_and_reset_5d02c505.tbl'\n\n" =
str(HiveServer2Error("Query 294e9bcf7bfb219a:72be327b00000000
failed:\nAnalysisException: Could not resolve path:
'test_failover_catchup_timeout_and_reset_5d02c505.tbl'\n\n"))
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)