You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2018/01/04 14:18:00 UTC

[jira] [Commented] (AMBARI-22419) Ambari upgrade failed

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

Hadoop QA commented on AMBARI-22419:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12904555/AMBARI-22419.branch-2.6.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:red}-1 javac{color}.  The patch appears to cause the [build to fail|https://builds.apache.org/job/Ambari-trunk-test-patch/12918//artifact/patch-work/patchJavacWarnings.txt].

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/12918//console

This message is automatically generated.

> Ambari upgrade failed
> ---------------------
>
>                 Key: AMBARI-22419
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22419
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-sever
>    Affects Versions: 2.6.0
>            Reporter: amarnath reddy pappu
>            Assignee: Dmytro Grinenko
>             Fix For: 2.6.2
>
>         Attachments: AMBARI-22419.branch-2.6.patch
>
>
> Ambari upgrade would fail during the DMLStatements execution if there is no service definition in the stacks.
> For example: Customer database has entry for GANGLIA in alert_definition table but there is no stack definition - hence its getting failed with below exception.
> {noformat}
> org.apache.ambari.server.AmbariException: Service not found, clusterName=comcastdrcluster, serviceName=GANGLIA 
> at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.executeDMLUpdates(SchemaUpgradeHelper.java:234) 
> at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.main(SchemaUpgradeHelper.java:424) 
> Caused by: org.apache.ambari.server.ServiceNotFoundException: Service not found, clusterName=comcastdrcluster, serviceName=GANGLIA 
> at org.apache.ambari.server.state.cluster.ClusterImpl.getService(ClusterImpl.java:864) 
> at org.apache.ambari.server.api.services.AmbariMetaInfo.reconcileAlertDefinitions(AmbariMetaInfo.java:1240) 
> at org.apache.ambari.server.upgrade.UpdateAlertScriptPaths.executeDMLUpdates(UpdateAlertScriptPaths.java:46) 
> at org.apache.ambari.server.upgrade.AbstractUpgradeCatalog.upgradeData(AbstractUpgradeCatalog.java:938) 
> at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.executeDMLUpdates(SchemaUpgradeHelper.java:231) 
> ... 1 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)