You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/06/24 07:01:42 UTC

[jira] [Commented] (AMBARI-12101) Ambari : upgrading from 2.0.0 to 2.0.1 wipes out the added service folder on the stack.

    [ https://issues.apache.org/jira/browse/AMBARI-12101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14598873#comment-14598873 ] 

Hadoop QA commented on AMBARI-12101:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12741344/AMBARI-12101.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/3247//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/3247//console

This message is automatically generated.

> Ambari : upgrading from 2.0.0 to 2.0.1 wipes out the added service folder on the stack.
> ---------------------------------------------------------------------------------------
>
>                 Key: AMBARI-12101
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12101
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.0.0
>            Reporter: Dmytro Sen
>            Assignee: Dmytro Sen
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-12101.patch
>
>
> - Install Ambari 2.0 based cluster.
> - Add a new service (custom) which is not part of the stack using "Add Service" wizard.  This step requires the new custom service package needs to be copied to the /var/lib/ambari-server/resources/stacks/HDP/2.2/services folder.
> - Deploy the new service and everything works fine.
> - Now upgrade from Ambari 2.0 to Ambari 2.0.1
> Problem:  The /var/lib/ambari-server/resources/stacks/HDP/2.2/services/mycustomservice folder got wiped out. Restarting the ambari-server results in the following exception.
> {code}
> 27 May 2015 10:53:55,441 ERROR [main] AmbariServer:667 - Failed to run the Ambari Server
> org.apache.ambari.server.StackAccessException: Stack data, stackName=HDP, stackVersion=2.2, serviceName=HST
> 	at org.apache.ambari.server.api.services.AmbariMetaInfo.getService(AmbariMetaInfo.java:497)
> 	at org.apache.ambari.server.api.services.AmbariMetaInfo.getComponent(AmbariMetaInfo.java:265)
> 	at org.apache.ambari.server.controller.utilities.DatabaseChecker.checkDBConsistency(DatabaseChecker.java:96)
> 	at org.apache.ambari.server.controller.AmbariServer.run(AmbariServer.java:217)
> 	at org.apache.ambari.server.controller.AmbariServer.main(AmbariServer.java:665)
> {code}
> Expected: After upgrade the added service should be available and active.  The custom service folder should not be wiped out from the stacks folder.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)