[MXS-442] COM_PING is sent to all servers Created: 2015-11-02 Updated: 2016-05-08 Resolved: 2016-05-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 1.2.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | markus makela | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When the readwritesplit receives a COM_PING packet, it will send it to all servers. This will give the client the response from the fastest server but it creates unnecessary load. |
| Comments |
| Comment by markus makela [ 2016-05-08 ] |
|
One thing that I did not point out is that it can be used to keep the connections alive when wait_timeout is used. I do not think the behavior needs to be changed. |