Skip to content

"no children to pick from" errors in v1.71.0 when using client-side load-balancing #8146

Closed
@KnutZuidema

Description

@KnutZuidema

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"
}

Metadata

Metadata

Assignees

Labels

Area: Resolvers/BalancersIncludes LB policy & NR APIs, resolver/balancer/picker wrappers, LB policy impls and utilities.Type: Bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions