[
https://issues.apache.org/jira/browse/AMBARI-20044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15870589#comment-15870589
]
Hadoop QA commented on AMBARI-20044:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12853073/AMBARI-20044.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{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:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/10624//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/10624//console
This message is automatically generated.
> NullPointerException after server restart in case not all hosts were joined
> ---------------------------------------------------------------------------
>
> Key: AMBARI-20044
> URL: https://issues.apache.org/jira/browse/AMBARI-20044
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Reporter: Sandor Magyari
> Assignee: Sandor Magyari
> Fix For: 2.5.0
>
> Attachments: AMBARI-20044.patch
>
>
> NullPointerException after server restart in case not all hosts mentioned in
> Cluster template were joined the cluster.
> The issue happens when TopologyManager tries to reconstruct requests for
> hosts.
> {code}
> java.lang.NullPointerException
> at java.lang.String.replace(String.java:2180)
> at
> org.apache.ambari.server.topology.HostRequest.getLogicalTasks(HostRequest.java:317)
> at
> org.apache.ambari.server.topology.LogicalRequest.getCommands(LogicalRequest.java:157)
> at
> org.apache.ambari.server.topology.LogicalRequest.getRequestStatus(LogicalRequest.java:230)
> at
> org.apache.ambari.server.topology.TopologyManager.isLogicalRequestFinished(TopologyManager.java:903)
> at
> org.apache.ambari.server.topology.TopologyManager.replayRequests(TopologyManager.java:857)
> at
> org.apache.ambari.server.topology.TopologyManager.ensureInitialized(TopologyManager.java:176)
> at
> org.apache.ambari.server.topology.TopologyManager.onHostRegistered(TopologyManager.java:477)
> at
> org.apache.ambari.server.state.host.HostImpl$HostRegistrationReceived.transition(HostImpl.java:34
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)