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

fix merging of received nodes into GCOMM #62

Closed lexelby closed 5 years ago

lexelby commented 5 years ago

Unless I'm misunderstanding the logic here, the "merge in any nodes we have received data from" didn't work. This should fix it.

colinmollenhour commented 5 years ago

Yep, this was a bug. Nice catch! Thanks!

lexelby commented 5 years ago

Yay, thanks for the fast merge!