Bug #31534 | Proxy hangs with connection storm | ||
---|---|---|---|
Submitted: | 11 Oct 2007 13:49 | Modified: | 13 Aug 2008 9:46 |
Reporter: | Ronald Bradford | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Proxy: Core | Severity: | S2 (Serious) |
Version: | 0.6.0 | OS: | Linux (FC6) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Connection, hang, java, proxy |
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
[11 Oct 2007 14:00]
Ronald Bradford
[11 Oct 2007 14:01]
Ronald Bradford
strace of mysql client connecting via proxy in frozen state
Attachment: bug.mysql.strace.txt (text/plain), 3.09 KiB.
[11 Oct 2007 14:01]
Ronald Bradford
strace of mysql client, freezing after password, then responding after another connection is exited
Attachment: bug.mysql2.strace.txt (text/plain), 7.85 KiB.