[MXS-4613] binlogrouter shows MaxScale's binary log coordinates in SHOW SLAVE STATUS Created: 2023-05-11 Updated: 2023-07-31 Resolved: 2023-07-31 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | None |
| Fix Version/s: | 2.5.28, 6.4.9, 22.08.7, 23.02.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Claudio Nanni | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-187 |
| Description |
|
MaxScale's binlogrouter:
Master_Log_File & Read_Master_Log_Pos refer to the local maxscale's coordinates while the standard MariadB behaviour would report the Master's binary log coordinates. Apart from consistency, without such info is difficult to read the Master binlog events since neither SHOW BINLOG EVENTS nor mysqlbinlog support GTID. Some considerations on where to report MaxScale's local coordinates:
What's historically missing in the output is what is the position written in Local Relay log Coordinates MaxScale does not execute but just read and write the Master events, so it's compatible with having only one set of "Relay" Coordinates. |