[
https://issues.apache.org/jira/browse/AMBARI-23632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated AMBARI-23632:
------------------------------------
Labels: pull-request-available (was: )
> Compatibility repository version wrong
> --------------------------------------
>
> Key: AMBARI-23632
> URL: https://issues.apache.org/jira/browse/AMBARI-23632
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-server
> Affects Versions: 2.7.0
> Reporter: Attila Magyar
> Assignee: Attila Magyar
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.0
>
>
> GET
> http://c7401:8080/api/v1/stacks/HDP/versions/2.6/compatible_repository_versions
> {code}
> "href" :
> "http://c7401:8080/api/v1/stacks/HDP/versions/2.6/compatible_repository_versions",
> "items" : [
> {
> "href" :
> "http://c7401:8080/api/v1/stacks/HDP/versions/2.6/compatible_repository_versions/51",
> "CompatibleRepositoryVersions" : {
> "id" : 51,
> "stack_name" : "HDP",
> "stack_version" : "2.6",
> "upgrade_types" : [
> "NON_ROLLING",
> "HOST_ORDERED",
> "ROLLING"
> ]
> }
> },
> {
> "href" :
> "http://c7401:8080/api/v1/stacks/HDP/versions/2.6/compatible_repository_versions/1",
> "CompatibleRepositoryVersions" : {
> "id" : 1,
> "stack_name" : "HDP",
> "stack_version" : "3.0",
> "upgrade_types" : [
> "NON_ROLLING"
> ]
> }
> }
> ]
> }
> {code}
> The version in the second href is incorrect.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)