You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/05 01:21:34 UTC

[GitHub] [beam] damccorm opened a new issue, #21699: Changing the output timestamp of a timer does not clear the previously set timer

damccorm opened a new issue, #21699:
URL: https://github.com/apache/beam/issues/21699

   While looking into an unrelated bug with GroupIntoBatches, I noticed that it seems like changing the output timestamp of a timer does not clear the existing timer, and instead creates a new one.  
   
   This kind of makes sense looking at the implementation of timers in Dataflow, the output timestamp is encoded into the timer ID, but this is not reflected in the timerStillPresent map in WindmillTimerInternals.  It seems like it should be, and the previous timer should be deleted.
   
   Imported from Jira [BEAM-14239](https://issues.apache.org/jira/browse/BEAM-14239). Original Jira may contain additional context.
   Reported by: SteveNiemitz.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] reuvenlax closed issue #21699: Changing the output timestamp of a timer does not clear the previously set timer

Posted by GitBox <gi...@apache.org>.
reuvenlax closed issue #21699: Changing the output timestamp of a timer does not clear the previously set timer
URL: https://github.com/apache/beam/issues/21699


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] reuvenlax commented on issue #21699: Changing the output timestamp of a timer does not clear the previously set timer

Posted by GitBox <gi...@apache.org>.
reuvenlax commented on issue #21699:
URL: https://github.com/apache/beam/issues/21699#issuecomment-1162129244

   @steveniemitz this issue should be fixed in the upcoming 2.40.0 release


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org