Easwar Swaminathan
94a65dca40
rls: deflake tests ( #5877 )
...
Fixes https://github.com/grpc/grpc-go/issues/5845
2022-12-21 15:11:59 -08:00
Doug Fawley
778860e606
testing: update Go to 1.19 ( #5717 )
2022-10-17 15:04:34 -07:00
Easwar Swaminathan
c03925db8d
priority: release references to child policies which are removed ( #5682 )
2022-10-06 13:23:45 -07:00
Zach Reyes
3a74cd52c8
balancergroup: Add trigger point to gracefully switch a child ( #5251 )
...
* balancergroup: Add trigger point to gracefully switch a child
2022-03-22 18:58:13 -04:00
Zach Reyes
8078d1d541
balancergroup: Switched subBalancerWrapper to wrap a gracefulswitch.Balancer ( #5245 )
...
* balancergroup: Switched subBalancerWrapper to wrap a gracefulswitch.Balancer
2022-03-21 16:34:32 -04:00
Easwar Swaminathan
f5dc086d13
internal/balancergroup: eliminate race in exitIdle ( #5012 )
...
incomingMu needs to be taken before accessing scToSubBalancer map as part of exitIdle
2021-12-07 10:04:31 -08:00
Easwar Swaminathan
58beff180d
balancergroup: add method to exitIdle a sub-balancer ( #4994 )
...
This is required for the RLS LB policy. At pick time, if the RLS picker
finds one of its child policies in IDLE, it needs to be able to ask it
to exit idle.
2021-11-29 14:28:18 -08:00
Easwar Swaminathan
714ba8d517
xds: move balancergroup and weightedtarget our of xds directory ( #4966 )
2021-11-09 11:59:10 -08:00