Lee-W commented on code in PR #67523:
URL: https://github.com/apache/airflow/pull/67523#discussion_r3409075620


##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -1417,6 +1447,8 @@ async def sync_state_to_supervisor(self, finished_ids: 
list[int]) -> None:
         if resp:
             self.to_create.extend(resp.to_create)
             self.to_cancel.extend(resp.to_cancel)
+            if resp.events_persisted:
+                self._shared_streams.confirm_persisted(resp.events_persisted)

Review Comment:
   Resolution completes only after the trigger events are confirmed persisted, 
so by the time `advance `fires, the events are already processed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to