Bug #64204 | ResultSet.close hangs if streaming query is killed | ||
---|---|---|---|
Submitted: | 2 Feb 2012 3:39 | Modified: | 1 Mar 2013 7:43 |
Reporter: | Bow Ruggeri | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 5.1.18 | OS: | Any |
Assigned to: | Alexander Soklakov | CPU Architecture: | Any |
Tags: | hangs, KILL QUERY, socketRead, Stuck |
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
[2 Feb 2012 3:41]
Bow Ruggeri
[2 Feb 2012 3:42]
Bow Ruggeri
A stacktrace of the thread hung on socketRead
Attachment: stacktrace.txt (text/plain), 1.50 KiB.
[2 Feb 2012 3:45]
Bow Ruggeri
Sorry, last stacktrace was the wrong stacktrace... This is the proper stacktrace!!
Attachment: stacktracenew.txt (text/plain), 1.28 KiB.