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

CJR limits block downloading blobs #1192

Open
johnhferland opened this issue Aug 27, 2019 · 0 comments
Open

CJR limits block downloading blobs #1192

johnhferland opened this issue Aug 27, 2019 · 0 comments

Comments

@johnhferland
Copy link

What happened?

Outgoing requests to load blobs from data store block on acquiring permits. Permits don't increase with usage, even though there are no 429s or 503s returned from the data store.

Currently, CJR only releases limiters when the response has been fully read. This slows down the increase in permits for clients that load blobs.

What did you want to happen?

Have CJR release limiters once the client starts streaming the bytes of a response.

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 a pull request may close this issue.

1 participant