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
#32650 introduced a race condition when stringset is getting rate (runner about to report metrics) and adding more values. In particular, on Dataflow legacy runer it may throw runtime Exceptions when reading here:
This prominently happens on Beam 2.60.0 streaming pipeline using FileIO read from an unbounded input of file metadata, and files come in with different directories. In this way stringset add does not happen at once, and likely trigger the race
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam YAML
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Infrastructure
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
What happened?
#32650 introduced a race condition when stringset is getting rate (runner about to report metrics) and adding more values. In particular, on Dataflow legacy runer it may throw runtime Exceptions when reading here:
beam/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/MetricsToCounterUpdateConverter.java
Line 105 in 4f37e53
This prominently happens on Beam 2.60.0 streaming pipeline using FileIO read from an unbounded input of file metadata, and files come in with different directories. In this way stringset add does not happen at once, and likely trigger the race
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: