Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently each time a connection is requested from the the thrift transport pool, three methods are called on client context to get ssl, sasl, and timeout. These in turn call methods on configuration. This is showing up in profiling as slow. I wonder if these could be precomputed in the client context constructor.
Also, repeatedly calling rpcCreds() on client context is showing up as slow.
Attachments
Issue Links
- links to