Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
-
Description
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
Attachments
Attachments
Issue Links
- is related to
-
HBASE-19316 Direct invocation Client-Server short-circuit without having to pass through the eye of a protobuf stub
- Open
- relates to
-
HBASE-19463 Make CPEnv#getConnection return a facade that throws Unsupported if CP calls #close
- Resolved
- links to