guanyun created HBASE-23481:
-------------------------------
Summary: CLONE - [C++] Optimize ClientBootstrap in ConnectionPool
Key: HBASE-23481
URL: https://issues.apache.org/jira/browse/HBASE-23481
Project: HBase
Issue Type: Sub-task
Reporter: guanyun
Assignee: Xiaobing Zhou
Attachments: HBASE-18079-HBASE-14850.000.patch
ConnectionPool creates an instance of wangle::ClientBootstrap for every new
connection (i.e. Wangle pipeline) and cache it hereafter, it is unnecessary.
Instead, ConnectionPool can maintain a single ClientBootstrap instance in its
members.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)