Bug #64624 | Mysql is crashing during replication | ||
---|---|---|---|
Submitted: | 12 Mar 2012 17:35 | Modified: | 12 Jun 2012 12:31 |
Reporter: | Konstantin Malov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.5.21 | OS: | Linux (CentOS 2.6.32-220.7.1.el6.x86_64) |
Assigned to: | CPU Architecture: | Any | |
Tags: | regression |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[22 Mar 2012 7:19]
Thomas Lecomte
[22 Mar 2012 7:20]
Thomas Lecomte
MySQL error log - 5.5.21 with replication crashing
Attachment: mysqld.err-malloc (application/octet-stream, text), 25.03 KiB.
[22 Mar 2012 19:32]
Craig Gill
mysqld.err crash report
Attachment: mysql5520_crash.txt (text/plain), 13.93 KiB.
[22 Mar 2012 19:33]
Craig Gill
my.cnf of slave mysql
Attachment: mysql_5520_mycnf.txt (text/plain), 6.37 KiB.
[23 Mar 2012 22:45]
Craig Gill
The same crash also happens with 5.5.22
Attachment: mysql5522_crash.txt (text/plain), 13.53 KiB.
[17 Apr 2012 6:32]
Shane Bester
all the errors from an overnight run. not good. i'll think of an easy testcase today.
Attachment: bug64624_valgrind_errors_5.5.22.txt (text/plain), 5.42 KiB.