Hello All,
Trying to use orchestrator to handle failover.
I have three hosts:
db0[123]-xx-yy (where xx-yy is the cluster name).
As a part of failover action on a successor host I do mysql -e "stop slave; reset slave; reset slave all"
After it, on a dashboard, I can see 2 clusters:
- the original one xx-yy with 2 hosts db02,db03 (I can still navigate to cluster page and see all hosts)
- the new one: db01-xx-yy. When on a dashboard web page I click on a this cluster name I got the error. Because there is no entry in cluster_alias table in orchestrator database
>> {"Code":"ERROR","Message":"No cluster found for alias dbtests03-dc-3s:3306","Details":null}
Have a question why after failover and in case if slave options will be reset on a new master the old one will appear in a new cluster instead of being on the same?
thanks