[
https://issues.apache.org/jira/browse/AMBARI-9073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277267#comment-14277267
]
Hudson commented on AMBARI-9073:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit-docker #755 (See
[https://builds.apache.org/job/Ambari-trunk-Commit-docker/755/])
AMBARI-9073. Rolling Upgrade - Finalize needs to complete upgrade states in DB,
update 2 (Yurii Shylov via ncole) (ncole:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=7de7343bc00af48b049db5a8b7cee89fd400ae60)
*
ambari-server/src/main/java/org/apache/ambari/server/agent/HeartBeatHandler.java
*
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/FinalizeUpgradeAction.java
* ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
* ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql
*
ambari-server/src/test/java/org/apache/ambari/server/state/cluster/ClusterTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog200.java
*
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog200Test.java
*
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/HostComponentStateEntity.java
* ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
*
ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java
*
ambari-server/src/main/java/org/apache/ambari/server/state/cluster/ClusterImpl.java
* ambari-server/src/main/java/org/apache/ambari/server/state/Cluster.java
* ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql
*
ambari-server/src/main/java/org/apache/ambari/server/state/ServiceComponentHost.java
> Rolling Upgrade - Finalize needs to complete upgrade states in DB
> -----------------------------------------------------------------
>
> Key: AMBARI-9073
> URL: https://issues.apache.org/jira/browse/AMBARI-9073
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Yurii Shylov
> Assignee: Yurii Shylov
> Fix For: 2.0.0
>
> Attachments: AMBARI-9073.patch
>
>
> This will only make transitions in the DB.
> cluster_version needs to be correct at all times. After the normal execution
> steps of the runbook finish, the cluster_version needs to have a state of
> UPGRADED.
> Similarly, host_version and hostcomponentstate's upgrade_state column need to
> be correct at all times. The host_version should have a state of UPGRADED
> when it has been successful on a host (because all components on that host
> have been updated). On the agent hearbeat, the status command needs to update
> the currently running version of a component on a host, in order to update
> the hostcomponentstate's upgrade_state column (which should only be updated
> during an Upgrade); this is needed because the user can ignore errors that
> occur during the Rolling Upgrade, so a host may be partially updated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)