[MDEV-23515] Mariabackup --prepare crashed [ERROR] mysqld got signal 11 ; Created: 2020-08-20 Updated: 2022-08-25 Resolved: 2022-07-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.4.14, 10.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Wilson Echavez | Assignee: | Vladislav Lesin |
| Resolution: | Cannot Reproduce | Votes: | 1 |
| Labels: | crash | ||
| Environment: |
Debian Buster |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
We have a big database to backup when we perform Full Backup and Full Backup Prepare it was successful then we perform First Incremental Backup based on the Full Backup and it was successful and then we perform First Incremental Backup Prepare to full and it was successful then we perform the Second Incremental Backup based from the First Incremental Backup and it was successful by the time we Prepare the Second Incremental Backup we encounter this issue. We encounter this issues for almost a month by now we already upgraded our Mariadb Versions up to the Latest my previous issue with the previous Mariadb Versions has not been resolved.. I attached some files it might help on solving this issue... 200819 17:23:35 [ERROR] mysqld got signal 11 ; To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help Server version: 10.4.14-MariaDB-1:10.4.14+maria~buster Thread pointer: 0x0 Resource Limits: |
| Comments |
| Comment by Wilson Echavez [ 2020-08-20 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
We perform again the second incremental backup prepare since we have a backup copy of the incremental backup that we had and same thing happen it crashed.. 200820 13:33:33 [ERROR] mysqld got signal 11 ; To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help Server version: 10.4.14-MariaDB-1:10.4.14+maria~buster Thread pointer: 0x0 | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Wilson Echavez [ 2020-08-21 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
We perform an incremental backup and was based from our full backup.. Incremental Backup was successful and completed but by the time we prepare the incremental backup we encounter issue again. 2020-08-21 12:28:22 0x7f194640e700 InnoDB: Assertion failure in file /home/buildbot/buildbot/build/mariadb-10.4.14/storage/innobase/log/log0recv.cc line 1521 To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help Server version: 10.4.14-MariaDB-1:10.4.14+maria~buster Thread pointer: 0x0 | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Koustuv Chatterjee [ 2022-04-19 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
Steps till crash tested on 10.5.15 attached steps_crash | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2022-04-19 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
I can repeat this with the following change to an existing test:
so that the page size 16384 bytes would be used, the test will cause a crash:
It crashes even if I add KEY_BLOCK_SIZE=16 so that each page would be 16384 bytes. | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Vladislav Lesin [ 2022-05-04 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
marko, I have analyzed the test case and filed new | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Edward Stoever [ 2022-06-29 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
Customer complains that for 10.6, when using table with ROW_FORMAT=COMPRESSED, the prepare of incremental backup crashes: mysqld got signal 11. | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Edward Stoever [ 2022-06-29 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
Apparently when using 10.6.8-4-MariaDB-enterprise the crash does not occur. I will attach an image. Thank you. | |||||||||||||||||||||||||||||||||||||||||||||
| Comment by Vladislav Lesin [ 2022-07-25 ] | |||||||||||||||||||||||||||||||||||||||||||||
|
The issue the customer suffered from was solved in |