You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "guanyun (Jira)" <ji...@apache.org> on 2019/12/08 13:35:02 UTC

[jira] [Created] (HBASE-23481) CLONE - [C++] Optimize ClientBootstrap in ConnectionPool

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)