[rabbitmq-discuss] RabbitMQ crashed

Simon MacMullen simon at rabbitmq.com
Thu Oct 24 10:31:44 BST 2013


On 24/10/13 01:33, Michael Klishin wrote:
> This looks like something Rabbit should handle better (at least not take down the entire
> node).

I don't think it took down the entire node, I expect the queue crashed. 
Still unacceptable though.

We should never make use of gen_server:call/2 (which defaults to a 5 
second timeout), always gen_server:call/3 with 'infinity' as the timeout.

Kapil, this will be fixed in the next release.

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, Pivotal


More information about the rabbitmq-discuss mailing list