toughIQ / docker-mariadb-cluster

Dockerized MariaDB Galera Cluster
GNU General Public License v2.0
97 stars 69 forks source link

MariaDB crashes on multi-node cluster #1

Closed toughIQ closed 8 years ago

toughIQ commented 8 years ago

If you run the cluster on a single node, just initialized by docker swarm init, everything works as expected. But as soon as the cluster consists of more than one node, connected by the created overlay network, the dbcluster instances, which get started on different hosts than the bootstrap container, will crash at/after syncing with the bootstrap server.

toughIQ commented 8 years ago

As far as first testing revealed, this problem seemed to be fixed with ver. 1.12.1

toughIQ commented 8 years ago

Further testing proved this issue to be fixed with Docker 1.12.1

pascalandy commented 8 years ago

BTW, I'm following you efforts :)