Bug #62177 | restart data node after MaxNoOfConcurrentOperations/MaxNoOfLocalOperation change | ||
---|---|---|---|
Submitted: | 16 Aug 2011 11:54 | Modified: | 11 Oct 2016 23:39 |
Reporter: | Eugene Zheganin | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 7.1.15 | OS: | Linux (Debian/Squeeze amd64) |
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
[16 Aug 2011 11:57]
Eugene Zheganin
[16 Aug 2011 11:58]
Eugene Zheganin
cluster log, taken after ndb_mdmd start and ndbd start
Attachment: ndb_1_cluster.log.bz2 (application/x-bzip, text), 2.52 KiB.
[16 Aug 2011 11:58]
Eugene Zheganin
cluster error log, taken accordingly
Attachment: ndb_2_error.log.bz2 (application/x-bzip, text), 665 bytes.
[16 Aug 2011 11:59]
Eugene Zheganin
cluster output log
Attachment: ndb_2_out.log.bz2 (application/x-bzip, text), 15.26 KiB.
[16 Aug 2011 11:59]
Eugene Zheganin
main trace log, containing last ndbd start with --initial parameter
Attachment: ndb_2_trace.log.8.bz2 (application/x-bzip, text), 51.41 KiB.