[MDEV-10553] Semi-sync replication hangs when master opens new binlog file Created: 2016-08-13 Updated: 2016-08-16 Resolved: 2016-08-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.1.14 |
| Fix Version/s: | 10.1.17 |
| Type: | Bug | Priority: | Major |
| Reporter: | Joseph Glanville | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 14.04 |
||
| Description |
|
Hi, I am having an issue with MariaDB semi-sync replication. I have discussed this somewhat on the mailing list and have created this gist which reliably reproduces the issue: https://gist.github.com/josephglanville/c9a69b02de319ee06aef1a8d787bcce3 It's possible this is a configuration issue rather than a bug, config for master and slave is generated in the scripts in the gist so if that is the case hopefully it's an easy fix. Joseph. |
| Comments |
| Comment by Joseph Glanville [ 2016-08-13 ] |
|
Switching to AFTER_COMMIT works around the problem but doesn't accomplish loss-less replication. |
| Comment by Kristian Nielsen [ 2016-08-16 ] |
|
https://lists.launchpad.net/maria-discuss/msg03788.html |
| Comment by Kristian Nielsen [ 2016-08-16 ] |
|
Pushed to 10.1: http://lists.askmonty.org/pipermail/commits/2016-August/009641.html |