[MDEV-16812] Semisync slave io thread segfaults at STOP-SLAVE handling Created: 2018-07-24 Updated: 2022-02-15 Resolved: 2018-07-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | libmariadb, Replication |
| Fix Version/s: | 10.3.9 |
| Type: | Task | Priority: | Critical |
| Reporter: | Andrei Elkin | Assignee: | Andrei Elkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When the semisync slave is being stopped with STOP SLAVE just after the master was shut down it attempts to reconnect with the master anyway per a semisync routine.
at the stack head function is executing
when mysql->options.extension is NULL. Apparently not-NULL check for mysql->options.extension is missed and should |
| Comments |
| Comment by Andrei Elkin [ 2018-07-25 ] |
|
The patch is also available in bb-10.3-andrei |
| Comment by Oleksandr Byelkin [ 2018-07-25 ] |
|
OK to push! |
| Comment by Andrei Elkin [ 2018-07-26 ] |
|
a97c190d95b is pushed to 10.3. |