You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2014/03/03 02:25:20 UTC

[jira] [Commented] (AMBARI-2475) Ambari bootstrap actions report success even if a failure happened

    [ https://issues.apache.org/jira/browse/AMBARI-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13917665#comment-13917665 ] 

Mahadev konar commented on AMBARI-2475:
---------------------------------------

Thanks [~edrevo] just committed the patch to trunk.

> Ambari bootstrap actions report success even if a failure happened
> ------------------------------------------------------------------
>
>                 Key: AMBARI-2475
>                 URL: https://issues.apache.org/jira/browse/AMBARI-2475
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>            Reporter: Ximo Guanter
>            Assignee: Ximo Guanter
>             Fix For: 1.5.0
>
>         Attachments: 1.patch, 2.patch
>
>
> Sometimes, bootstrap actions reports success even if it has failed host tasks:
> {code:xml}
> <bootStrapRequest>
>   <status>SUCCESS</status>
>   <hostsStatus>
>     <hostName>andromeda54.hi.inet</hostName>
>     <status>FAILED</status>
>     <statusCode>1</statusCode>
>     <log>
>       [...]
>     </log>
>   </hostsStatus>
>   <hostsStatus>
>     <hostName>andromeda55.hi.inet</hostName>
>     <status>FAILED</status>
>     <statusCode>1</statusCode>
>     <log>
>       [...]
>     </log>
>   </hostsStatus>
>   <log>
>     [...]
>   </log>
> </bootStrapRequest>
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)