Quanlong Huang has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/21175 )

Change subject: IMPALA-12829: Skip processing transaction events if the table 
is HMS sync disabled.
......................................................................


Patch Set 5:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/21175/4/tests/custom_cluster/test_events_custom_configs.py
File tests/custom_cluster/test_events_custom_configs.py:

http://gerrit.cloudera.org:8080/#/c/21175/4/tests/custom_cluster/test_events_custom_configs.py@1361
PS4, Line 1361: ient.execute("select * from {}".f
> Th default is 1sec but I increased it 5sec to avoid flakiness given that th
Maybe we can use the pause/start commands to avoid using a long polling 
interval.

Stop EP before the Hive statements by

 self.client.execute_query(":event_processor('pause')")

Resume EP after the Hive statements by

 self.client.execute_query(":event_processor('start')")

Then all the HMS events will be polled in a single batch.



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5d0ecb3b756755bc04c66a538a9ae6b88011a019
Gerrit-Change-Number: 21175
Gerrit-PatchSet: 5
Gerrit-Owner: Sai Hemanth Gantasala <[email protected]>
Gerrit-Reviewer: Anonymous Coward <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]>
Gerrit-Comment-Date: Thu, 27 Mar 2025 01:25:17 +0000
Gerrit-HasComments: Yes

Reply via email to