shunping commented on code in PR #36672:
URL: https://github.com/apache/beam/pull/36672#discussion_r2478126175
##########
sdks/go/pkg/beam/runners/prism/internal/engine/elementmanager.go:
##########
@@ -1334,10 +1334,13 @@ func (ss *stageState) injectTriggeredBundlesIfReady(em
*ElementManager, window t
}
state := wv[key]
endOfWindowReached := window.MaxTimestamp() < ss.input
+ em.refreshCond.L.Lock()
+ emNow := em.ProcessingTimeNow()
Review Comment:
> Are we calling it outside of the engine package?
No, it is all called within engine.
<img width="1062" height="498" alt="image"
src="https://github.com/user-attachments/assets/a449612d-6851-4347-b292-40436ac9b418"
/>
--
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]