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

core: Simplify DnsNameResolver by using ObjectPool #11738

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Dec 10, 2024

ObjectPool is our standard solution for dealing with the sometimes-shutdown resources. This was implemented by a contributor not familiar with regular tools.

There are wider changes that can be made here, but I chose to just do a smaller change because this class is used by GrpclbNameResolver.

ObjectPool is our standard solution for dealing with the
sometimes-shutdown resources. This was implemented by a contributor not
familiar with regular tools.

There are wider changes that can be made here, but I chose to just do a
smaller change because this class is used by GrpcNameResolver.
@ejona86 ejona86 requested a review from larry-safran December 10, 2024 19:25
@ejona86 ejona86 merged commit 6055adc into grpc:master Dec 10, 2024
16 checks passed
@ejona86 ejona86 deleted the dns-objectpool branch December 10, 2024 20:53
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