[MXS-2714] Binlogrouter crashes when starting with gtid position Created: 2019-10-04 Updated: 2020-09-23 Resolved: 2020-09-23 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | 2.4.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Maikel Punie | Assignee: | Niclas Antti |
| Resolution: | Cannot Reproduce | Votes: | 1 |
| Labels: | None | ||
| Environment: |
maxscale -V |
||
| Description |
|
SET @@global.gtid_slave_pos='0-1-35574476549'; and then i see this in the logs 2019-10-04 09:49:43 notice : (10296644) [binlogrouter] BinLogSVC: START SLAVE executed by repl@::ffff:127.0.0.1. Trying connection to master [10.255.10.32]:3306, binlog , pos 267715550, transaction safe pos 267714990 |
| Comments |
| Comment by markus makela [ 2019-10-04 ] | ||
|
Looks like MaxScale was killed by the systemd watchdog. Does it work if you comment out the following lines from /lib/systemd/system/maxscale.service?
| ||
| Comment by Maikel Punie [ 2019-10-14 ] | ||
|
with this disabled i don't see the stacktrace anymore. but maxscale is not starting to replicate from the provided gtid position ... it starts from another position. | ||
| Comment by Wagner Bianchi (Inactive) [ 2019-11-07 ] | ||
|
Can you check if the position you set as a start point is there on downloaded binary logs? | ||
| Comment by Niclas Antti [ 2020-09-23 ] | ||
|
The original issue, a systemd signal 6, was not related to binlogrouter. |