[MDEV-20428] "Start binlog_dump" message doesn't indicate GTID position Created: 2019-08-26 Updated: 2020-08-25 Resolved: 2020-06-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.2.26, 10.1.41, 10.3.17, 10.4.7 |
| Fix Version/s: | 10.1.46, 10.2.33, 10.3.24, 10.4.14, 10.5.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Sujatha Sivakumar (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | gtid, logging, replication | ||
| Description |
|
The "Start binlog_dump" message hasn't been updated to include the slave's requested GTID position:
See here: https://github.com/MariaDB/server/blob/mariadb-10.4.7/sql/sql_repl.cc#L2111 For diagnostic purposes, I think it would be helpful if the GTID position were included. For example, maybe the message could be updated to something like this:
I do see that the GTID position is available in the connect_gtid_state variable: https://github.com/MariaDB/server/blob/mariadb-10.4.7/sql/sql_repl.cc#L2091 |
| Comments |