This blog post will focus on failover and recovery scenarios inside the InnoDB Cluster and ClusterSet environment. To know more about the deployments of these topologies, you can refer to the manuals – InnoDB Cluster and Innodb ClusterSet setup.
In the below snippet, we have two clusters (cluster1 and cluster2), which are connected via an async channel and combined, known as a ClusterSet topology. We are going to use the below topology in all of our cases.
MySQL 127.0.0.1:3308 ssl JS > myclusterset.status({extended: 1}) { "clusters": { "Cluster1": { "clusterRole": "PRIMARY", …[Read more]