[ 
https://issues.apache.org/jira/browse/AMBARI-14786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15133158#comment-15133158
 ] 

Hudson commented on AMBARI-14786:
---------------------------------

FAILURE: Integrated in Ambari-branch-2.2 #291 (See 
[https://builds.apache.org/job/Ambari-branch-2.2/291/])
AMBARI-14786. Localhost configuration value for multiple host properties 
(rnettleton: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=79681f8fb21a32c9ab2338e74a90f1a718e37ac0])
* 
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)

Reply via email to