[MDEV-9153] Crash of MariaDB 10.1.8 when updating from 10.0 and catching up on replication Created: 2015-11-18 Updated: 2015-12-25 Resolved: 2015-12-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.1.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Kenny | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
debian 7.9 |
||
| Attachments: |
|
| Description |
|
After upgrading the MariaDB packages from 10.0.22 to 10.1.8 and starting replication, the system crashes (no other workload). By looking at the traces (the debian package was rebuild without dh_strip), it seems that it's related to the new encryption plugins? However, they do not seem to be enabled for anything (see attached variables) I get 2 types of crashes:
|
| Comments |
| Comment by Elena Stepanova [ 2015-11-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
gryp, Could you please provide the whole error log from server startup and till the crash, not just the stack trace? But still, please attach the full error log, maybe there is something else in there. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Kenny [ 2015-11-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi Elena, There was nothing on it. I would have sent it to you if there would. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Kenny [ 2015-11-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Any data is confidential and I cannot share it, but what happens in replication are regular INSERT and DELETE statements. It also does not recover at all anymore, it crashes upon recovery:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2015-11-21 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
gryp,
"Replication being started" is what we are looking for. The point is, when replication starts after the crash, it starts at the same position where it crashed. So, if there was also a crash before the part of the log that you attached, then the position shown here
is where it must have happened. Or, if the attached log contains the very first crash, then a similar line after the server restart will show where it happened (it's not in the attached log, but you can find it in yours). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2015-12-25 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Please comment to re-open if you have additional information as described above. |