Yu-Wen Lai has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/18175 )

Change subject: IMPALA-11093: Fine grained table refreshing doesn't refresh 
table file metadata
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/18175/3/tests/metadata/test_event_processing.py
File tests/metadata/test_event_processing.py:

http://gerrit.cloudera.org:8080/#/c/18175/3/tests/metadata/test_event_processing.py@a39
PS3, Line 39:
> @Yu-Wen: Please confirm the following:
Yes, the test will fail intermittently without fine-grained table refreshing. 
The issue was that we previously refresh file metadata at alter partition event 
but while alter partition event was processed the transaction might not be 
committed yet. If it is committed, we could get new file metadata. Otherwise, 
we would still see stale file metadata. After my patch, we can now refresh file 
metadata at commit event.



--
To view, visit http://gerrit.cloudera.org:8080/18175
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Idabeb522525c45f000ca0992348660fa5a5d4d2d
Gerrit-Change-Number: 18175
Gerrit-PatchSet: 3
Gerrit-Owner: Yu-Wen Lai <yu-wen....@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com>
Gerrit-Reviewer: Sourabh Goyal <soura...@cloudera.com>
Gerrit-Reviewer: Vihang Karajgaonkar <vih...@cloudera.com>
Gerrit-Reviewer: Yu-Wen Lai <yu-wen....@cloudera.com>
Gerrit-Comment-Date: Thu, 03 Feb 2022 18:06:27 +0000
Gerrit-HasComments: Yes

Reply via email to