Zachary Houfek created BEAM-13076:
-------------------------------------
Summary: Python AfterAny, AfterAll do not follow spec
Key: BEAM-13076
URL: https://issues.apache.org/jira/browse/BEAM-13076
Project: Beam
Issue Type: Bug
Components: sdk-py-core
Reporter: Zachary Houfek
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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)