Waiting for synchronizing master and slave using WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS
RESET SLAVE and turn off read_only at candidate slave.
Reconfigure replication of other slaves (including old-master)
After 0.0.7, mikasafabric detects FAULTY when server is offline_mode.
Because of this, (old)master would be set FAULTY when duration between 1. and 5. is greater than FailureDectator's setting.
After 0.0.14, mikasafabric detects replication-breaking.
Because of this behavior, other slave status would be set SPARE when duration between 1. and 5. is greater than FailureDectator's setting.
Add turning off FailureDectator before step 1. and add turning FailureDectator to previous state after 5.
As of 0.1.2 switchover behaves as following.
read_only
andoffline_mode
at masterWAIT_UNTIL_SQL_THREAD_AFTER_GTIDS
RESET SLAVE
and turn offread_only
at candidate slave.After 0.0.7, mikasafabric detects
FAULTY
when server isoffline_mode
. Because of this, (old)master would be setFAULTY
when duration between 1. and 5. is greater than FailureDectator's setting.After 0.0.14, mikasafabric detects replication-breaking. Because of this behavior, other slave status would be set
SPARE
when duration between 1. and 5. is greater than FailureDectator's setting.Add turning off FailureDectator before step 1. and add turning FailureDectator to previous state after 5.