[MDEV-15015] Improve log for START SLAVE [SQL_THREAD] [UNTIL]. Created: 2018-01-20 Updated: 2018-01-23 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Jean-François Gagné | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hi, when I ran START SLAVE SQL_THREAD UNTIL followed by another START SLAVE SQL_THREAD UNTIL in MariaDB 10.2.12, I get below in the error logs:
Notice that the log about "reached its UNTIL position" does not include a binlog filename, it would be useful to add this. Also, notice that the log about "Slave SQL thread exiting" does not include a relay log filename and position (contrarily to the line about Slave SQL thread initialized), it would be useful to add this. Many thanks, JFG |