[MDEV-4888] GTID heuristics to help user differentiate between "master not caught up" and "alternate future" Created: 2013-08-12 Updated: 2014-09-03 Resolved: 2014-09-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Trivial |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | gtid | ||
| Description |
|
Using MariaDB GTID, master will give an error if slave tries to start Such error can mean two different things: 1. Master is itself a slave, and is behind compared to the slave trying to 2. Slave and master have diverged; a transaction was done on the slave that Usually, one can distinguish between (1) and (2) simply by looking as the We cannot distinguish 100% sure between the cases since we do not strictly |