Bug #78618 | Please report the SQL thread position when it stops | ||
---|---|---|---|
Submitted: | 29 Sep 2015 7:55 | Modified: | 15 Jun 2016 12:36 |
Reporter: | Simon Mudd (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S4 (Feature request) |
Version: | 5.6+, 5.7.10 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | logging, position, replication, sql_thread |
[29 Sep 2015 7:55]
Simon Mudd
[30 Sep 2015 8:44]
MySQL Verification Team
Hello Simon, Thank you for the feature request! Thanks, Umesh
[30 Sep 2015 8:44]
MySQL Verification Team
// 5.7.10 - extracts from log 2015-09-30T08:16:06.268864Z 0 [Note] bin/mysqld: ready for connections. Version: '5.7.10-enterprise-commercial-advanced-log' socket: '/export/umesh/server/binaries/mysql-advanced-5.7.10/run/slave.sock' port: 15001 MySQL Enterprise Server - Advanced Edition (Commercial) 2015-09-30T08:19:27.856191Z 2 [Note] 'CHANGE MASTER TO FOR CHANNEL '' executed'. Previous state master_host='', master_port= 3306, master_log_file='', master_log_pos= 4, master_bind=''. New state master_host='localhost', master_port= 15000, master_log_file='master-bin.000001', master_log_pos= 1220, master_bind=''. . . 2015-09-30T08:41:36.219609Z 5 [Note] Error reading relay log event for channel '': slave SQL thread was killed 2015-09-30T08:41:36.219986Z 3 [Note] Slave I/O thread killed while reading event for channel '' 2015-09-30T08:41:36.220009Z 3 [Note] Slave I/O thread exiting for channel '', read up to log 'master-bin.000001', position 1220
[15 Jun 2016 11:59]
Simon Mudd
Adding the master_host and master_user might be convenient too.
[15 Jun 2016 12:36]
Simon Mudd
and GTID information is also surprisingly absent.