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

[Don't review] POC: Complete tail latency change #10811

Closed

Conversation

raj-prince
Copy link
Contributor

No description provided.

tritone and others added 23 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.
Adds a RetryOption to set a minimum throughput per second on reads.
If Read was called and throughput is below this level, then the
connection will be closed and reopened.

This timeout will also be applied to gRPC reads in a future PR.
@tritone
Copy link
Contributor

tritone commented Oct 18, 2024

Superceded by later PRs.

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

2 participants