RabbitMQ authentication failed after pod rescheduled to different node #8982
Unanswered
CassieZAHNG
asked this question in
Questions
Replies: 1 comment
-
Hard to tell what happens exactly but:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I have a cluster consist of 3 rabbitmq pods allocated at different node.
Those pods are managed by statefulset. I got an issue that, if a pod is rescheduled to a new node (e.g., previous node is down), then its peers (another 2 pods) will try to reset the new rescheduled pod, and then the rescheduled pod will keep restarting and throws connection authentication issue when other service trying to reconnect it.
error like:
Liveness probe failed: Get "http://10.200.36.128:3030/ping": read tcp 10.200.36.118:35532->10.200.36.128:3030: read: connection reset by peer
Do you have any idea about this?
Beta Was this translation helpful? Give feedback.
All reactions