[MDEV-4485] Cannot use GTID with a second master in multi-source replication setup Created: 2013-05-05 Updated: 2013-08-16 Resolved: 2013-05-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2 |
| Fix Version/s: | 10.0.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
It's quite possibly another wrong configuration on my side, but I really don't know what I might have done differently here. I start 3 servers, all with different server-ids and domain-ids. Test case:
cnf file:
All slaves status:
bzr version-info
|
| Comments |
| Comment by Elena Stepanova [ 2013-05-27 ] |
|
Still fails with the new implementation (10.0-base 3635), both with master_use_gtid=current_pos and master_use_gtid=slave_pos |
| Comment by Elena Stepanova [ 2013-05-29 ] |
|
This one seems to be pretty serious (unless I am doing something wrong here), because it affects not only explicit multi-source setups, i.e. several masters running at once, but also hidden ones. |
| Comment by Kristian Nielsen [ 2013-05-29 ] |
|
I put in code deliberately to cause this error, but as the test case Fixed and pushed to 10.0-base. |