[MDEV-7825] Parallel replication race condition on gco->flags, possibly resulting in slave hang Created: 2015-03-24 Updated: 2015-03-24 Resolved: 2015-03-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.1.3 |
| Fix Version/s: | 10.1.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | parallelslave, replication | ||
| Description |
|
Looks like there is a regression in parallel replication in 10.1 due to a race The gco->installed flag was changed to be a bit in the gco->flags field. This The result is that modifications to the gco->flags can be lost, causing One user reported seeing maximum replication retries exceeded, followed by the
I believe (though I cannot know for sure) that this was caused by this bug. It |
| Comments |
| Comment by Kristian Nielsen [ 2015-03-24 ] |
|
Pushed to 10.1.4: http://lists.askmonty.org/pipermail/commits/2015-March/007665.html |