Bug #45878 | MySQL Proxy hangs sysbench | ||
---|---|---|---|
Submitted: | 1 Jul 2009 14:03 | Modified: | 17 Aug 2009 15:08 |
Reporter: | Diego Medina | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Proxy: Core | Severity: | S2 (Serious) |
Version: | 0.8.0 r682 | OS: | Any |
Assigned to: | MEM Agent Devs | CPU Architecture: | Any |
[1 Jul 2009 14:03]
Diego Medina
[2 Jul 2009 19:35]
Enterprise Tools JIRA Robot
Diego Medina writes: I need a binary with this revision "Rev 708: raise the listen() backlog from 8 to 128"
[6 Jul 2009 15:17]
Enterprise Tools JIRA Robot
Diego Medina writes: revno: 708 committer: jan@mysql.com branch nick: trunk timestamp: Thu 2009-07-02 16:52:53 +0200 message: raise the listen() backlog from 8 to 128 (fixes #43278) modified: src/network-socket.c
[6 Jul 2009 15:18]
Enterprise Tools JIRA Robot
Diego Medina writes: testing r740
[6 Jul 2009 16:16]
Enterprise Tools JIRA Robot
Diego Medina writes: Verified fixed on 0.8.0 The backlog size was 8, and now it is 128
[17 Aug 2009 15:08]
MC Brown
A note has been added o the 0.7.3 and 0.8.0 changelog: MySQL Proxy could stop accepting network packets if a large number of packets were sent to the proxy. The listen queue has been extended to allow a larger backlog.