percona - mysql restarted occassionally -


at night our mysql server restarted occassionally(innodb engine) , in log see following:

150921  1:58:44  innodb: page checksum 2064838754 (32bit_calc:  866699801), prior-to-4.0.14-form checksum 400856538 innodb:stored checksum 1847129036, prior-to-4.0.14-form stored checksum 42278670 innodb: page lsn 0 3564194321, low 4 bytes of lsn @ page end 2315587073 innodb: page number (if stored page already) 80945,  innodb: space id (if created >= mysql-4.1.1 , stored already) 0 innodb: page may index page index id 116 innodb: (index "idx_cru_type" of table "fisheyedb"."cru_login_cookie") 150921  1:58:44  innodb: assertion failure in thread 139799134877440 in file rem0rec.c line 569  innodb: intentionally generate memory trap.  innodb: submit detailed bug report http://bugs.mysql.com.  innodb: if repeated assertion failures or crashes,  innodb: after mysqld startup, there may  innodb: corruption in innodb tablespace. please refer 

at http://bugs.percona.com/ key_buffer_size=33554432

is possible reveal happened , should avoid behavior further?

i think table corrupted. can use mysql repair command: first backup! https://dev.mysql.com/doc/refman/5.0/en/rebuilding-tables.html


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -