[ 
https://issues.apache.org/jira/browse/IMPALA-14615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18044723#comment-18044723
 ] 

ASF subversion and git services commented on IMPALA-14615:
----------------------------------------------------------

Commit 2ebdc05c1d8bcaaf12ff3418d0d6b7d1a5a7e2e9 in impala's branch 
refs/heads/master from stiga-huang
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=2ebdc05c1 ]

IMPALA-14615: Skip checking current event in test_event_processor_error_message

When hierarchical event processing is enabled, there is no info about
the current event batch shown in the /events page. Note that event
batches are dispatched and processed later in parallel. The current
event batch info is actually showing the current batch that is being
dispatched which won't take long.

This patch skips checking the current event batch info when hierarchical
event processing is enabled. A new method,
is_hierarchical_event_processing_enabled(), is added in
ImpalaTestClusterProperties for the check. Also fixes
is_event_polling_enabled() to accept float values of
hms_event_polling_interval_s and adds the missing raise statement when
it fails to parse the flags.

Tests
 - Ran the test locally.

Change-Id: Iffb84304a4096885492002b781199051aaa4fbb0
Reviewed-on: http://gerrit.cloudera.org:8080/23766
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> TestWebPage.test_event_processor_error_message is failing
> ---------------------------------------------------------
>
>                 Key: IMPALA-14615
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14615
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Surya Hebbar
>            Assignee: Quanlong Huang
>            Priority: Major
>         Attachments: disable_hierarchical_event_processing.png, 
> enable_hierarchical_event_processing.png
>
>
> h3. Error Message
> {code}
> assert 'current_event' in \{'lag_time': '7s000ms', 'last_synced_event_id': 
> 154415, 'last_synced_event_time': '2025-12-06 22:01:48', 
> 'last_synced_event_time_s': 1765087308, ...}
> {code}
> h3. Stacktrace
> {code}
> custom_cluster/test_web_pages.py:499: in test_event_processor_error_message
>     assert "current_event" in json_res["progress-info"]
> E   assert 'current_event' in \{'lag_time': '7s000ms', 
> 'last_synced_event_id': 154415, 'last_synced_event_time': '2025-12-06 
> 22:01:48', 'last_synced_event_time_s': 1765087308, ...}
> {code}
> The error might be stemming for the same reason as IMPALA-14616.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to