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

Hadoop QA commented on AMBARI-14786:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12784402/AMBARI-14786_branch-2.2.1.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:red}-1 core tests{color}.  The patch failed these unit tests in 
ambari-server:

                  
org.apache.ambari.server.controller.internal.BlueprintConfigurationProcessorTest

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/5061//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/5061//console

This message is automatically generated.

> 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
>
>         Attachments: AMBARI-14786_branch-2.2.1.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