[
https://issues.apache.org/jira/browse/AMBARI-9061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrii Tkach updated AMBARI-9061:
---------------------------------
Attachment: AMBARI-9061.patch
> Rolling Upgrades: UI doesn't send repo version to API on Upgrade
> ----------------------------------------------------------------
>
> Key: AMBARI-9061
> URL: https://issues.apache.org/jira/browse/AMBARI-9061
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Andrii Tkach
> Assignee: Andrii Tkach
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: AMBARI-9061.patch
>
>
> Click on Upgrade button creates the following POST request:
> {code}
> POST http://c6401.ambari.apache.org:8080/api/v1/clusters/1/upgrades/
> {"Upgrade":{}}
> {code}
> Information about repository version is missing and thus it causes server 500
> error. It should send
> {code}
> {
> "Upgrade": {
> "repository_version": "2.2.1.0-2087"
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)