Andrew Kyle Purtell created HBASE-27561:
-------------------------------------------
Summary: hbase.master.port is ignored in processing of
hbase.masters
Key: HBASE-27561
URL: https://issues.apache.org/jira/browse/HBASE-27561
Project: HBase
Issue Type: Bug
Components: Client
Affects Versions: 2.5.2
Reporter: Andrew Kyle Purtell
Assignee: Andrew Kyle Purtell
Fix For: 3.0.0-alpha-4, 2.4.16, 2.5.3
Setting of hbase.master.port is ignored in default processing of hbase.masters.
For example,
hbase.masters=localhost
hbase.master.port=8100
"Server at localhost:16000" is in the failed servers list"
hbase.masters=localhost:8100
hbase.master.port=8100
All is well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)