Bug #68151 | Fresh 7.2.10 cluster rolling restart all datanodes crash in DBSPJ DbspjMain.cpp | ||
---|---|---|---|
Submitted: | 23 Jan 2013 3:28 | Modified: | 18 Jul 2016 16:30 |
Reporter: | Carl Krumins | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
Version: | 7.2.10 | OS: | Linux (generic x64 linux binary on ubuntu) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | crash, DBSPJ, DbspjMain.cpp, error 2341 |
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