innodb_force_recovery is more efficient with InnoDB plugin than XtraDB on certain cases
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS |
Expired
|
Undecided
|
Unassigned |
Bug Description
Originally reported as https:/
=======
It is the second time that i have a serious power shortage on a server with a RAID card with wright through cache enabled and that has its battery depleted (the RAID card flushes its cache to disk not on a FIFO manner) with InnoDB tables on a MariaDB 5.5 ending up badly corrupted and i encounter this very issue.
These tables are write intensive as they store monitoring data.
The only way to start the server is to set innodb_
Setting the innodb_
Here are the kind of errors shown on the error log when starting with innodb_
130711 3:09:36 InnoDB: error: space object of table 'zabbix/
InnoDB: space id 10 did not exist in memory. Retrying an open.
130711 3:09:36 InnoDB: Warning: allocated tablespace 10, old maximum was 0
130711 3:09:36 InnoDB: error: space object of table 'zabbix/actions',
InnoDB: space id 11 did not exist in memory. Retrying an open.
130711 3:09:36 InnoDB: error: space object of table 'zabbix/alerts',
Accessing certain rows on certain tables will crash MariaDB but at least the other tables can be dumped completely and these tables can also be partially dumped using a LIMIT clause.
=======
As further comments indicate, a possible reason could be innodb_
tags: | added: xtradb |
It would be nice to get my.cnf content from the environment affected.