apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.77k stars 4.21k forks source link

The LoadTests Go Combine Flink Batch job is flaky #30521

Open github-actions[bot] opened 6 months ago

github-actions[bot] commented 6 months ago

The LoadTests Go Combine Flink Batch is failing over 50% of the time Please visit https://github.com/apache/beam/actions/workflows/beam_LoadTests_Go_Combine_Flink_Batch.yml?query=is%3Afailure+branch%3Amaster to see the logs.

damondouglas commented 1 month ago

After investigating, my hypothesis is that the workflow's attempt to restart the flink runner is failing this test. This is suggested by the gRPC failure to call the endpoint.

github-actions[bot] commented 3 weeks ago

Reopening since the workflow is still flaky