[MXS-4695] Binlogrouter always opens a new binlog on startup Created: 2023-08-03 Updated: 2023-08-08 Resolved: 2023-08-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | 2.5.27, 6.4.8 |
| Fix Version/s: | 2.5.28, 6.4.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The binlogrouter always opens a new binlog file if the replication previously stopped in the middle of a binlog file. This happens because the server sends a fake format description event that will not match the real format description event which the binlogrouter expects to be identical. This was fixed for 22.08.0 but was not backported to 2.5. |