je-ik commented on pull request #14718: URL: https://github.com/apache/beam/pull/14718#issuecomment-847218537
There is still another issue - if we enforce the output timestamp to be within bounds of the window, we will block output watermark on the boundary of window, up to window GC time. That sounds incorrect. The case of timer set to time in the interval window.maxTimestamp() and (window.maxTimestamp() + allowedLateness) seems to be somewhat special and needs special handling. It should definitely not place watermark hold. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
