grpc-java/xds
Chengyuan Zhang 70dd45ae70
xds: fix LB policy address and balancing state update propagations (#7772)
Delaying handleResolvedAddresses() for propagating configs to the child LB policy can be problematic. For example, if channel shutdown has been enqueued when calling child policy's handleResolvedAddresses() is being enqueued (e.g., receiving updates from XdsClient), it should not be executed. Otherwise, subchannels may be created by LBs that have already been shut down.

This change fixes LB config propagations in LB policies that manage a group of child LBs and delay the propagation for avoiding reentrancy. LB policies will always directly propagate child LB config/addresses updates directly. On the other hand, upcalls from child LB policies for balancing state updates will be queued and executed later.
2021-01-06 18:25:03 -08:00
..
src xds: fix LB policy address and balancing state update propagations (#7772) 2021-01-06 18:25:03 -08:00
third_party xds: import latest envoy and udpa protos to get new fields (#7747) 2020-12-22 12:22:40 -08:00
build.gradle Bump Gradle and plugin versions 2020-12-17 15:02:27 -08:00