Bug #72236 | MySQL Crashes while enabling slave_parallel_workers.... | ||
---|---|---|---|
Submitted: | 4 Apr 2014 11:44 | Modified: | 11 Jan 2015 9:34 |
Reporter: | Kalpan Naik | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.6.16 & 5.6.17 | OS: | Linux (CentOS 6.5 Final) |
Assigned to: | CPU Architecture: | Any |
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
[4 Apr 2014 12:50]
Kalpan Naik
[4 Apr 2014 12:51]
Kalpan Naik
Slave server's config file
Attachment: slave_my.cnf (application/octet-stream, text), 2.35 KiB.
[7 Apr 2014 16:43]
Kalpan Naik
SQL File to be executed on Master Server
Attachment: Master_Scenario.sql (application/octet-stream, text), 1.48 KiB.
[7 Apr 2014 16:43]
Kalpan Naik
SQL File to be executed on Slave Server
Attachment: Slave_Scenario.sql (application/octet-stream, text), 2.14 KiB.
[8 Apr 2014 9:01]
Kalpan Naik
The crash details from the log file....
Attachment: CrashDump.txt (text/plain), 2.67 KiB.