Comment 1 for bug 1696905

Revision history for this message
Ken Giusti (kgiusti) wrote :

Hi Sanchit,

Which version of oslo.messaging are you using?

Any chance you can get a traceback of the hung process? Like via pstack?

Can you get a dump of rabbitmq queue counters by running the following commands *after* the hang occurs?

$ sudo rabbitmqctl list_queues
$ sudo rabbitmqctl list_queues messages_unacknowledged

And lastly can you capture logs (debug level and up) from the hung service?

thanks