Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use --wsrep-new-cluster to start first node instead of empty gcomm:// list #5

Open
morganchristiansson opened this issue Jul 28, 2016 · 0 comments

Comments

@morganchristiansson
Copy link

http://galeracluster.com/documentation-webpages/mysqlwsrepoptions.html#wsrep-cluster-address

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.

@morganchristiansson 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant