Bug #60757 | MySQL server crush on InnoDB | ||
---|---|---|---|
Submitted: | 5 Apr 2011 7:20 | Modified: | 22 Jul 2011 13:48 |
Reporter: | Phil Kulin | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.5.2 | OS: | FreeBSD (8.2 amd64) |
Assigned to: | CPU Architecture: | Any | |
Tags: | crash, innodb |
[5 Apr 2011 7:20]
Phil Kulin
[5 Apr 2011 9:44]
Valeriy Kravchuk
What exactly happened before you get this crash, at MySQL and OS level? Any hardware failures? Please, send the entire error log (compressed if it is too big). Also you should not use 5.5.2, it is too old. Current version is 5.5.10.
[5 Apr 2011 10:01]
Phil Kulin
Any ideas. All is normal. Crushes repeat periodically. Both at the loaded time and per the quiet. Any failures of the hardware. There was a thought that failure because of congestion of a disk, but bases are on the dedicated disk which doesn't show notable loading. I wrote down a binary log - any correlation with failures. I can send - small just with the end on failure. I compiled mysql with and without optimization, static and shared - no success effect. Version 5.5.3 has incompatible changes because of which not probably to use many existing appendices. For example "CREATE .... TABLE TYPE...". I know that is time for a long time already, but here the hostage of a situation
[5 Apr 2011 10:04]
Valeriy Kravchuk
Without the error log (and stack trace there, if any) I can say nothing useful. Moreover, if this problem was a result of a bug, we need to know if the bug is repeatable in recent version, 5.5.10+, and the bug can be fixed only in 5.5.12+.
[5 Apr 2011 10:10]
Phil Kulin
And how to make stack trace? And what error_log? All I will make if it technically probably. Rebuld all to a smog. About 5.5.12 it is clear - I will make a patch for myself. P.S. If there was at least an external patch on CREATE TABLE - in general the problem with the version wouldn't be.
[5 Apr 2011 10:15]
Valeriy Kravchuk
Error log is usually a file named <hostname>.err in your datadir. You can execute the following in the mysql command line client (when server works) to get full pathname: show variables like 'log_error';
[5 Apr 2011 10:27]
Phil Kulin
Some failures in a error_log is our monitoring became crazy. When the server fell during loading, monitoring didn't distinguish timeout and try to restart it. In error_log also it is visible that included bin-log and changed the version.
[22 Jul 2011 13:48]
Valeriy Kravchuk
This is a duplicate of bug #61101 (that bug is private).