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): adding bucket-specific dynamicDelay #10987

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

raj-prince
Copy link
Contributor

@raj-prince raj-prince commented Oct 14, 2024

Follow up on this PR: #10958, making the dynamic delay instance bucket-specific.

Before this, dynamicTimeout is kept at the client and hence shared across all the
BucketHandle, which is not the ideal state. As latency depends on location of VM
and Bucket, and read latency of different buckets may lie in different range.
Hence having a separate dynamicTimeout instance at BucketHandle level will be better.

@product-auto-label product-auto-label bot added the api: storage Issues related to the Cloud Storage API. label Oct 14, 2024
Copy link

conventional-commit-lint-gcf bot commented Oct 14, 2024

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@raj-prince raj-prince changed the title feat(storage): making dynamic read-request timeout bucket-specific feat(storage): adding bucket-specific dynamicDelay Oct 14, 2024
@raj-prince raj-prince marked this pull request as ready for review October 14, 2024 14:15
@raj-prince raj-prince requested review from a team as code owners October 14, 2024 14:15
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.

1 participant