-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.2.2, 10.3.0, 10.4.0
-
Component/s: Storage Engine - InnoDB
-
Labels:
While testing the fix of MDEV-12699, it became clear that crash recovery of ROW_FORMAT=COMPRESSED tables is broken. If I remember correctly, an assertion would fail while applying the MLOG_COMP_REC_INSERT record.
To repeat this more easily, we should probably try to reduce the page flushing rate, or simply remove the workarounds for this bug in the MDEV-12669 fix.
Matthias Leich, please try to find a small case for this, either with or without mariabackup. For 10.2, please use innodb_log_optimize_ddl=OFF if the test involves any CREATE INDEX or table-rebuilding ALTER TABLE.
- blocks
-
MDEV-12699 Improve crash recovery of corrupted data pages
-
- Closed
-
- relates to
-
MDEV-21339 rpl.rpl_sync test failed, assertion page_offset(rec) <= page_header_get_field failed
-
- Confirmed
-