[
https://issues.apache.org/jira/browse/AMBARI-15544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211190#comment-15211190
]
Hudson commented on AMBARI-15544:
---------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #4541 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4541/])
AMBARI-15544: Creating multinode cluster using Blueprints fails.
(nsomasundaram:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=dbbce96b130dd83b4ec6e9f328fda01076cc784a])
*
ambari-server/src/test/java/org/apache/ambari/server/configuration/RecoveryConfigHelperTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/agent/RecoveryConfigHelper.java
> 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)