[
https://issues.apache.org/jira/browse/AMBARI-23982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16495569#comment-16495569
]
Hudson commented on AMBARI-23982:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9365 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/9365/])
[AMBARI-23982] - 'Start All' services call fails post EU as the state of
(github:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=8d724d7d90c40504ce91b5f09de35e2467e082f9])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/AbstractServerAction.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/AbstractUpgradeServerAction.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/UpgradeHelper.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/AddComponentAction.java
* (add)
ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/AddComponentActionTest.java
> 'Start All' services call fails post EU as the state of Timeline Reader is
> INIT
> -------------------------------------------------------------------------------
>
> Key: AMBARI-23982
> URL: https://issues.apache.org/jira/browse/AMBARI-23982
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.7.0
> Reporter: Vivek Sharma
> Assignee: Jonathan Hurley
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 2.7.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> *STR*
> # Upgraded a cluster from HDP-2.6 to 3.0 (after Ambari upgrade to 2.7)
> # During the upgrade, Yarn Timeline Reader v2 and Registry DNS got added.
> However their state is marked as INIT instead of STARTED (see attached)
> # Stop any service post EU and then try 'Start All'
> {code:title=Result}
> {
> "status" : 500,
> "message" : "org.apache.ambari.server.controller.spi.SystemException: An
> internal system exception occurred: Invalid transition for servicecomponent,
> clusterName=cl1, clusterId=2, serviceName=YARN,
> componentName=TIMELINE_READER, currentDesiredState=INIT,
> newDesiredState=STARTED"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)