Reduce logging related to ratelimitExceeded error for BQ sink when performing streaming inserts
Open
gcp
improvement
io
java
P3
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
These errors are usually temporary and pipelines may recover.
We can consider not logging till we backoff for a certain amount of time here.
[https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java#L792](https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java#L792)
cc: [~reuvenlax]
Imported from Jira [BEAM-10045](https://issues.apache.org/jira/browse/BEAM-10045). Original Jira may contain additional context.
Reported by: chamikara.
Contributor guide
Assessment
This issue has not been assessed yet.