[MDEV-25702] InnoDB: Failing assertion: rec_offs_nth_extern(offsets, n) for background thread while optimizing table with FULLTEXT index Created: 2021-05-17 Updated: 2021-12-22 Resolved: 2021-09-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Full-text Search, Storage Engine - InnoDB |
| Affects Version/s: | 10.5.9 |
| Fix Version/s: | 10.2.41, 10.3.32, 10.4.22, 10.5.13, 10.6.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Valerii Kravchuk | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The following assertion failure (and many similar crashes) noted while mysqlcheck -o is executed against InnoDB tables with FULLTEXT indexes:
In the core dump we see this thread with assertion failure:
|
| Comments |
| Comment by Thirunarayanan Balathandayuthapani [ 2021-05-21 ] | ||||||||||||
|
Can we get following from frame 9 ?
| ||||||||||||
| Comment by Valerii Kravchuk [ 2021-05-21 ] | ||||||||||||
|
Here it is:
| ||||||||||||
| Comment by Thirunarayanan Balathandayuthapani [ 2021-05-25 ] | ||||||||||||
|
Previous comments didn't bring anything at all. Sorry for that. Please can you check the following:
| ||||||||||||
| Comment by Valerii Kravchuk [ 2021-06-07 ] | ||||||||||||
|
| ||||||||||||
| Comment by Thirunarayanan Balathandayuthapani [ 2021-06-07 ] | ||||||||||||
|
Looks like string std is present in many documents. Most probably, ilist could exceed the blob size.
Sorry, I messed up again. Slack mistook asterisk | ||||||||||||
| Comment by Valerii Kravchuk [ 2021-06-07 ] | ||||||||||||
|
|