[MDEV-31211] START ALTER hang with multi-source replication and --gtid-ignore-duplicates Created: 2023-05-07 Updated: 2023-11-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.8.1 |
| Fix Version/s: | 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | replication | ||
| Description |
|
When START ALTER event is applied, it registers in mi->start_alter_list. In multi-source replication A<->B, A->C, B->C with --gtid-ignore-duplicates, I have a testcase on my knielsen_start_alter branch on github (Jira<->Github Suggested fix: The start_alter_list needs to be global shared between all I am working on a fix, might require some time as it's not entirely trivial.
|