[
https://issues.apache.org/jira/browse/AMBARI-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mahadev konar updated AMBARI-2475:
----------------------------------
Fix Version/s: 1.5.0
> 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
>
>
> 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.1.5#6160)