Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Had a report from a user where opening new connections to Avatica were stuck. Upon investigation, there was a single thread which had grabbed the local on the JdbcMeta instance in JdbcMeta#openConnection(ConnectionHandle), but was not returning out of the DriverManager.getConnection(...) call.
Using the ConcurrentMap API over the Guava Cache API gives us enough flexibility that we can handle this safely without the total synchronization.
Attachments
Issue Links
- links to