You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2017/11/19 11:11:00 UTC

[jira] [Created] (HBASE-19301) Provide way for CPs to create short circuited connection with custom configurations

Anoop Sam John created HBASE-19301:
--------------------------------------

             Summary: Provide way for CPs to create short circuited connection with custom configurations
                 Key: HBASE-19301
                 URL: https://issues.apache.org/jira/browse/HBASE-19301
             Project: HBase
          Issue Type: Sub-task
            Reporter: Anoop Sam John
            Assignee: Anoop Sam John
             Fix For: 2.0.0-beta-1


Over in HBASE-18359 we have discussions for this.
Right now HBase provide getConnection() in RegionCPEnv, MasterCPEnv etc. But this returns a pre created connection (per server).  This uses the configs at hbase-site.xml at that server. 
Phoenix needs creating connection in CP with some custom configs. Having this custom changes in hbase-site.xml is harmful as that will affect all connections been created at that server.
This issue is for providing an overloaded getConnection(Configuration) API



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)