Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bigquery): remove retry on FailedPrecondition #10671

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

alvarowolfx
Copy link
Contributor

As reported by a customer , PRECONDITION_FAILED is returned when calling ReadRows on an expired stream (TTL of 6 hours) and should not be retried per gRPC docs. This causes storageArrowIterator.processStream to retry indefinitely.

@alvarowolfx alvarowolfx requested review from a team as code owners August 12, 2024 18:53
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the BigQuery API. label Aug 12, 2024
@alvarowolfx alvarowolfx merged commit ab9a961 into googleapis:main Aug 12, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants