Aria crash recovery failures
(MDEV-19813)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup, Storage Engine - Aria |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4.23, 10.5.14, 10.6.6 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
The backup dir (stored after prepare but before any server startup was attempted) is here: To reproduce the failure, restore it to the datadir and start the server with
(modify file-key-management-filename value as needed). Notes on the origin of the report. Please be aware it's not necessarily reproducible the same way. The problem initially happened by running the concurrent test with MariaBackupFull scenario:
The test performs the following steps:
I have no information yet whether the problem happens on earlier versions. |
| Comments |
| Comment by Alexander [ 2021-08-09 ] |
|
I made a fix, please review: |
| Comment by Michael Widenius [ 2021-12-15 ] |
|
This issue was resolved a long time ago in The issue was that the encryption code wrote wrong data on page headers, which made it |
| Comment by Michael Widenius [ 2021-12-15 ] |
|
New test case shows another issue |
| Comment by Michael Widenius [ 2021-12-15 ] |
|
The fix in https://github.com/MariaDB/server/pull/1888 is slight wrong. |
| Comment by Michael Widenius [ 2021-12-15 ] |
|
Fix pushed to bb-10.4-monty for testing |
| Comment by Elena Stepanova [ 2023-06-08 ] |
|
There is a patch for this issue in 10.4+, so closing it. |