[MDEV-28174] InnoDB: Assertion failure Created: 2022-03-25 Updated: 2022-05-01 Resolved: 2022-05-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3.32, 10.3.33, 10.3.34 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Muhamed Osmani | Assignee: | Marko Mäkelä |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | crash, galera, innodb | ||
| Environment: |
Product version: Plesk Obsidian 18.0.42.1 |
||
| Issue Links: |
|
||||||||
| Description |
|
Version 10.3.32 Version 10.3.33 Version 10.3.34 (Error still there): |
| Comments |
| Comment by Marko Mäkelä [ 2022-03-25 ] | |
|
The failing assertion is a consistency check in btr_check_blob_fil_page_type():
It suggests that a BLOB pointer in a clustered index record is pointing to an invalid page. There are various possible reasons for that, such as, an attempt to "fix" crash recovery failures by removing ib_logfile*, or an attempt to copy data files while the server is running, without using a tool like mariabackup. I am not aware of any currently open BLOB bugs. | |
| Comment by Marko Mäkelä [ 2022-03-25 ] | |
|
Can you reproduce this bug after initializing a new database from an SQL dump? | |
| Comment by Muhamed Osmani [ 2022-03-28 ] | |
|
After initiaziling and recover from a dump the error dissappeared... |