Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.26, 10.1.41, 10.3.17, 10.4.7
Description
The "Start binlog_dump" message hasn't been updated to include the slave's requested GTID position:
2019-08-25 20:05:05 139836760311552 [Note] Start binlog_dump to slave_server(2), pos(, 4)
|
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:
2019-08-25 20:05:05 139836760311552 [Note] Start binlog_dump to slave_server(2), pos(, 4), using_gtid(1), gtid('1-1-201,2-2-100')
|
2019-08-25 20:05:05 139836760311552 [Note] Start binlog_dump to slave_server(3), pos('mariadb-bin.004142', 507988273), using_gtid(0), gtid('')
|
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
Attachments
Issue Links
- is duplicated by
-
MDEV-8169 Error log binlog_dump message does not work correctly with GTID
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | gtid logging replication |
Description |
The "Start binlog_dump" message hasn't been updated to include the slave's requested GTID position:
{noformat} 2019-08-25 20:05:05 139836760311552 [Note] Start binlog_dump to slave_server(2), pos(, 4) {noformat} See here: https://github.com/MariaDB/server/blob/mariadb-10.4.7/sql/sql_repl.cc#L2111 |
The "Start binlog_dump" message hasn't been updated to include the slave's requested GTID position:
{noformat} 2019-08-25 20:05:05 139836760311552 [Note] Start binlog_dump to slave_server(2), pos(, 4) {noformat} 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: {noformat} 2019-08-25 20:05:05 139836760311552 [Note] Start binlog_dump to slave_server(2), pos(, 4), using_gtid(1), gtid('1-1-201,2-2-100') 2019-08-25 20:05:05 139836760311552 [Note] Start binlog_dump to slave_server(3), pos('mariadb-bin.004142', 507988273), using_gtid(0), gtid('') {noformat} 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 |
Assignee | Andrei Elkin [ elkin ] | Sujatha Sivakumar [ sujatha.sivakumar ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Status | Confirmed [ 10101 ] | In Progress [ 3 ] |
Assignee | Sujatha Sivakumar [ sujatha.sivakumar ] | Andrei Elkin [ elkin ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Assignee | Andrei Elkin [ elkin ] | Sujatha Sivakumar [ sujatha.sivakumar ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
issue.field.resolutiondate | 2020-06-16 05:44:53.0 | 2020-06-16 05:44:53.891 |
Fix Version/s | 10.5.4 [ 24264 ] | |
Fix Version/s | 10.1.46 [ 24308 ] | |
Fix Version/s | 10.2.33 [ 24307 ] | |
Fix Version/s | 10.3.24 [ 24306 ] | |
Fix Version/s | 10.4.14 [ 24305 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Stalled [ 10000 ] | Closed [ 6 ] |
Fix Version/s | 10.5.5 [ 24423 ] | |
Fix Version/s | 10.5.4 [ 24264 ] |
Workflow | MariaDB v3 [ 99237 ] | MariaDB v4 [ 156674 ] |
Zendesk Related Tickets | 134539 170252 |
Hello Andrei,
Please review the changes for
MDEV-20428.https://github.com/MariaDB/server/commit/64703f4de57f619e158e9523e45691eda0da6c33
Build Bot:http://buildbot.askmonty.org/buildbot/grid?category=main&branch=bb-10.1-sujatha