Bug #78781 | ROUTER DOES NOT DISABLE THE NAGLE ALGORITHM IN THE CONNECTION WITH THE SERVER | ||
---|---|---|---|
Submitted: | 9 Oct 2015 11:52 | Modified: | 20 Oct 2015 2:54 |
Reporter: | Vitor Oliveira | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Router | Severity: | S3 (Non-critical) |
Version: | 2.0.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[9 Oct 2015 11:52]
Vitor Oliveira
[20 Oct 2015 2:54]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Router 2.0.2 release, and here's the changelog entry: The Nagle algorithm for MySQL client connections is now disabled the same way it is disabled for the server connections, by setting TCP_NODELAY to 0. Thank you for the bug report.