Comment 8 for bug 1784757

Revision history for this message
Bryce Harrington (bryce) wrote : Re: rabbitmq-server does not properly shutdown

Like Christian, I also am seeing only a 1 second stop. I tried a few different things but couldn't reproduce the delay.

I poked through /usr/lib/rabbitmq/lib/rabbitmq_server-3.6.10/sbin/rabbitmq-server, but it's unclear what the technical difference is between 'stop' and 'shutdown'. Some comments in the code suggest that under some circumstances a wait might be triggered - if you instrument that code perhaps you can identify if it is hitting that wait, and if so why.

Without knowing more, just switching to using 'shutdown' feels like a kludge/workaround, and probably not what we should deploy as a fix to this. Instead, some additional investigation needs done to figure out why it is delaying, or at least more specific reproduction steps so others can do that sleuthing.

So, as I don't think there's anything more we can do on this end, I'm going to drop the server-next tag for the time being. Feel free to re-add it if you think there's enough info for us to take another stab at it though.