Description
Connections in the pool is shared one and should be closed only when it's not referenced by other threads. Furthermore, current pool implementation locks whole connections for connecting/closing a connection, making bad interferences on other operations (on sane connection).
Attachments
Issue Links
- is related to
-
TAJO-1497 RPC client does not share a connection
- Resolved