Dear All,
I'm having some trouble on creating a new cluster after dissolving the old one.
I have recreated successfully the cluster, but one of the nodes is still blocked in status "RECOVERING".
MySQL mysql-cluster-1.ferrarigroup.net:3306 ssl JS > c.status()
{
"clusterName": "clustermysql",
"defaultReplicaSet": {
"name": "default",
"primary": "mysql-cluster-1.ferrarigroup.net:3306",
"ssl": "REQUIRED",
"status": "OK_NO_TOLERANCE",
"statusText": "Cluster is NOT tolerant to any failures.",
"topology": {
"mysql-cluster-1.ferrarigroup.net:3306": {
"address": "mysql-cluster-1.ferrarigroup.net:3306",
"mode": "R/W",
"readReplicas": {},
"role": "HA",
"status": "ONLINE"
},
"mysql-cluster-2.ferrarigroup.net:3306": {
"address": "mysql-cluster-2.ferrarigroup.net:3306",
"mode": "n/a",
"readReplicas": {},
"role": "HA",
"status": "RECOVERING"
}
},
"topologyMode": "Single-Primary"
},
"groupInformationSourceMember": "mysql-cluster-1.ferrarigroup.net:3306"
}
Even if I rejoin the node, the status is still blocked in recovering.
How can I check why the node cannot complete the recovery?
The DB is empty, no schema has been added.
Best regards,
Andrea