[rabbitmq-discuss] Rabbit 3.1.1 crash question

Matthias Radestock matthias at rabbitmq.com
Fri Jun 21 23:33:56 BST 2013


Morgan,

On 21/06/13 18:44, Morgan Nelson wrote:
>      I'm having a crash in RabbitMQ about every 36 hours or so.  I have
> a gist at https://gist.github.com/korishev/5832748 with a (very large)
> set of crash and supervisor reports.

That's a bug. It's quite difficult to trigger, so I'm not surprised it's 
taking a while for your broker to run into it.

AFAICT the bug will only surface on a channel with basic.qos prefetch, 
when there is a sequence of several basic.consume and basic.cancel 
commands involving the same queue. And there are several other 
conditions that need to be met, and the timing needs to be just right.

A workaround until we fix this would be closing channels after 
basic.cancel and using a fresh channel for every basic.consume.

Thanks for reporting this!

Regards,

Matthias.


More information about the rabbitmq-discuss mailing list