-
Book Overview & Buying
-
Table Of Contents
High Availability MySQL Cookbook
By :
MySQL Clusters are designed to survive node failures, regardless of exactly how they occur. In the case of multiple node failures, working out what can happen can be a little more complicated. There are several options for multiple node failures as follows:
One node can fail in multiple nodegroups, but one node remains per nodegroup (cluster will remain working).
All the nodes in a single nodegroup can fail (in such a case, the cluster will be shut down).
One node per nodegroup can split into one group. Another node can split into another group, which are then partitioned from each other. This occurs most often when some nodes are connected to one network switch, the others are connected to a different switch, and the connections between the switches fail. This can cause a split-brain problem, requiring an arbitrator to shut down some nodes to ensure only one group is left alive.
In this recipe, we will cover how MySQL Cluster handles the failure...
Change the font size
Change margin width
Change background colour