RabbitMQ becoming unresponsive and unable to recover #9264
Replies: 1 comment
-
Thanks for using RabbitMQ. Unfortunately, we do not have time to provide support for an out-of-date version of RabbitMQ. Please upgrade - https://www.rabbitmq.com/versions.html |
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.
-
We have an issue in the RabbitMQ version 3.6.5 Erlang 18.3.4.4 in which the service becomes unresponsive.
There is a service monitor that uses the "rabbitmqctl status" to be a heartbeat and at some point it fails and then it calls a recovery procedure: it calls the "rabbitmqctl stop", wait to check if the amqp port is released, then call start the server.
In this process, the stop path fails because the port is still hold, however, the server is not running (at least not responding properly the status), then it is not able to start right away, after some retries eventually it starts, but just after a few seconds it dies again and the recovery cycle repeats (until eventually it logs a crash dump in the logs).
Bottom line is that RabbitMQ enters a bad state in which it stays kind of messy and does not recover within the required window.
Do you know what could be causing that or, maybe, point to some issue that has been resolved in newer versions that could be fixing similar error?
We got these error logs from RabbitMQ:
startup_err:
startup_log:
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions