Daniel Gergely created AMBARI-14786:
---------------------------------------
Summary: Localhost configuration value for multiple host
properties does not work properly
Key: AMBARI-14786
URL: https://issues.apache.org/jira/browse/AMBARI-14786
Project: Ambari
Issue Type: Bug
Components: ambari-server
Reporter: Daniel Gergely
Assignee: Daniel Gergely
Fix For: 2.2.1
If the configuration value for a multiple host property is "localhost" AND the
corresponding component can be found in a single hostgroup, then it is resolved
to only one host from that hostgroup, instead of a list of them.
Example:
"hbase.zookeeper.quorum": "localhost"
Zookeeper Server is assigned to a hostgroup that have 3 hosts (hostA, hostB,
hostC). Then after a Blueprint import, the value is incorrectly set:
"hbase.zookeeper.quorum": "hostA"
Correct value would be:
"hbase.zookeeper.quorum": "hostA,hostB,hostC"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)