-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
balancer: existing LB policies must update picker synchronously #5469
Labels
Area: Resolvers/Balancers
Includes LB policy & NR APIs, resolver/balancer/picker wrappers, LB policy impls and utilities.
fixit
P3
Type: Bug
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. |
purnesh42H
added
the
Area: Resolvers/Balancers
Includes LB policy & NR APIs, resolver/balancer/picker wrappers, LB policy impls and utilities.
label
Sep 7, 2024
This was referenced Sep 12, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Area: Resolvers/Balancers
Includes LB policy & NR APIs, resolver/balancer/picker wrappers, LB policy impls and utilities.
fixit
P3
Type: Bug
#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: