-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38492/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez and Nate Cole.
Bugs: AMBARI-13145
https://issues.apache.org/jira/browse/AMBARI-13145
Repository: ambari
Description
-------
Aborting a failed task during an upgrade causes the entire upgrade request to
become ABORTED. The ActionScheduler has logic which will abort an entire
request if the command's success factor was not met. This logic also needs to
take into account skippable stages which will be marked as COMPLETED even with
failed tasks.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/actionmanager/ActionScheduler.java
7d93638
ambari-server/src/test/java/org/apache/ambari/server/actionmanager/TestActionScheduler.java
31356bb
Diff: https://reviews.apache.org/r/38492/diff/
Testing
-------
mvn clean test
Thanks,
Jonathan Hurley