Bug #24664 | Rare problem in LCP, can lead to unability to restart | ||
---|---|---|---|
Submitted: | 28 Nov 2006 17:23 | Modified: | 28 Dec 2006 13:58 |
Reporter: | Anatoly Pidruchny (Candidate Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 5.1.12 | OS: | Linux (Linux x86_64) |
Assigned to: | Jonas Oreland | 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
[28 Nov 2006 17:24]
Anatoly Pidruchny
[28 Nov 2006 17:26]
Anatoly Pidruchny
trace log
Attachment: ndb_3_trace.log.6.gz (application/x-gzip, text), 31.28 KiB.
[28 Nov 2006 17:33]
Anatoly Pidruchny
Data node output log
Attachment: ndb_3_out.log (application/octet-stream, text), 32.70 KiB.
[28 Nov 2006 17:41]
Anatoly Pidruchny
Some info about the aborted ndbd process from GDB
Attachment: gdb.out.log (application/octet-stream, text), 10.43 KiB.