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

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

Commit 5e8292ef53c8982bcedcd7e2931f95ce069b0d2e in impala's branch 
refs/heads/master from Venu Reddy
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=5e8292ef5 ]

IMPALA-12916: Fix test_event_processor_error_global_invalidate test random 
failure

Event processor goes to error state before it tries to global invalidate
It remains in error state for a very short period of time. If
wait_for_synced_event_id() obtains event processor status during
this period, it can get status as error. This test was introduced
with IMPALA-12832.

Testing:
- Tested manually. Added sleep in code for testing so that event
processor remains in error state for little longer time.

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


> EventProcessor shouldn't stop for failures in single-table event
> ----------------------------------------------------------------
>
>                 Key: IMPALA-12832
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12832
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Catalog
>            Reporter: Quanlong Huang
>            Assignee: Venugopal Reddy K
>            Priority: Critical
>             Fix For: Impala 4.4.0
>
>
> EventProcessor goes into the ERROR/NEEDS_INVALIDATE state when it hits 
> unexpected failures in processing an event. The cause are usually bugs. When 
> it stops, all tables that need sync will be impacted. However, the event 
> might just a single-table event (in contrast to multi-table events like 
> RenameTable, DropDatabaseCascade, CommitTxn, AbortTxn). We can consider 
> skipping the event and just invalidating the table.



--
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