Bug #30829 | ndb_mgm SHOW output should list current arbitrator | ||
---|---|---|---|
Submitted: | 5 Sep 2007 12:21 | Modified: | 2 May 2013 8:48 |
Reporter: | Kai Voigt | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S4 (Feature request) |
Version: | mysql-5.1-telco-7.0 | OS: | Any |
Assigned to: | Magnus BlÄudd | CPU Architecture: | Any |
Tags: | Versions = all |
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
[4 Dec 2009 13:43]
Geert Vanderkelen
[7 Dec 2009 9:19]
Geert Vanderkelen
Second attempt (using ArbitState..)
Attachment: bug30829_dump2599_v2.patch (application/octet-stream, text), 2.86 KiB.
[7 Dec 2009 12:19]
Geert Vanderkelen
Third attempt, now works in logs as well as in MGM API and ndb_mgm client
Attachment: bug30829_dump2599_v3.patch (application/octet-stream, text), 3.98 KiB.
[7 Dec 2009 12:50]
Geert Vanderkelen
Cleaning up, adding missing ndb_logevent.h, rename to DumpCurrentArbitrator(2599)
Attachment: bug30829_dump2599_v3.1.patch (application/octet-stream, text), 4.89 KiB.