I've just successfully created my first Galera cluster using MariaDB 10.0.20 between three servers.
I have a few questions regarding my implementation: 1. what will happen if one server becomes isolated from the other servers but still has clients connected? 2. What happens if two servers can't directly communicate but the third server can talk with both servers? 3. Is it possible to upgrade one server at a time? 4. Is it possible to make configuration changes to one server at a time (e.g enabling query cache)