You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently limit is set to 5. So at the moment if there are 5 consecutive failures RoundRobin resolver will stop all the resolutions and keep using old connections that might be stale. See: go/src/google.golang.org/grpc/balancer.go:240
The text was updated successfully, but these errors were encountered:
Currently limit is set to 5. So at the moment if there are 5 consecutive failures
RoundRobin
resolver will stop all the resolutions and keep using old connections that might be stale. See:go/src/google.golang.org/grpc/balancer.go:240
The text was updated successfully, but these errors were encountered: