[rabbitmq-discuss] Bring cluster up after node crash

carlhoerberg carl.hoerberg at gmail.com
Sat Mar 23 03:01:54 GMT 2013


RabbitMQ 3.0.4, Erlang R14B04. Ubuntu 12.04, installed with apt-get install
from your ppa, nothing custom at all. 

Nothing exciting in the config:
[
  {rabbit, [
     {log_levels, [{connection, error}]},
     {vm_memory_high_watermark, 0.8},
     {tcp_listeners, [{"0.0.0.0", 5672}]},
     {ssl_listeners, [{"0.0.0.0", 5671}]},
     {ssl_options, [{cacertfile,"/etc/rabbitmq/ca.pem"},
                    {certfile,"/etc/rabbitmq/key.pem"}
		   ]}
   ]},
{rabbitmq_management,
  [{listener, [{port, 15672},
               {ip, "0.0.0.0"},
		{ssl,      true}
              ]}
  ]}
].

Only the mgmt plugin enabled. 

I had no problems with file corruption as far as i know. 

Yes, I was "killing" the nodes, with kill -9

No, haven't touched the backing queue or anything like that. 



--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/Bring-cluster-up-after-node-crash-tp25530p25676.html
Sent from the RabbitMQ mailing list archive at Nabble.com.


More information about the rabbitmq-discuss mailing list