[Bug]: Windowing stops working and throws Cython error around IntervalWindowBase #27554
Closed
2 of 15 tasks
Labels
awaiting triage
bug
dataflow
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
P2
python
Milestone
What happened?
Using Beam versions 2.37.0 and 2.43.0, we are reading from streaming source Pub/Sub and using two FixedWindows of 30 minutes each to aggregate elements and then group by a key we assigned based on the message. The pipeline works fine for about ~1hr (I can see windows are getting outputed correctly and process afterwards) and then it throws the following error around the IntervalWindowBase:
This error also happens when I reduce the size of the window. We are using Dataflow as the Runner. Input type to the windowing is
Tuple[str, Dict[str, str]]
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: