damccorm opened a new issue, #21262: URL: https://github.com/apache/beam/issues/21262
Both AfterAll and AfterAny should complete after firing, but they base their logic on the subtriggers, but they instead only finish if all the fired subtriggers or any of the fired subtriggers finish. This makes it possible for them to never finish. For more info, see discussion inĀ https://github.com/apache/beam/pull/15603 Imported from Jira [BEAM-13076](https://issues.apache.org/jira/browse/BEAM-13076). Original Jira may contain additional context. Reported by: zhoufek. -- 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]
