[MXS-1351] Partially authenticated connections are put into the connection pool Created: 2017-08-09 Updated: 2017-08-09 Resolved: 2017-08-09 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.1.5 |
| Fix Version/s: | 2.1.6, 2.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Partially authenticated connections can be stored in the persistent connection pool. This occurs when a session closes a connection before authentication for that connection has completed. A simple solution to this is to discard the connection as it does not qualify for persistent connection pooling. A more advanced solution would be to wait until authentication completes before putting the connection into the pool. This should be fixed automatically when |
| Comments |
| Comment by markus makela [ 2017-08-09 ] |
|
Fixed by commit 35de0c392f400ccc4f260cdc756f1ad93788cdc9 in 2.1 and commit 4117dcf410ba052f9520c2ab801ab47a1dacf0d3 in 2.2. |