You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/08/26 03:33:59 UTC

[jira] [Updated] (AMBARI-7010) Recommendation and validation hrefs contain null resource number

     [ https://issues.apache.org/jira/browse/AMBARI-7010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Srimanth Gunturi updated AMBARI-7010:
-------------------------------------

    Attachment: AMBARI-7010.patch

Review at https://reviews.apache.org/r/25051/

> 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
>
>         Attachments: AMBARI-7010.patch
>
>
> 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)