You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Never use an empty gcomm:// string in the my.cnf configuration file. If a node restarts, that will cause the node to not join back to the cluster that it was part of, rather it will initialize a new one node cluster and cause a split brain. To bootstrap a cluster, you should only pass the --wsrep-new-cluster string, (instead of using --wsrep-cluster-address="gcomm://") on the command line.
The text was updated successfully, but these errors were encountered:
morganchristiansson
changed the title
Use --wsrep-new-cluster to start first node instead of empty gcom:// list
Use --wsrep-new-cluster to start first node instead of empty gcomm:// list
Jul 28, 2016
http://galeracluster.com/documentation-webpages/mysqlwsrepoptions.html#wsrep-cluster-address
The text was updated successfully, but these errors were encountered: