Riza Suminto has posted comments on this change. ( http://gerrit.cloudera.org:8080/23186 )
Change subject: IMPALA-14073: Retry when invalidate preempts EP ...................................................................... Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/23186/3/tests/custom_cluster/test_concurrent_ddls.py File tests/custom_cluster/test_concurrent_ddls.py: http://gerrit.cloudera.org:8080/#/c/23186/3/tests/custom_cluster/test_concurrent_ddls.py@195 PS3, Line 195: if "AnalysisException: Table does not exist: " in err or \ : "AnalysisException: Table already exists: " in err or \ : "TableNotFoundException: Table not found: " in err: : # This can happen if global invalidate happens while renaming table : return True Is this pattern specific enough for ALTER TABLE RENAME only? Maybe we should additionally pass the query here to match. -- To view, visit http://gerrit.cloudera.org:8080/23186 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I73feffec6b059058426701ecc76644704ea0452a Gerrit-Change-Number: 23186 Gerrit-PatchSet: 3 Gerrit-Owner: Michael Smith <michael.sm...@cloudera.com> Gerrit-Reviewer: Csaba Ringhofer <csringho...@cloudera.com> Gerrit-Reviewer: Fang-Yu Rao <fangyu....@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Michael Smith <michael.sm...@cloudera.com> Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com> Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Comment-Date: Fri, 18 Jul 2025 00:10:34 +0000 Gerrit-HasComments: Yes