grpc
connection_error
ai_generated
true
UNAVAILABLE: connection closed due to idle timeout
ID: grpc/idle-connection-closed
80%Fix Rate
84%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1 | active | — | — | — |
Root Cause
gRPC connection closed after idle timeout period.
genericWorkarounds
-
90% success Configure keepalive parameters to match server idle timeout
-
85% success Use connection pool that recreates connections on demand
Dead Ends
Common approaches that don't work:
-
Set infinite idle timeout
78% fail
Resource leak on abandoned connections
-
Send empty RPCs as keepalive
72% fail
Wasted server resources