--
You received this message because you are subscribed to the Google Groups "codership" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codership-tea...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Did you set pc.weight in wsrep_provider_options on node3 by chance?
Nop here is my cluster.cnf same for all nodes:[mysqld]wsrep_provider=/usr/lib/galera/libgalera_smm.sowsrep_provider_options="gcache.size=256M; gcache.page_size=128M"#wsrep_cluster_address=gcomm://wsrep_cluster_address=gcomm://192.168.0.2,192.168.0.3,192.168.0.4wsrep_cluster_name="coueb-mdb-cluster"wsrep_node_address="192.168.0.2"wsrep_node_name="vm402"wsrep_sst_method=xtrabackup#wsrep_sst_auth="root:iop"wsrep_node_incoming_address=192.168.0.2wsrep_sst_receive_address=192.168.0.2wsrep_slave_threads=16
On April 29, 2014 at 8:36:57 AM, Xavier De Arburn (dear...@gmail.com) wrote:
Nop here is my cluster.cnf same for all nodes:[mysqld]wsrep_provider=/usr/lib/galera/libgalera_smm.sowsrep_provider_options="gcache.size=256M; gcache.page_size=128M"#wsrep_cluster_address=gcomm://wsrep_cluster_address=gcomm://192.168.0.2,192.168.0.3,192.168.0.4wsrep_cluster_name="coueb-mdb-cluster"wsrep_node_address="192.168.0.2"wsrep_node_name="vm402"wsrep_sst_method=xtrabackup#wsrep_sst_auth="root:iop"wsrep_node_incoming_address=192.168.0.2wsrep_sst_receive_address=192.168.0.2wsrep_slave_threads=16
How are the 2 nodes going down? Is it a crash on them or are they being simply stopped. Note that nodes that are cleanly shutdown exit the cluster gracefully and this does not count as a quorum election. You can easily reduce the number of nodes in the primary cluster to 1 in this way.