[MXS-2560] KILL with recursive services doesn't work Created: 2019-06-12 Updated: 2019-06-12 Resolved: 2019-06-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.3.8 |
| Fix Version/s: | 2.3.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
When a service in MaxScale routes a KILL query to another service (e.g. schemarouter to readwritesplit via local server abstraction), the query is ignored due to the trailing COM_QUIT packet that follows the COM_QUERY packet generated by the LocalClient class. |