grpc-java/grpclb/src
Chengyuan Zhang 9c562c8a6f
grpclb: should not ignore subchannels with CONNECTING state in aggregating the overall LB state (#7959)
We should treat both IDLE and CONNECTING subchannels as "connection in progress" when aggregating for the overall load balancing state. Otherwise, RPCs could fail prematurely if one subchannel enters TF while all the others are still in CONNECTING.

23d279660c made each individual subchannel stay in TF until READY if it previously was in TF. So subchannels with CONNECTING state are those in first time connecting. We should give them time to connect.
2021-03-11 16:48:01 -08:00
..
generated/main/grpc/io/grpc/lb/v1 compiler: remove some of the static imports in codegen (#7751) 2020-12-23 11:28:03 -08:00
main grpclb: should not ignore subchannels with CONNECTING state in aggregating the overall LB state (#7959) 2021-03-11 16:48:01 -08:00
test/java/io/grpc/grpclb grpclb: should not ignore subchannels with CONNECTING state in aggregating the overall LB state (#7959) 2021-03-11 16:48:01 -08:00