colinmollenhour / mariadb-galera-swarm

MariaDb Galera Cluster container based on official mariadb image which can auto-bootstrap and recover cluster state.
https://hub.docker.com/r/colinmollenhour/mariadb-galera-swarm
Apache License 2.0
217 stars 102 forks source link

Cluster seed only reboots #38

Closed rbnor closed 6 years ago

rbnor commented 6 years ago

A few second after the cluster is started as a swarm , it exits.

from logs: galera_seed.1.zs2nzxqhxrpd@docker-2 | start.sh: Trapped error on line 113

and

zwejvklhhmff9hbwj3rp29d13 _ galera_seed.1 rbnor/mariadbcluster:latest@sha256:860de0c381b2f2baba3bbca98ce7a85c583baa3be08e9fdda33c2eb289677d91 docker-worker Shutdown Failed 11 minutes ago "task: non-zero exit (127)"

https://github.com/RuneBergh/mariadb-galera-swarm

All the other services in my stack runs as they should, but not the Maria-db cluster, it exits as soon sas it starts..

rbnor commented 6 years ago

found issue, I tried to add a web service and memcached service to the same stack, removed them now it works.