lostluck commented on code in PR #35089: URL: https://github.com/apache/beam/pull/35089#discussion_r2115113270
########## sdks/go/pkg/beam/runners/prism/internal/engine/elementmanager.go: ########## @@ -1648,6 +1648,10 @@ keysPerBundle: continue } holdsInBundle[e.holdTimestamp]++ + if e.timestamp > watermark { Review Comment: So this is to delay a prematurely potential timer? Interesting! (I'll need to look at this off of my phone to confirm) -- 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-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org