Srimanth Gunturi created AMBARI-7010:
----------------------------------------
Summary: Recommendation and validation hrefs contain null resource
number
Key: AMBARI-7010
URL: https://issues.apache.org/jira/browse/AMBARI-7010
Project: Ambari
Issue Type: Bug
Components: controller
Affects Versions: 1.7.0
Reporter: Srimanth Gunturi
Assignee: Srimanth Gunturi
Fix For: 1.7.0
When a call to validation or recommendation is made, the resource id is _null_.
{code}
{
"resources" : [
{
"href" :
"http://c6401:8080/api/v1/stacks/HDP/versions/2.1/validations/null",
"items" : [
{
"message" : "Cardinality violation, cardinality=0-1, hosts count=2",
"level" : "ERROR",
"component-name" : "APP_TIMELINE_SERVER",
"type" : "host-component"
}
],
"Versions" : {
"stack_name" : "HDP",
"stack_version" : "2.1"
}
}
]
}
{code}
Rather it should be the incremental run number used in the file-site.
--
This message was sent by Atlassian JIRA
(v6.2#6252)