Ximo Guanter created AMBARI-2475:
------------------------------------
Summary: 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
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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira