Hello!
I have a cluster of 4 nodes, in disc mode, on 4 virtual machines.
When I crash all 4 of them (as if there was an electrical blackout), on restart they don't reunion in a cluster again, beacuse no node knows what the last running node was.
So I have to delete /var/lib/rabbitmq/mnesia directory on each of them and manually recluster.
But then all the messages that can be stored in mnesia will be lost!
Is there any way to set a cluster up after such a failure without mnesia deletion?
Maybe change some entries in mnesia on restart?
Configuration: rabbitmq 2.8.2 (due to corporate requirements), ubuntu 14.04.
Thanks!