You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming we have a MySQL cluster with 2 nodes. When the source node in the cluster fails, the operator will promote the replica to become the new source node and use a service to provide external access. At this point, there will be only one node in the cluster, and the previous source node will be left disconnected from the cluster. If the node in the cluster also fails at this time, the MySQL cluster will no longer be able to provide external services.
I suggest adding an optional feature, which, when enabled, allows us to reintegrate the disconnected node back into the cluster.
The text was updated successfully, but these errors were encountered:
Assuming we have a MySQL cluster with 2 nodes. When the source node in the cluster fails, the operator will promote the replica to become the new source node and use a service to provide external access. At this point, there will be only one node in the cluster, and the previous source node will be left disconnected from the cluster. If the node in the cluster also fails at this time, the MySQL cluster will no longer be able to provide external services.
I suggest adding an optional feature, which, when enabled, allows us to reintegrate the disconnected node back into the cluster.
The text was updated successfully, but these errors were encountered: