Closed
Description
What version of gRPC are you using?
v1.71.0
What version of Go are you using (go version
)?
1.23.5
What operating system (Linux, Windows, …) and version?
Linux
What did you do?
updated from v1.70.0 to v1.71.0
What did you expect to see?
no functional change
What did you see instead?
gRPC calls started returning these errors:
rpc error: code = Unavailable desc = no children to pick from"
Further information
I am assuming that the error is connected to recent changes in client-side load-balancing, particularly this change.
I am using the round-robin load-balancing policy, using a service config like this one:
{
"loadBalancingPolicy": "round_robin"
}