You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, in C-core, we skip these localities inside of XdsClient when parsing the EDS resource. They never get returned from the XdsClient, so there's no need to deal with them in any of the LB policies.
easwars
changed the title
clusterresolver: add tests to ensure that localities with zero weight are skipped
xdsclient: skip localities with zero weight when parsing the resource
Jun 22, 2022
We do skip localities with zero weight here:
grpc-go/xds/internal/balancer/clusterresolver/configbuilder.go
Line 254 in 28de486
But, we have no tests for this.
The text was updated successfully, but these errors were encountered: