[MXS-3622] Backend connection isn't closed right after authentication failure Created: 2021-06-17 Updated: 2021-06-21 Resolved: 2021-06-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.5.13 |
| Fix Version/s: | 2.5.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When the backend server rejects the authentication from MaxScale, the connection isn't closed immediately with a call to handleError of the router. This caused a debug assertion to be hit when a session command (in this case a COM_CHANGE_USER) was sent as the first command. |