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

grpc-js: Switch LB policy when new one is not CONNECTING #2199

Merged

Conversation

murgatroid99
Copy link
Member

Based on conversations with the team, this is a correction to the behavior when handling an LB policy config update that changes the LB policy type. This ChildLoadBalancerHandler class handles graceful switchover from the existing LB policy to the new one. The current behavior is to switch when the new one is in the READY state, but instead it will switch whenever the new one is in any state other than CONNECTING.

@murgatroid99 murgatroid99 merged commit 0a94d40 into grpc:master Aug 18, 2022
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.

None yet

2 participants