[MDEV-5509] Seconds_behind_master incorrect in parallel replication Created: 2014-01-07 Updated: 2014-02-10 Resolved: 2014-02-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.7 |
| Fix Version/s: | 10.0.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
As reported by plinux on #maria: 09:03 < plinux> We found a display bug about parallel replication. When we update one row on master, and then stop I think the problem is a race between the SQL driver thread and the worker Normally, the rli->last_master_timestamp is updated in stmt_done() to the But with parallel replication, it can easily happen that the SQL driver thread |
| Comments |
| Comment by Kristian Nielsen [ 2014-01-08 ] |
|
Patch for review: |
| Comment by Kristian Nielsen [ 2014-02-10 ] |
|
Fix pushed to 10.0-base and 10.0, will appear in 10.0.9. |