Support for liveness probe in rabbitmq pods #1391
Unanswered
hunnygarg-ag
asked this question in
Q&A
Replies: 1 comment
-
Can you please provide full logs? Generally speaking, this kind of issues should be resolved by Erlang - it has the concept of process supervision and restart, so if a RabbitMQ component crashed, it should be restarted. If Erlang crashes, the pod will be restarted without a You can add a |
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.
-
When deploying rabbitmq cluster backed by EFS volume, sometimes we see it stop working with below CRASH logs
CRASH REPORT Process rabbit_web_dispatch_registry with 0 neighbours exited with reason: {aborted,{node_not_running,'[email protected]'}} in mnesia:abort/1 line 361
Output of
rabbitmqctl status
inside the pod during this CRASHRabbitmq pod remain in running state during this crash and k8s does not restart it due to missing liveness probe.
Can liveness probe support be added to handle such situations.
Beta Was this translation helpful? Give feedback.
All reactions