need help to understand error "ClosedSessionException: acquired an unhealthy connection" #5270
Unanswered
billshen99
asked this question in
Q&A
Replies: 1 comment
-
Hi, that's very interesting.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks, I'm running a gprc service through armeria in Kotlin. Recently, we start to see a lot of errors when calling server sometimes.
error message:
com.linecorp.armeria.client.UnprocessedRequestException: com.linecorp.armeria.common.ClosedSessionException: acquired an unhealthy connection
We saw the retry happens, but it didn't resolve the issue and connect to server only for partial requests. Some requests still can reach the server successfully. we mitigate the issue by bouncing the pods manually. can anyone help me to understand in what possible situations it can trigger
acquired an unhealthy connection
and why retry cannot resolve this issue?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions