grpc-java/grpclb
Chengyuan Zhang e5ab4d743d
grpclb: fix race between address update and LB stream recreation (#7934)
When the LB stream has been closed and a retry task is scheduled. Receiving a ResolvedAddress update with LB addresses immediately creates a new RPC stream again. Then when the retry task fires, a LB stream already exists.

This change cancels the retry task when the address update causing a new LB stream to be created.
2021-03-02 22:43:26 -08:00
..
src grpclb: fix race between address update and LB stream recreation (#7934) 2021-03-02 22:43:26 -08:00
BUILD.bazel Sync grpc-proto to 1ff78907 2020-02-10 12:32:39 -08:00
build.gradle all: migrate gradle build to java-library plugin 2020-05-04 16:44:30 -07:00