[
https://issues.apache.org/jira/browse/HBASE-27183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Jasani resolved HBASE-27183.
----------------------------------
Fix Version/s: (was: 3.0.0-alpha-4)
Resolution: Won't Fix
The requirement of having different binding vs proxy port is being reviewed
again. Will reopen this if required as we get more networking requirements
clarification.
> Support regionserver to connect to HMaster proxy port
> -----------------------------------------------------
>
> Key: HBASE-27183
> URL: https://issues.apache.org/jira/browse/HBASE-27183
> Project: HBase
> Issue Type: Improvement
> Reporter: Viraj Jasani
> Assignee: Viraj Jasani
> Priority: Major
>
> Regionservers get active master address from Zookeeper/Master registry and
> tries to make RPC calls to master.
> For security concerns, regionservers might require making connection to a
> different proxy port of master rather than it's original port retrieved from
> Zookeeper.
> Configs:
> # hbase.master.expose.proxy.port: Master can use this config (int) to expose
> new proxy port on active and backup master znodes.
> # hbase.client.consume.master.proxy.port: Clients/Regionservers can use this
> config (boolean) to determine whether to connect to active master on new
> proxy port that master has exposed or continue using original port of master
> for connection.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)