Bug #69434 com.mysql.jdbc.AbandonedConnectionCleanupThread slowing down load of data
Submitted: 8 Jun 2013 20:44 Modified: 18 Jul 2013 16:31
Reporter: John Byrne Email Updates:
Status: No Feedback Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.1.25 OS:Windows
Assigned to: CPU Architecture:Any

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:

[8 Jun 2013 20:56] John Byrne
Java file to load database and run query.

Attachment: TestDB.java (text/plain), 1.34 KiB.

[8 Jun 2013 20:56] John Byrne
Profiling of TestDB Run

Attachment: snapshot-1370724889509.nps (application/octet-stream, text), 5.94 KiB.

[11 Jun 2013 13:48] John Byrne
configuration file

Attachment: my.ini (application/octet-stream, text), 13.90 KiB.

[14 Jun 2013 1:11] John Byrne
Profiling of TestDB Run without creation and execution of SQL statement

Attachment: WithoutSQLExecution.nps (application/octet-stream, text), 5.52 KiB.

[14 Jun 2013 1:11] John Byrne
Source that loads the database driver and does nothing.

Attachment: TestDB.java (text/plain), 1.36 KiB.