Andrii Tkach created AMBARI-9061:
------------------------------------
Summary: 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
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)