grpc
connection_error
ai_generated
true
UNAVAILABLE: all SubConns are in TransientFailure
ID: grpc/load-balancer-routing-error
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1 | active | — | — | — |
Root Cause
gRPC load balancer cannot find healthy backend.
genericWorkarounds
-
88% success Verify DNS/service discovery returns healthy backends
-
90% success Configure gRPC health checking: grpc.health.v1.Health
Dead Ends
Common approaches that don't work:
-
Bypass load balancer and hardcode one server
80% fail
No redundancy
-
Remove health checking
85% fail
Routes to dead backends