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:
None 
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

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[2 Feb 2012 3:41] Bow Ruggeri
An example Java program that demonstrates the socketRead hang

Attachment: MySQLBugTest.java (application/octet-stream, text), 5.42 KiB.

[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.