InnoDB: unable to purge a record
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS |
New
|
High
|
Unassigned | ||
5.5 |
New
|
High
|
Unassigned |
Bug Description
We have a single production replica that has been upgraded to Percona Server 5.5.21-55-log. It is replicating from our production Percona Server 5.0.22, but serving no queries.
Over the weekend, this appeared in the error log:
120527 18:32:03 InnoDB: unable to purge a record
InnoDB: tuple DATA TUPLE: 4 fields;
0: len 4; hex 80000006; asc ;;
1: SQL NULL;
2: len 8; hex 0000000000107740; asc w@;;
3: len 4; hex 80b6864b; asc K;;
InnoDB: record PHYSICAL RECORD: n_fields 4; compact format; info bits 32
0: len 4; hex 80000006; asc ;;
1: SQL NULL;
2: len 8; hex 0000000000107740; asc w@;;
3: len 4; hex 80b6864b; asc K;;
space 1608 offset 5134 (1 records, index id 4390)
InnoDB: Submit a detailed bug report to http://
Because this machine is just replicating, we observed no query performance issues or other log messages/issues on the machine, and I have found no log messages on the server indicating there was a hardware issue.
We went through the normal upgrade process from 5.0 to 5.5 on this machine, but have not done much tuning yet. I have attached the my.cnf file, slightly modified from our Percona Server 5.0 instances. This blocks us from upgrading the rest of our servers to 5.5, please advise if this is an upgrade/tuning issue or something we can avoid.
thank you!
We've been seeing similar errors on our database ( 500GB table ). Using Percona 5.5.23-55-log, the trigger was doing an "ALTER TABLE t ROW_FORMAT= COMPRESSED" .
In a screen, i started it, and when i came back later that day, this is what i saw:
mysql> alter table t ROW_FORMAT= COMPRESSED;
ERROR 2013 (HY000): Lost connection to MySQL server during query