Bug #81506 | ndbd always be in "starting" state after i run it as "--initial" | ||
---|---|---|---|
Submitted: | 19 May 2016 12:08 | Modified: | 24 May 2016 19:34 |
Reporter: | Jingyu Hu | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
Version: | mysql-cluster-gpl-7.4.11-linux-glibc2.5- | OS: | CentOS (7.0) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | ndbd starting |
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
[19 May 2016 12:11]
Jingyu Hu