ClusterSet.removeCluster: The function 'group_replication_enable_member_action' failed. Member must be the primary or OFFLINE. (MySQL Error 3910)
I am trying to remove cluster “webmoCluster” which is the replica cluster. Here's the ClusterSet status.
{
"clusters": {
"WebMobccCluster": {
"clusterRole": "PRIMARY",
"globalStatus": "OK",
"primary": "Axxxxxcxdbmsp01d:3306"
},
"webmoCluster": {
"clusterRole": "REPLICA",
"clusterSetReplicationStatus": "OK",
"globalStatus": "OK"
}
},
"domainName": "WebMoClusterSet",
"globalPrimaryInstance": "Axxxxxcxdbmsp01d:3306",
"primaryCluster": "WebMobccCluster",
"status": "HEALTHY",
"statusText": "All Clusters available."
}