You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/10/02 18:45:01 UTC

[jira] [Commented] (AMBARI-22105) Upgrades Do Not Finalize If Other Host Versions Are Out of Sync

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

Hudson commented on AMBARI-22105:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-branch-2.6 #321 (See [https://builds.apache.org/job/Ambari-branch-2.6/321/])
AMBARI-22105 - Upgrades Do Not Finalize If Other Host Versions Are Out (jhurley: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e58ceff7288a49f55a9f647fa0f05e9d500f4882])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListener.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/host/HostImpl.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/orm/OrmTestHelper.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/events/listeners/upgrade/StackVersionListenerTest.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/Host.java
* (delete) ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostSummary.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/orm/entities/RepositoryVersionEntity.java


> Upgrades Do Not Finalize If Other Host Versions Are Out of Sync
> ---------------------------------------------------------------
>
>                 Key: AMBARI-22105
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22105
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.6.0
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>            Priority: Blocker
>             Fix For: 2.6.0
>
>         Attachments: AMBARI-22105.patch
>
>
> STR:
> - Install base version 2.6.0.0 with ZK and Storm
> - Cause that base version to be out of sync for 1 component, say ZK.
> - Install a patch for Storm
> - Upgrade and attempt to finalize Storm
> {noformat}
> Finalizing the upgrade to 2.6.0.3-8 for the following services: STORM
> The following 3 host(s) have not been upgraded to version 2.6.0.3-8. Please install and upgrade the Stack Version on those hosts and try again.
> Hosts: ctr-e134-1499953498516-185715-01-000002.hwx.site, ctr-e134-1499953498516-185715-01-000003.hwx.site, ctr-e134-1499953498516-185715-01-000004.hwx.site
> {noformat}
> This is because the code is detecting the OUT_OF_SYNC of other components/repos on that host. 



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