Abacn commented on PR #39849:
URL: https://github.com/apache/beam/pull/39849#issuecomment-5388268341

   In fact I suspect all runners  have same issue, if checking the log of 
previous job: `2026-08-14_04_42_03-12041500729043885033`. Effectively busy 
polling is consistent throughout runners. We need to be more careful and 
understand the implementation of this fix, and if it indeeds align with spec.
   
   I think a proper fix should be done in SDK side, such that the watch 
transform should not initiate poll function and output when the time isn't 
advanced to next poll time:
   
   
https://github.com/apache/beam/blob/466cf6d265bd4c833f8ba7377026708225b8458c/sdks/python/apache_beam/transforms/periodicsequence.py#L168


-- 
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