Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.1.5
-
None
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 MXS-619 is fixed.
Attachments
Issue Links
- is caused by
-
MXS-619 creating many short sessions in parallel leads to errors
- Closed