paulczar / docker-percona_galera

replicating mysql docker image
https://registry.hub.docker.com/u/paulczar/percona-galera/
Other
87 stars 30 forks source link

SST issue #14

Open ivomarino opened 8 years ago

ivomarino commented 8 years ago

hi all, when rejoining a node a complete sync works fine by SST fails, here's the output:

Apr 27 09:51:38 mysql-1.local docker[22198]: 2016-04-27 07:51:38 4405 [Note] WSREP: (db0ec150, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers:
Apr 27 09:51:38 mysql-1.local docker[22198]: 2016-04-27 07:51:38 4405 [Note] WSREP: gcomm: connected
Apr 27 09:51:38 mysql-1.local docker[22198]: 2016-04-27 07:51:38 4405 [Note] WSREP: Changing maximum packet size to 64500, resulting msg size: 32636
Apr 27 09:51:38 mysql-1.local docker[22198]: 2016-04-27 07:51:38 4405 [Note] WSREP: Shifting CLOSED -> OPEN (TO: 0)
Apr 27 09:51:38 mysql-1.local docker[22198]: 2016-04-27 07:51:38 4405 [Note] WSREP: Opened channel 'database'
Apr 27 09:51:38 mysql-1.local docker[22198]: 2016-04-27 07:51:38 4405 [Note] WSREP: Waiting for SST to complete.
Apr 27 09:51:39 mysql-1.local docker[22198]: + ss -l -n -t
Apr 27 09:51:39 mysql-1.local docker[22198]: + grep :3306
Apr 27 09:51:39 mysql-1.local docker[22198]: + kill 1

maybe it's related to small size of galera.cache which defaults to 128M. everything else is fine, including service discovery with etcd. Thanks for feedback.