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

xds: clean up xDS fallback balancer filtering out grpclb balancer addresses #6752

Merged

Conversation

voidzcy
Copy link
Contributor

@voidzcy voidzcy commented Feb 25, 2020

#6637 changed to put grpclb balancer addresses in ResolutionResult.attributes instead of in addresses. We have also migrated the internal resolver to do the same. So LB policies will never receive grpclb balancer addresses in ResolutionResult.getAddresses().

@voidzcy voidzcy merged commit 5b36caa into grpc:master Feb 26, 2020
dfawley pushed a commit to dfawley/grpc-java that referenced this pull request Jan 15, 2021
…balancer addresses. (grpc#6752)

Previously, the internal prod test name resolver will give grpclb balancer addresses in `ResolutionResult.addresses`. So we have this filtering code to avoid those addresses being used. We've changed the internal resolver, it will never mix grpclb balancer addresses with normal backend addresses. Therefore, we no longer need this piece of code.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants