[MXS-4658] Post reboot binlog router entered stuck state Created: 2023-06-29 Updated: 2023-09-27 Resolved: 2023-06-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | 22.08.4 |
| Fix Version/s: | 2.5.26, 6.4.8, 22.08.7, 23.02.3 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Bryan Bancroft (Inactive) | Assignee: | Niclas Antti |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
ubuntu, on prem vm |
||
| Issue Links: |
|
||||||||
| Description |
|
After scheduled OS patching the following happened with a binlog router. DB server reported maxscale was erroring with Slave status was stuck in slave_io = connecting or timed out. The binlog on maxscale was not malformed but just the header message. Resolution was deleting all files in /var/lib/maxscale/binlog then turning service back on. This then properly repulled the bins and resumed operating properly. The standby maxscale node did not suffer this problem |
| Comments |
| Comment by Niclas Antti [ 2023-06-30 ] |
|
It looks like the file /var/lib/maxscale/binlogs//mariadb-bin.000049 really did not exist. Maybe maxscale was not properly taken down. Once this fix https://jira.mariadb.org/browse/MXS-4631 is released, binlogrouter should figure out the situation by itself. |