[
https://issues.apache.org/jira/browse/IMPALA-10923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541420#comment-17541420
]
ASF subversion and git services commented on IMPALA-10923:
----------------------------------------------------------
Commit d00d3463cd4d539bcaa42917402da2927ae6e552 in impala's branch
refs/heads/master from stiga-huang
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=d00d3463c ]
Revert "IMPALA-9057: Disable test_transactional_insert_events"
This reverts commit a873289508dc4e80256718c9921be1e337d263d6.
After HIVE-25137 and IMPALA-10923, we are able to add back the test.
Change-Id: I369353c8bb9b5437c2f5c4d411fb05e2fd751b9b
Reviewed-on: http://gerrit.cloudera.org:8080/18524
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> Fine grained table refreshing at partition level events for transactional
> tables
> --------------------------------------------------------------------------------
>
> Key: IMPALA-10923
> URL: https://issues.apache.org/jira/browse/IMPALA-10923
> Project: IMPALA
> Issue Type: Improvement
> Components: Catalog
> Reporter: Yu-Wen Lai
> Assignee: Yu-Wen Lai
> Priority: Major
> Fix For: Impala 4.1.0
>
>
> For ensuring the transactional tables are consistent, we currently take whole
> table refreshing even a change is just for a partition only. That is too
> expensive and possibly make event processing has a longer delay.
> To enable fine-grained table refreshing, there are three main changes in this
> proposal.
> # maintain validWriteIdList in Catalogd for transactional tables. We will
> track write id changes by AllocWriteIdEvents, CommitTxnEvents, and
> AbortTxnEvents.
> # trigger partition level refreshing for addPartitionEvents,
> dropPartitionEvents, and AlterPartitionEvents.
> # Introduce a config *incremental_refresh_acid*, which can switch on/off the
> fine-grained table refreshing
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]