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

feat(storage): retry read stalled request with dynamic timeout #10806

Closed

Conversation

raj-prince
Copy link
Contributor

@raj-prince raj-prince commented Sep 3, 2024

Need to discuss:

  • We need to keep the read request dynamic timeout at client level and should be passed during the instantiation of client?

tritone and others added 2 commits August 15, 2024 05:55
Adds a RetryOption to set a timeout on stalled reads during downloads.
If individual calls to body.Read() exceed this timeout, the connection
will be closed and reopened from the last read offset.

This timeout will also be applied to gRPC reads and to the initial
read request in future PRs.
@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Sep 3, 2024
@tritone
Copy link
Contributor

tritone commented Oct 23, 2024

Superceded by #10958

@tritone tritone closed this Oct 23, 2024
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