puppet-rabbitmq icon indicating copy to clipboard operation
puppet-rabbitmq copied to clipboard

Clustering should sort node names so clustering gets setup correctly

Open KlavsKlavsen opened this issue 5 years ago • 0 comments

If you don't have the same sorting of hosts in your cluster node list - the servers do not connect to each other - but to whatever node is the first in the list. I found this, because I pull my list of nodes from puppetdb - and that sorting is "random".. So IMHO the module SHOULD make a note of "first servername - becomes clustername!" - and ensure sorting (wrap node array in sort()) - to be certain the list of nodes are in the same order.

KlavsKlavsen avatar Mar 29 '19 12:03 KlavsKlavsen