With 2.0, we now bind to localhost by default instead of binding to the network card and use its IP address.
When the discovery plugin gets from AWS API the list of nodes that should form the cluster, this list is pinged then. But as each node is bound to localhost, ping does not get an answer and the node elects itself as the master node.
With 2.0, we now bind to
localhostby default instead of binding to the network card and use its IP address.When the discovery plugin gets from AWS API the list of nodes that should form the cluster, this list is pinged then. But as each node is bound to
localhost, ping does not get an answer and the node elects itself as the master node.