[MDEV-7065] Incorrect relay log position in parallel replication after retry of transaction Created: 2014-11-11 Updated: 2014-11-13 Resolved: 2014-11-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.0.14 |
| Fix Version/s: | 10.0.15 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | parallelslave, replication | ||
| Description |
|
During parallel replication, if a deadlock or other temporary error occurs, There is a bug that causes the relay log positions of the SQL thread to be set Note that the problem only occurs if the error that causes the retry happens |
| Comments |
| Comment by Kristian Nielsen [ 2014-11-11 ] |
|
Patch with test case and fix: http://lists.askmonty.org/pipermail/commits/2014-November/006922.html |
| Comment by Arjen Lentz [ 2014-11-12 ] |
|
yay great! |
| Comment by Kristian Nielsen [ 2014-11-13 ] |
|
Pushed to 10.0.15: http://lists.askmonty.org/pipermail/commits/2014-November/006978.html |