You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2017/06/02 12:28:04 UTC

[jira] [Created] (AMBARI-21175) Host Versions Remain on CURRENT During STANDARD (Full) Upgrades

Jonathan Hurley created AMBARI-21175:
----------------------------------------

             Summary: Host Versions Remain on CURRENT During STANDARD (Full) Upgrades
                 Key: AMBARI-21175
                 URL: https://issues.apache.org/jira/browse/AMBARI-21175
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 3.0.0
            Reporter: Jonathan Hurley
            Assignee: Jonathan Hurley
            Priority: Critical
             Fix For: 3.0.0


Host versions were changed for patch upgrades to allow multiple CURRENT repositories per host. However, it seems that a case was missed where, during a full upgrade, the prior repository is never set to INSTALLED. This was the behavior which existed previously.

STR:
- Install a cluster with ZK and HDFS on HDP 2.5
- Perform an upgrade to HDP 2.6 and Finalize

After the upgrade, the {{host_version}} table contains {{CURRENT}} entries for both the HDP 2.5 and 2.6 repositories. 

{code}
ambari=# select state, stack_id, version, display_name from host_version, repo_version WHERE host_version.repo_version_id = repo_version.repo_version_id ;
   state   | stack_id |   version    |   display_name
-----------+----------+--------------+------------------
 INSTALLED |       13 | 2.5.0.0-1237 | HDP-2.5.0.0-1237
 INSTALLED |       13 | 2.5.0.0-1237 | HDP-2.5.0.0-1237
 INSTALLED |       13 | 2.5.0.0-1237 | HDP-2.5.0.0-1237
 CURRENT   |       12 | 2.6.0.0-334  | HDP-2.6.0.0-334
 CURRENT   |       12 | 2.6.0.0-334  | HDP-2.6.0.0-334
 CURRENT   |       12 | 2.6.0.0-334  | HDP-2.6.0.0-334
(6 rows)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)