Bug #25710 | Restarting data node _always_ requires --initial | ||
---|---|---|---|
Submitted: | 18 Jan 2007 22:32 | Modified: | 13 Mar 2009 9:08 |
Reporter: | Bugs System | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S2 (Serious) |
Version: | 5.1.14 | OS: | Linux (CentOS4.4 x86_64) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | annoying, cluster, ndbd, restart, schema, slow |
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 Jan 2007 19:35]
Bugs System
[19 Jan 2007 19:41]
Bugs System
/var/lib/mysql-cluster/cluster.log file from cluster after restarting ndb_mgmd ok, but restarting node6 failed.
Attachment: cluster.log (text/x-log), 23.60 KiB.
[19 Jan 2007 19:43]
Bugs System
/var/lib/mysql-cluster/ndb_1_out.log file from cluster.
Attachment: ndb_1_out.log (text/x-log), 425 bytes.
[19 Jan 2007 19:58]
Bugs System
/var/lib/mysql/lindb.err file from cluster node that failed to start.
Attachment: lindb.err (application/octet-stream, text), 485 bytes.
[19 Jan 2007 20:02]
Bugs System
/data/ndb6_error.log file from ndbd cluster node from failed node.
Attachment: ndb_6_error.log (text/x-log), 1.04 KiB.
[19 Jan 2007 22:13]
Bugs System
Trace log from the ndbd server crash.
Attachment: ndb_6_trace.log.1.gz (application/x-gzip, text), 31.26 KiB.
[19 Jan 2007 22:14]
Bugs System
Trace log from the ndbd server crash.
Attachment: ndb_6_trace.log.2.gz (application/x-gzip, text), 31.21 KiB.
[19 Jan 2007 22:18]
Bugs System
Trace log from the ndbd server crash.
Attachment: ndb_6_trace.log.next (application/octet-stream, text), 1 bytes.
[30 Jan 2007 16:19]
Bugs System
Most recent logs after running alter table statements, and trying to do a ndbd restart. Nodes all now require --initial to resta
Attachment: cluster.tar.gz (application/x-gzip, text), 183.29 KiB.