[MXS-2365] Wrong classification of queued queries in readwritesplit Created: 2019-03-05 Updated: 2019-03-13 Resolved: 2019-03-13 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.3.4 |
| Fix Version/s: | 2.3.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When a client sends a statement before the result for the previous query has been received, it is placed on a queue that is executed once the results are processed. Queries in this queue are classified with the type of the previous query instead of the current query being processed. |