You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Xiaobing Zhou (JIRA)" <ji...@apache.org> on 2017/05/19 06:05:04 UTC

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

Xiaobing Zhou created HBASE-18079:
-------------------------------------

             Summary: [C++] Optimize ClientBootstrap in ConnectionPool
                 Key: HBASE-18079
                 URL: https://issues.apache.org/jira/browse/HBASE-18079
             Project: HBase
          Issue Type: Sub-task
            Reporter: Xiaobing Zhou
            Assignee: Xiaobing Zhou


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
(v6.3.15#6346)