Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
When open fails, the driver trace logs a message containing the connectionId. But DefaultConnectionPool.PooledConnection#getDescription throws if the connection is open. This causes the trace logging statement itself to throw.
We can fix this by allowing calls to DefaultConnectionPool.PooledConnection#getDescription even when the connection is not open.