Skip to content

feat(storage): adding bucket-specific dynamicDelay#10987

Merged
tritone merged 7 commits into
googleapis:mainfrom
raj-prince:bucket_delay
Oct 17, 2024
Merged

feat(storage): adding bucket-specific dynamicDelay#10987
tritone merged 7 commits into
googleapis:mainfrom
raj-prince:bucket_delay

Conversation

@raj-prince

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

Copy link
Copy Markdown
Contributor

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
@conventional-commit-lint-gcf

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

Copy link
Copy Markdown

🤖 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 October 14, 2024 14:15
Comment thread storage/bucket_delay.go Outdated
Comment thread storage/bucket_delay.go Outdated
Comment thread storage/bucket_delay.go Outdated
Comment thread storage/bucket_delay_test.go Outdated
Comment thread storage/bucket_delay.go Outdated
Comment thread storage/dynamic_delay.go Outdated
Comment thread storage/dynamic_delay.go Outdated
Comment thread storage/experimental/experimental.go
@raj-prince raj-prince requested a review from tritone October 17, 2024 16:52

@tritone tritone left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

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