reuvenlax commented on a change in pull request #15056:
URL: https://github.com/apache/beam/pull/15056#discussion_r660888061
##########
File path: sdks/java/core/src/main/java/org/apache/beam/sdk/state/Timer.java
##########
@@ -81,6 +81,9 @@
*/
Review comment:
But that is incorrect behavior (as has been agreed on the dev list many
times). set/clear calls should take effect immediately. The fact that this is
sometimes not true has caused user bugs before because calls to modify state
take effect immediately, leading to users seeing inconsistencies between state
& timers.
I have a followon PR to fix this bug, so set/clear calls will be visible
immediately.
--
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]