Skip to content

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

Merged
andygrove merged 1 commit intoapache:branch-0.14from
andygrove:backport-3802-to-0.14
Apr 14, 2026
Merged

fix: [branch-0.14] backport #3802 - cache object stores and bucket regions to reduce DNS query volume#3935
andygrove merged 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
Copy link
Copy Markdown
Contributor

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

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

Thanks @andygrove!

@andygrove andygrove merged commit e4da4de into apache:branch-0.14 Apr 14, 2026
114 of 116 checks passed
@andygrove andygrove deleted the backport-3802-to-0.14 branch April 14, 2026 14:18
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