Running a rabbitmq cluster makes rabbitmq extremely unstable. I have a very simple, 2 nodes setup (both disc) for HA purposes. The most important queues have the HA flag ensuring they get replicated on both nodes so that if one goes down, the clients can reconnect to the other one and continue consuming messages as if nothing happened. In theory, it sounds perfect, but in practice it's such a pain!<div><br></div><div>If one node goes down, the performance of the remaining node gets seriously affected. Everything slows down, on occasions the broker just crashes. Any rabbitmqctl commands on the remaing node take 30seconds+ if the node is relatively quiet. Resetting the cluster doesn't work without a force_reset, I keep getting the&nbsp;<b>no_running_cluster_nodes</b> error.</div><div><br></div><div>Is anyone else having the same issues with RabbitMQ clustering? As it stands, it's pretty unusable. I'm running&nbsp;<span style="color: rgb(72, 72, 72); font-family: Verdana, sans-serif; font-size: 12px; ">RabbitMQ&nbsp;</span><b style="color: black; font-weight: normal; font-family: Verdana, sans-serif; font-size: 12px; ">2.8.6</b><span style="color: rgb(72, 72, 72); font-family: Verdana, sans-serif; font-size: 12px; ">&nbsp;on Erlang&nbsp;</span><b style="color: black; font-family: Verdana, sans-serif; font-size: 12px; font-weight: normal; ">R13B03 under Ubuntu 10.04.03 64bit, installed via the official&nbsp;</b><font color="#000000" face="Verdana, sans-serif"><span style="font-size: 11.80555534362793px;">http://www.rabbitmq.com/debian/dists/testing/</span></font><b style="color: black; font-family: Verdana, sans-serif; font-size: 12px; font-weight: normal; ">&nbsp;packages.</b></div>