[MDEV-28213] A slave's ignored domain ids should not be validated when connecting to a master Created: 2022-04-01 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Brandon Nesterenko | Assignee: | Brandon Nesterenko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | gtid | ||
| Description |
|
When using gtid_slave_pos to connect to a master with purged binary logs (such that it has a non-empty GTID List event in its oldest binlog), all GTIDs are compared in gtid_slave_pos against the oldest GTID list event. Domains which the slave doesn't care about, either specified via IGNORE_DOMAIN_IDS or inferred via DO_DOMAIN_IDS, should not be considered in this validation check. |