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: Retry gRPC UNAUTHENTICATED errors like 401s. #2781

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cjc25
Copy link

@cjc25 cjc25 commented Dec 11, 2024

HTTP 401s are retried transparently by GCSFuse, because we may have a delay between when we fetch an OAuth token and when it is validated in GCS. This applies equivalently to the gRPC error space.

See #2766

HTTP 401s are retried transparently by GCSFuse, because we may have a
delay between when we fetch an OAuth token and when it is validated in
GCS. This applies equivalently to the gRPC error space.
@cjc25 cjc25 requested a review from a team as a code owner December 11, 2024 15:07
@cjc25 cjc25 requested a review from ashmeenkaur December 11, 2024 15:07
@cjc25
Copy link
Author

cjc25 commented Dec 11, 2024

@gargnitingoogle @anushka567 FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant