[MDEV-20737] Aria recovery with encryption fails on redo phase: Got error 192 when executing record redo_insert_row_blobs Created: 2019-10-03 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Encryption, Storage Engine - Aria |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
To reproduce (Use RQG repo and branch as described, other versions may behave differently):
Remember to set the basedir in the command line above. Sometimes it can fail instead with
or
or
Just re-run it if it happens. If it doesn't fail as needed in 1-2 attempts, try pointing vardir at disk rather than shm. It fails for me almost every time either way, so I can't say how more probable it is on disk, but it seems that it can be. Reproducible on 10.1-10.5. |
| Comments |
| Comment by Elena Stepanova [ 2020-01-10 ] | ||||||||||||||
|
Here is an easier way to reproduce the same or similar problem.
The error produced upon startup is very similar to the one in the description. The difference is that on 10.3+ there is an extra line about wrong LSN:
10.2 also fails, but without the "has wrong LSN" line. |