You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Sumit Mohanty (JIRA)" <ji...@apache.org> on 2015/09/12 21:43:45 UTC

[jira] [Resolved] (AMBARI-13080) Log a WARN/ERROR when invalid blueprint is POST'ed

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

Sumit Mohanty resolved AMBARI-13080.
------------------------------------
    Resolution: Fixed

Committed to trunk and branch-2.1

> Log a WARN/ERROR when invalid blueprint is POST'ed
> --------------------------------------------------
>
>                 Key: AMBARI-13080
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13080
>             Project: Ambari
>          Issue Type: Bug
>          Components: blueprints
>    Affects Versions: 2.1.1
>            Reporter: Sumit Mohanty
>            Assignee: Sumit Mohanty
>            Priority: Critical
>             Fix For: 2.1.2
>
>         Attachments: AMBARI-13080.patch
>
>
> Currently, if a invalid blueprint is posted no error is logged. It makes it difficult to debug issues.
> For example, the following type of error is not reported in the log file.
> The error I see is:
> {code}
> root@headnode0:/home/hdiuser# curl -u admin:admin -H "X-Requested-By: ambari" -X POST -d @/tmp/spark.json http://localhost:8080/api/v1/blueprints/bp1
> {
>   "status" : 400,
>   "message" : "The component 'SPARK_CLIENT' in host group 'headnode0' is not valid for the specified stack"
> }
> {code}
> The error is reported back to the caller but it should also be logged to the server log to make it easier to debug.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)