You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Nahappan Somasundaram (JIRA)" <ji...@apache.org> on 2016/03/23 23:47:25 UTC

[jira] [Updated] (AMBARI-15544) Creating multi-node cluster using Blueprints fails.

     [ https://issues.apache.org/jira/browse/AMBARI-15544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nahappan Somasundaram updated AMBARI-15544:
-------------------------------------------
    Attachment: rb45253.patch

> 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: 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)