Skip to content

Conversation

@Nicop06
Copy link

@Nicop06 Nicop06 commented Apr 28, 2025

When using the grpc client for the google cloud storage, we sometimes have issues connecting to the authentication server. Currently, those errors are not retried. This change ensures that we can retry authentication errors when sending queries to google cloud storage using the grpc client.


This change is Reviewable

@Nicop06 Nicop06 requested review from a team as code owners April 28, 2025 13:49
@Nicop06 Nicop06 changed the title Retry kUnauthenticated error for google cloud storage fix: retry kUnauthenticated error for google cloud storage Apr 28, 2025
@Nicop06 Nicop06 changed the title fix: retry kUnauthenticated error for google cloud storage fix(storage): retry kUnauthenticated error Apr 28, 2025
When using the grpc client for the google cloud storage, we sometimes have issues connecting to the authentication server. Currently, those errors are not retried. This change ensures that we can retry authentication errors when sending queries to google cloud storage using the grpc client.
@scotthart
Copy link
Member

A change like this would alter the behavior for all users of the library. Please see https://cloud.google.com/cpp/docs/reference/storage/latest/storage-retry-examples for creating a custom retry policy that addresses your use case.

@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Apr 29, 2025
@scotthart scotthart closed this May 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the Cloud Storage API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants