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/26 17:14:02 UTC

[jira] [Commented] (AMBARI-22312) Downgrade From HDP 2.6 to 2.5 Leaves 2.6 Hosts as CURRENT Instead of INSTALLED

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

Hudson commented on AMBARI-22312:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8320 (See [https://builds.apache.org/job/Ambari-trunk-Commit/8320/])
AMBARI-22312 - Downgrade From HDP 2.6 to 2.5 Leaves 2.6 Hosts as CURRENT (jhurley: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=83e8b67223cc35134476adf7c79e365c74b808d4])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/FinalizeUpgradeAction.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariManagementControllerImpl.java


> Downgrade From HDP 2.6 to 2.5 Leaves 2.6 Hosts as CURRENT Instead of INSTALLED
> ------------------------------------------------------------------------------
>
>                 Key: AMBARI-22312
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22312
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.6.0
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>            Priority: Blocker
>             Fix For: 2.6.1
>
>         Attachments: AMBARI-22312.patch
>
>
> STR:
> - Install HDP 2.5.4 with ZK
> - Perform an RU to 2.6.0.0
> - Downgrade back to 2.5.4
> All hosts remain current after finalization:
> {code}
> {
>   "href": "http://localhost:8080/api/v1/clusters/c1/stack_versions?fields=ClusterStackVersions/host_states",
>   "items": [
>     {
>       "href": "http://localhost:8080/api/v1/clusters/c1/stack_versions/1",
>       "ClusterStackVersions": {
>         "cluster_name": "c1",
>         "id": 1,
>         "repository_version": 1,
>         "stack": "HDP",
>         "version": "2.5",
>         "host_states": {
>           "CURRENT": [
>             "c6403.ambari.apache.org",
>             "c6402.ambari.apache.org",
>             "c6401.ambari.apache.org"
>           ],
>           "INSTALLED": [],
>           "INSTALLING": [],
>           "INSTALL_FAILED": [],
>           "NOT_REQUIRED": [],
>           "OUT_OF_SYNC": []
>         }
>       }
>     },
>     {
>       "href": "http://localhost:8080/api/v1/clusters/c1/stack_versions/2",
>       "ClusterStackVersions": {
>         "cluster_name": "c1",
>         "id": 2,
>         "repository_version": 2,
>         "stack": "HDP",
>         "version": "2.6",
>         "host_states": {
>           "CURRENT": [
>             "c6403.ambari.apache.org",
>             "c6402.ambari.apache.org",
>             "c6401.ambari.apache.org"
>           ],
>           "INSTALLED": [],
>           "INSTALLING": [],
>           "INSTALL_FAILED": [],
>           "NOT_REQUIRED": [],
>           "OUT_OF_SYNC": []
>         }
>       }
>     }
>   ]
> }
> {code}



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