Bug #65196 | InnoDB: Assertion failure in thread ... in file btr0cur.c | ||
---|---|---|---|
Submitted: | 3 May 2012 21:19 | Modified: | 7 May 2012 7:45 |
Reporter: | martin fuxa | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.5.21 | OS: | Linux (Centos 5.6) |
Assigned to: | CPU Architecture: | Any |
[3 May 2012 21:19]
martin fuxa
[3 May 2012 21:21]
martin fuxa
err log
Attachment: t3523.log (text/x-log), 10.42 KiB.
[3 May 2012 21:24]
martin fuxa
and again and again ... with innodb_force_recovery 1 to 4 never ending 120427 16:13:52 InnoDB: Waiting for the background threads to start my innodb conf innodb_buffer_pool_size = 7000M innodb_flush_log_at_trx_commit = 2 innodb_log_file_size = 64M innodb_additional_mem_pool_size = 16M innodb_old_blocks_time=1000 after slave recovery from master show table status like 'x'; +----------+--------+---------+------------+----------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-----------------+----------+----------------+---------+ | Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time | Update_time | Check_time | Collation | Checksum | Create_options | Comment | +----------+--------+---------+------------+----------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-----------------+----------+----------------+---------+ | xxxxxxxx | InnoDB | 10 | Compact | 45395275 | 46 | 2101346304 | 0 | 1146093568 | 17825792 | NULL | 2012-05-02 13:34:23 | NULL | NULL | utf8_general_ci | NULL | | | +----------+--------+---------+------------+----------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+-----------------+----------+----------------+---------+
[3 May 2012 21:40]
MySQL Verification Team
Are you checked hard drive failure?. Thanks.
[4 May 2012 11:10]
martin fuxa
HDD error, I can't exclude because mysql bin log tune4fs -l /dev/md1 |grep -i error Errors behavior: Continue mysql data tune4fs -l /dev/md0 |grep -i error Errors behavior: Continue but in linux log/messages isn't nothing. In daily routine server run's CHECK TABLE MEDIUM and there was few errors (see below), but not at same table (and not same version of Mysql server, server is updated regulary after version release, but ofcourse still 5.5.x). 2012-04-15 Index ... contains 36528795 entries, should be 36528796. ENGINE=InnoDB 2012-04-09 Index ... contains 31081166 entries, should be 31081167. ENGINE=InnoDB 2012-04-01 Found 5868265 keys of 5868266 ENGINE=MyISAM 2012-03-30 Found 186 keys of 185 ENGINE=MyISAM 2012-03-25 Unexpected byte: 0 at link: 1333080144 ENGINE=MyISAM
[4 May 2012 17:45]
Sveta Smirnova
Thank you for the feedback. What CHECK TABLE x EXTENDED returns?
[4 May 2012 23:17]
MySQL Verification Team
Martin, since you're using a percona build, you should file a bug report there, or ask in their forums. We can only support official Oracle MySQL builds here.
[7 May 2012 7:45]
martin fuxa
https://bugs.launchpad.net/percona-server/+bug/995258