Bug #54619 | Session factory in a different thread than sessions crashes JVM | ||
---|---|---|---|
Submitted: | 18 Jun 2010 18:04 | Modified: | 18 May 2018 15:11 |
Reporter: | Heikki Laaksonen | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Cluster: Cluster/J | Severity: | S3 (Non-critical) |
Version: | 7.1.3 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | ClusterJ, crash, JVM, thread |
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
[18 Jun 2010 18:41]
Heikki Laaksonen
[18 Jun 2010 18:41]
Heikki Laaksonen
IEntity.java
Attachment: IEntity.java (application/octet-stream, text), 290 bytes.
[28 Jun 2010 19:45]
Craig Russell
Rewritten test case to use JUnit
Attachment: Bug54619.java (application/octet-stream, text), 3.48 KiB.
[19 May 2011 22:09]
Michael Hutton
JVM crash dump
Attachment: hs_err_pid3584.log (application/octet-stream, text), 29.16 KiB.