-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Monitoring
-
None
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.