I am experiencing an issue with my BigQuery data streaming application, which uses the following dependency:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerystorage</artifactId>
<version>2.24.2</version>
</dependency>
Issue Details:
Action Performed: The application uses JsonStreamWriter and BigQueryWriteClient to stream data to BigQuery. On 25/07/2024, it tried streaming data to bigquery.
Error Encountered: On 29/07/2024, we received an exception related to this operation.
Delay Concern:
- We are concerned about the five-day delay between the action and the error occurrence.
- We need to understand if the Google client library was retrying the operation on its end and why it took such a long duration.
Request for Support:
Retry Mechanism:
- Please confirm if the Google Cloud BigQuery Storage client library has built-in retry mechanisms.
- If so, could you provide details on the default retry settings and how we can configure custom retry settings to better handle such scenarios?
Issue Diagnosis:
- Could you help us diagnose why there was a five-day delay before the exception was reported?
- We need to understand if this is a known issue with version 2.24.2 of the client library and whether upgrading to a newer version is recommended.