shunping commented on issue #35176:
URL: https://github.com/apache/beam/issues/35176#issuecomment-2948018126

   In summary, the timing of clear and set matters here.
   
   * If we set the event time timer to trigger at T + 10, and then when 
processing event at T + 3 event time, we choose to clear the timer. The timer 
should be cleared successfully.
   
   * If we set the event time timer to trigger at T + 1, and then when 
processing event at T + 3 event time, we choose to clear the timer. I think we 
need to define a consistent behavior of whether the timer should be triggered 
regardless of bundle size in this scenario. 
   
   WDYT? @lostluck 


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