grpc-java/xds
Eric Anderson 437e03dc98
xds: Avoid PriorityLb re-enabling timer on duplicate CONNECTING (#12289)
Since c4256add4 we no longer fabricate a TRANSIENT_FAILURE update from
children. However, previously that would have set
seenReadyOrIdleSinceTransientFailure = false and prevented future timer
creation. If a LB policy gives extraneous updates with state CONNECTING,
then it was possible to re-create failOverTimer which would then wait
the 10 seconds for the child to finish CONNECTING. We only want to give
the child one opportunity after transitioning out of READY/IDLE.

https://github.com/grpc/proposal/pull/509
2025-08-19 12:53:47 +05:30
..
src xds: Avoid PriorityLb re-enabling timer on duplicate CONNECTING (#12289) 2025-08-19 12:53:47 +05:30
third_party xds: Envoy proto sync to (#12224) 2025-07-28 20:56:27 +05:30
BUILD.bazel bazel: Use jarjar to avoid xds deps (#12243) 2025-07-28 12:30:39 +05:30
build.gradle bazel: Use jarjar to avoid xds deps (#12243) 2025-07-28 12:30:39 +05:30