Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
MXS-SPRINT-65, MXS-SPRINT-66
Description
Add to Maxscale the MRM bootstrap feature , which resets all GTIDs.
The feature shall do the following.
Situation: Gtid:s are messed up but the actual data within the servers are in sync, or at least compatible.
Process:
1) RESET MASTER on all servers, this deletes binlogs and clears gtid_binlog_pos
2) RESET SLAVE on slaves so they forget their gtid positions. "Slave" here means any server trying to replicate from master.
3) Modify gtid_slave_pos as needed and set up replication