[MDEV-14420] [Draft] Assertion failure in file /data/src/10.3-bug/storage/innobase/log/log0recv.cc line 1186 Created: 2017-11-16 Updated: 2023-11-28 Resolved: 2023-11-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
It's reproducible reasonably well, but not reducible easily. Probably not the highest priority, because the scenario is crash-restart during DML/DDL, which can't be good anyway, but maybe there is still something to solve here. I have the datadir, but it's too big to attach. |
| Comments |
| Comment by Marko Mäkelä [ 2018-02-02 ] | ||||||||||||||||||||
|
The problem is that a MLOG_1BYTE record is being applied to an unexpected byte offset to page 0 of tablespace 4608.
Can I get the local variables from recv_parse_or_apply_log_rec_body()?
| ||||||||||||||||||||
| Comment by Elena Stepanova [ 2019-07-29 ] | ||||||||||||||||||||
|
Happens on 10.4 in mariabackup: https://travis-ci.org/elenst/travis-tests/jobs/564697197 863 13 2
or
|