-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: OnTimer("loopingTimer") not triggered on 2.52.0 #29816
Comments
hi, any updates on this issue? we see that same behaviour in beam 2.53 so we are not able to upgrade to latest versions. |
Hi, what is the source? |
I see similar issues with 2.55.0 using Kafka and |
I don't think this is related. #28614 is related to batch execution. I'll investigate this and report results here. |
What happened?
Since upgrading to 2.52.0, looks like the
@OnTimer("loopingTimer")
is not working properly for me.Was tested and working on 2.51
no logs were printed from
@OnTimer("loopingTimer")
The logic in my code is pretty much identical to: https://beam.apache.org/blog/looping-timers/ , Option 3:
using FlinkRunner
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: