[
https://issues.apache.org/jira/browse/AMBARI-15544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212013#comment-15212013
]
Hadoop QA commented on AMBARI-15544:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12795239/AMBARI-15544.patch
against trunk revision .
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/6029//console
This message is automatically generated.
> Creating multi-node cluster using Blueprints fails.
> ---------------------------------------------------
>
> Key: AMBARI-15544
> URL: https://issues.apache.org/jira/browse/AMBARI-15544
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Nahappan Somasundaram
> Assignee: Nahappan Somasundaram
> Priority: Blocker
> Fix For: 2.4.0
>
> Attachments: AMBARI-15544.patch, rb45253.patch
>
>
> Provisioning multinode cluster using Blueprints fails as Ambari sends install
> and start tasks only to a single node (agent) but not to nodes.
> Apparently this is being caused by an NPE thrown from
> RecoveryConfigHelper.java: 146
> Long timestamp = hostTimestamp.get(hostname);
> if (timestamp.longValue() != recoveryTimestamp) {
> return true;
> }
> for all agents except one. Due to the NPE the server never gets to execute
> the code that adds the commands to be executed by the agent to the heartbeat
> response for the agent.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)