Skip to content

fix: [branch-0.14] backport #3802 - cache object stores and bucket regions to reduce DNS query volume#3935

Open
andygrove wants to merge 1 commit intoapache:branch-0.14from
andygrove:backport-3802-to-0.14
Open

fix: [branch-0.14] backport #3802 - cache object stores and bucket regions to reduce DNS query volume#3935
andygrove wants to merge 1 commit intoapache:branch-0.14from
andygrove:backport-3802-to-0.14

Conversation

@andygrove
Copy link
Copy Markdown
Member

@andygrove andygrove commented Apr 13, 2026

Which issue does this PR close?

Backport of #3802 to branch-0.14.

Rationale for this change

PR #3802 fixes excessive DNS query volume caused by creating new object store instances repeatedly instead of caching them. This can cause operational issues in cloud deployments where DNS rate limiting is a concern.

What changes are included in this PR?

Cherry-pick of commit 7878f0d from main. The changes cache object stores and bucket regions to avoid redundant DNS lookups.

How are these changes tested?

Tests are included in the original PR and were cherry-picked along with the fix.

@andygrove andygrove changed the title fix: backport #3802 - cache object stores and bucket regions to reduce DNS query volume fix: [branch-0.14] backport #3802 - cache object stores and bucket regions to reduce DNS query volume Apr 13, 2026
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.

1 participant