arunpandianp commented on code in PR #38139: URL: https://github.com/apache/beam/pull/38139#discussion_r3065997446
########## runners/core-java/src/main/java/org/apache/beam/runners/core/triggers/TriggerStateMachineRunner.java: ########## Review Comment: Right now, this logic prevents unbounded state growth due to empty bitset. We've to make sure https://github.com/apache/beam/pull/37574 doesn't cause unbounded growth, we could disable the optimization with certain windows/triggers. -- 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]
