Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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"
Attachments
Attachments
Issue Links
- links to