[MDEV-7396] parallel replication - incorrect binlog offset calculation after deadlock Created: 2014-12-30 Updated: 2015-01-08 Resolved: 2015-01-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | 10.0.16 |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Kristian Nielsen |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | parallelslave, replication | ||
| Description |
|
Given the show slave status:
Looking for what real positions exist in the binlog:
so 94786159 is a wrong position number. looking at prev transaction pos 94785831
So lets start at this position.
Hit
|
| Comments |
| Comment by Daniel Black [ 2014-12-30 ] |
|
10.0.15 x86_64 mean to be bug not task. bah... |
| Comment by Kristian Nielsen [ 2015-01-06 ] |
|
Like Note that the effect of (I am curious how you got the Last SQL error to be a deadlock error in the |
| Comment by Daniel Black [ 2015-01-08 ] |
|
> Note that the effect of Ok. Was planning a table check at some stage anyway. > I am curious how you got the Last SQL error to be a deadlock error in the no. > Or did a transaction really get Must of. Its still set to the default of 10. As I assume there is no current status variable to tell me I've added this to MDEV-7340 max consecutive parallel deadlocks. Getting some reviews and perhaps commits on patches like |