[
https://issues.apache.org/jira/browse/IMPALA-13709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mihaly Szjatinya updated IMPALA-13709:
--------------------------------------
Description:
Regression
custom_cluster.test_metastore_service.TestMetastoreService.test_database_create_drop_seq
(from pytest)
h3. Error Message
KeyError: 'event_processor_metrics'
h3. Stacktrace
custom_cluster/test_metastore_service.py:1059: in test_database_create_drop_seq
EventProcessorUtils.wait_for_event_processing(self, 20)
util/event_processor_utils.py:93: in wait_for_event_processing impala_cluster,
timeout, error_status_possible) util/event_processor_utils.py:107: in
wait_for_event_processing_impl current_event_id)
util/event_processor_utils.py:64: in wait_for_synced_event_id status =
EventProcessorUtils.get_event_processor_status()
util/event_processor_utils.py:169: in get_event_processor_status metrics =
EventProcessorUtils.get_event_processor_metrics()
util/event_processor_utils.py:121: in get_event_processor_metrics metrics =
varz_json["event_processor_metrics"].strip().splitlines() E KeyError:
'event_processor_metrics'
was:
There are failures in both
custom_cluster.test_restart_services.TestRestart.test_restart_catalogd_while_handling_rpc_response_with_timeout
and
custom_cluster.test_restart_services.TestRestart.test_restart_catalogd_while_handling_rpc_response_with_max_iters,
both look the same:
{code:java}
custom_cluster/test_restart_services.py:232: in
test_restart_catalogd_while_handling_rpc_response_with_timeout
self.wait_for_state(handle, self.client.QUERY_STATES["FINISHED"],
max_wait_time)
common/impala_test_suite.py:1181: in wait_for_state
self.wait_for_any_state(handle, [expected_state], timeout, client)
common/impala_test_suite.py:1199: in wait_for_any_state
raise Timeout(timeout_msg)
E Timeout: query '6a4e0bad9b511ccf:bf93de6800000000' did not reach one of the
expected states [4], last known state 5
{code}
> test_database_create_drop_seq fails with KeyError: 'event_processor_metrics'
> ----------------------------------------------------------------------------
>
> Key: IMPALA-13709
> URL: https://issues.apache.org/jira/browse/IMPALA-13709
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Affects Versions: Impala 1.4.2
> Reporter: Mihaly Szjatinya
> Assignee: Daniel Becker
> Priority: Critical
> Labels: broken-build
> Fix For: Impala 4.5.0
>
>
> Regression
> custom_cluster.test_metastore_service.TestMetastoreService.test_database_create_drop_seq
> (from pytest)
>
> h3. Error Message
> KeyError: 'event_processor_metrics'
> h3. Stacktrace
> custom_cluster/test_metastore_service.py:1059: in
> test_database_create_drop_seq
> EventProcessorUtils.wait_for_event_processing(self, 20)
> util/event_processor_utils.py:93: in wait_for_event_processing
> impala_cluster, timeout, error_status_possible)
> util/event_processor_utils.py:107: in wait_for_event_processing_impl
> current_event_id) util/event_processor_utils.py:64: in
> wait_for_synced_event_id status =
> EventProcessorUtils.get_event_processor_status()
> util/event_processor_utils.py:169: in get_event_processor_status metrics =
> EventProcessorUtils.get_event_processor_metrics()
> util/event_processor_utils.py:121: in get_event_processor_metrics metrics =
> varz_json["event_processor_metrics"].strip().splitlines() E KeyError:
> 'event_processor_metrics'
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]