Bug #95893 | A client process may be blocked permanently on network congestion | ||
---|---|---|---|
Submitted: | 20 Jun 2019 9:29 | Modified: | 5 Sep 2019 12:31 |
Reporter: | Wei Zhao (OCA) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Connection Handling | Severity: | S2 (Serious) |
Version: | 5.6,5.7,8.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
[20 Jun 2019 9:29]
Wei Zhao
[20 Jun 2019 9:31]
Wei Zhao
this patch fixes the bug (*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: client-permanent-block-fix.diff (application/octet-stream, text), 1.06 KiB.
[20 Jun 2019 9:34]
MySQL Verification Team
Hello Wei Zhao, Thank you for the report and contribution. regards, Umesh
[26 Jul 2019 4:10]
Thayumanavar Sachithanantham
Following the steps mentioned in the bug, the issue does not reproduce itself in 8.0. Also if there is a timeout as result of write buffer getting full and partial write happening, timeout happens, then it is considered an error (since not specified bytes have been written to socket buffer). Thus the connection is aborted.