[MDEV-4491] FR: Indicate GTID-based start position in the error log on slave start Created: 2013-05-06 Updated: 2013-06-07 Resolved: 2013-06-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.4 |
| Type: | Task | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When a slave starts in the old-style way, the record in the server error log contains information about start coordinates:
But with GTID, the position is always zero, both for SQL and IO thread:
I suppose it might be impossible to log the old-style position at this point since it might be unknown (right?), but then it would be good to log the GTID position which the slave attempts to acquire, otherwise it's totally impossible to understand where the slave was at the moment of (re)start. bzr version-info
|
| Comments |
| Comment by Kristian Nielsen [ 2013-06-07 ] |
|
The current code in 10.0-base now gives better information There are still a couple of printouts that are done by plugins (I |