[
https://issues.apache.org/jira/browse/AMBARI-14786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15133001#comment-15133001
]
Hudson commented on AMBARI-14786:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #4276 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4276/])
AMBARI-14786. Localhost configuration value for multiple host properties
(rnettleton:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7616e0f5d6939509d1914857dc03150eacc9e3b9])
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
> 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.4.0, 2.2.2
>
> Attachments: AMBARI-14786.patch, AMBARI-14786_branch-2.2.2.patch
>
>
> 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)