[MXS-3815] maxscale crash Created: 2021-10-14 Updated: 2022-01-13 Resolved: 2021-11-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | pinloki |
| Affects Version/s: | 2.5.15, 6.1.4 |
| Fix Version/s: | 2.5.17, 6.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Muhammad Irfan | Assignee: | Niclas Antti |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-143, MXS-SPRINT-144 |
| Description |
|
/lib64/libpthread.so.0(+0x11226): /usr/src/debug/glibc-2.26-lp152.26.6.1.x86_64/nptl/../sysdeps/unix/sysv/linux/futex-internal.h:205 |
| Comments |
| Comment by Niclas Antti [ 2021-11-09 ] |
|
This is a most likely caused by a watchdog signal, which in turn is caused when binlog router spends too much time scanning for a requested GTID. The main reason for a lengthy scan has been identified, but the question really is: why is there so much binlog data and how come the replica is so far behind (in the normal case only the first file is scanned). |