[MDEV-30769] InnoDB Clustered record for sec rec not found index Created: 2023-03-02 Updated: 2023-07-06 Resolved: 2023-07-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3.28 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | zhangxiaohua | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | crash, index, innodb | ||
| Description |
|
2023-03-02 10:55:12 51 [ERROR] InnoDB: Clustered record for sec rec not found index `problem_1` of table `zabbix`.`problem` InnoDB: clust index record PHYSICAL RECORD: n_fields 16; compact format; info bits 0 TRANSACTION 421956045321576, ACTIVE 0 sec starting index read InnoDB: Submit a detailed bug report to https://jira.mariadb.org/ |
| Comments |
| Comment by Daniel Black [ 2023-03-02 ] | ||||
|
For clarify, which MariaDB version? | ||||
| Comment by zhangxiaohua [ 2023-03-02 ] | ||||
|
MariaDB [(none)]> status; Connection id: 5398 Threads: 133 Questions: 877949 Slow queries: 1393 Opens: 459 Flush tables: 1 Open tables: 452 Queries per second avg: 69.507 | ||||
| Comment by zhangxiaohua [ 2023-03-02 ] | ||||
|
MariaDB [(none)]> show create table zabbix.problem;
--------
-------- MariaDB [(none)]> | ||||
| Comment by Daniel Black [ 2023-07-06 ] | ||||
|
With 10.3 EOL I don't think there's much we can do. There's nothing to repeat the problem. You can remove and recreate the index to resolve the errors, which I assume you have done. |