[
https://issues.apache.org/jira/browse/AMBARI-10388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14484189#comment-14484189
]
Hadoop QA commented on AMBARI-10388:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12723741/AMBARI-10388.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 test build failed in ambari-server
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/2273//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/2273//console
This message is automatically generated.
> Blueprint not properly handling host group names that include "-" characters
> ----------------------------------------------------------------------------
>
> Key: AMBARI-10388
> URL: https://issues.apache.org/jira/browse/AMBARI-10388
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Robert Nettleton
> Assignee: Robert Nettleton
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-10388.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> The Blueprint configuration processor does not properly handle the case of
> host group names that include "-" characters (minus sign, dash).
> For example, the following property:
> "ha.zookeeper.quorum":
> "%HOSTGROUP::os-amb-r6-secha-1427972156-hbaseha-3-6%:2181,%HOSTGROUP::os-amb-r6-secha-1427972156-hbaseha-3-5%:2181,%HOSTGROUP::os-amb-r6-secha-1427972156-hbaseha-3-7%:2181"
> Will cause the Blueprint configuration processor to incorrectly match the
> host groups (here with "-" characters) to actual assigned host names. During
> Blueprint processing, this property will be replaced with an incorrect
> listing of host group names and hosts, which will cause various services to
> fail at startup. In this particular property, the HDFS services will not be
> able to connect to the Zookeeper service.
> The Blueprint configuration processor needs to be updated such that host
> group names can include "-" characters.
> Note: This bug is not affected by the actual DNS host names specified in a
> cluster creation template. This bug is only affected by the logical host
> group names having an unexpected character.
> I'm working on a patch for this, and will be submitting it shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)