Vinay Joosery
posted this on October 20, 2011 15:44
Adding a new node is automatic with Galera. It follows the same process as recovering a failed node. When the node is introduced, ClusterControl™ will select a ‘donor’ and do a full state snapshot transfer from that node.
During the synchronization process, any incoming transactions are cached in a slave queue. Once the node is SYNCED, it is ready to accept client connections.
Comments
How is this actually done?
@Mark,
Short answer:
Long answer:
http://www.codership.com/wiki/doku.php?id=info#adding_another_node_... and around.