-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
balancer: existing LB policies must update picker synchronously #5469
Comments
Yes, you are right about the ringhash LB policy. I updated the PR description to reflect this. The same needs to be done for other policies in the list and once confirmed, the PR description needs to be updated accordingly. Thanks. |
#5211 talks about delaying picker updates in LB policies which have child policies, until the configs have been propagated to all the children. It also talks about auditing existing code to ensure that existing LB policy implementations update their pickers synchronously upon receipt of a config update.
We will use this issue to ensure that we have audited all existing LB policy implementations, and update docs to indicate the same.
The text was updated successfully, but these errors were encountered: