[MDEV-28786] InnoDB crash leads to pagesize comparison failure Created: 2022-06-09 Updated: 2022-07-26 Resolved: 2022-07-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.6.5 |
| Fix Version/s: | 10.6.9, 10.7.5, 10.8.4, 10.9.2, 10.10.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Christopher von Dambrowski | Assignee: | Marko Mäkelä |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | crash, innodb | ||
| Environment: |
Debian Stretch on LXC |
||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Our database seems to crash for no apparent reason. This has happend to us 4 times on different nodes within the last 3 weeks. There is no log entry system-wide other than the mysql error.log. Resources, storage capacity, hardware - everything checks out just fine. We run Version 10.6.5 for almost 6 months now, so we find it odd that a problem within MariaDB hits us now in such succession. The problem seems to occur on one specific table only for all occurences. Every query, regardless if it is a select, update or just a check table against the table stalls the connection and it hangs. Update: Errorlog:
|
| Comments |
| Comment by Marko Mäkelä [ 2022-07-26 ] | ||
|
This crash has been replaced with an error code return in To try to fix the corruption, you can disable the change buffer (see
|