[MDEV-7882] Excessive transaction retry in parallel replication Created: 2015-03-30 Updated: 2015-03-30 Resolved: 2015-03-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.0.17, 10.1.3 |
| Fix Version/s: | 10.0.18, 10.1.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | parallelslave, replication | ||
| Description |
|
This problem was discovered as part of If conflicting transactions T1 and T2 are run in parallel, then we may need to In fact, in the scenario that discovered In 10.1 "optimistic" mode, this problem is actually taken care of. After the So in "conservative" mode (and in 10.0), we should just do the same wait |
| Comments |
| Comment by Kristian Nielsen [ 2015-03-30 ] |
|
http://lists.askmonty.org/pipermail/commits/2015-March/007682.html |
| Comment by Kristian Nielsen [ 2015-03-30 ] |
|
Pushed to 10.0.18 and 10.1.4 |