You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try running a pipeline that has multiple unbounded sources where 1 or more do not emit any data within the window and try to flatten the pcollections together Prism will not execute any subsequent ParDos until all sources emit something even after the window ends.
Expected Behaviour
Prism should finish processing the data once the window ends, even if not all the sources that are being flattened have emitted data.
What happened?
What happened?
If you try running a pipeline that has multiple unbounded sources where 1 or more do not emit any data within the window and try to flatten the pcollections together Prism will not execute any subsequent ParDos until all sources emit something even after the window ends.
Expected Behaviour
Prism should finish processing the data once the window ends, even if not all the sources that are being flattened have emitted data.
Minimal Example
Output
Prism only ever runs
initCount
, none of thecount
ParDo functions are ever run because it is waiting for data from c2Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: