Bug #76544 | Insert, update records in multiple java threads with ClusterJ api | ||
---|---|---|---|
Submitted: | 31 Mar 2015 11:35 | Modified: | 16 Sep 2019 16:31 |
Reporter: | Arco van der Velden | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Cluster: Cluster/J | Severity: | S2 (Serious) |
Version: | 7.3.8 Win x64 | OS: | Windows |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | cluster, ClusterJ, java, multiple threads |
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
[31 Mar 2015 11:47]
Arco van der Velden
[31 Mar 2015 11:47]
Arco van der Velden
FixTradeInterface
Attachment: FixTradeDataInterface.java (application/octet-stream, text), 5.01 KiB.
[31 Mar 2015 11:48]
Arco van der Velden
FixTradeFacade
Attachment: FixTradeFacade.java (application/octet-stream, text), 3.72 KiB.
[31 Mar 2015 11:48]
Arco van der Velden
InstructionsFacade
Attachment: InstructionsFacade.java (application/octet-stream, text), 1.42 KiB.
[31 Mar 2015 11:48]
Arco van der Velden
PositionsFacade
Attachment: PositionsFacade.java (application/octet-stream, text), 1.41 KiB.
[31 Mar 2015 11:48]
Arco van der Velden
PositionsInterface
Attachment: PositionsInterface.java (application/octet-stream, text), 766 bytes.
[31 Mar 2015 11:49]
Arco van der Velden
ThreadClass
Attachment: ThreadClass.java.txt (text/plain), 4.74 KiB.