[MDEV-3419] LP:616344 - Aria recovery assertion page_offset >= keypage_header && page_offset <= page_length Created: 2010-08-11 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
when recovering from a KILL -9 after a DML workload involving numerous indexes, Aria 5.1 asserted as follows: recovered pages: 0%mysqld: ma_key_recover.c:913: _ma_apply_redo_index: Assertion `page_offset >= keypage_header && page_offset <= page_length' failed. backtrace: #8 0x00897de8 in __assert_fail () from /lib/libc.so.6 bzr version-info: revision-id: <email address hidden> |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2010-08-11 ] |
|
Re: Aria recovery assertion page_offset >= keypage_header && page_offset <= page_length |
| Comment by Philip Stoev (Inactive) [ 2010-08-11 ] |
|
Core, binary, datadir |
| Comment by Michael Widenius [ 2010-08-20 ] |
|
Re: Aria recovery assertion page_offset >= keypage_header && page_offset <= page_length The issue is that there is some wrong data in the maria recovery log file. I have pinpointed the code that generated the log file entry but can't find anything wrong with it. To help find the bug I would need one or more of the following:
What I have done in the mean time is adding some new asserts into the log generating code so that mysqld will assert if Aria attempts to generated such a wrong log entry. (Should make testing much easier). |
| Comment by Philip Stoev (Inactive) [ 2010-08-20 ] |
|
Re: Aria recovery assertion page_offset >= keypage_header && page_offset <= page_length |
| Comment by Philip Stoev (Inactive) [ 2010-09-07 ] |
|
Re: Aria recovery assertion page_offset >= keypage_header && page_offset <= page_length
|
| Comment by Philip Stoev (Inactive) [ 2010-09-07 ] |
|
This is still repeatable even after the latest recovery fixes. RQG command line:
datadir, maria log, query log, bin log |
| Comment by Michael Widenius [ 2010-12-18 ] |
|
Re: Aria recovery assertion page_offset >= keypage_header && page_offset <= page_length |
| Comment by Rasmus Johansson (Inactive) [ 2010-12-18 ] |
|
Launchpad bug id: 616344 |