[
https://issues.apache.org/jira/browse/AMBARI-17443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15356378#comment-15356378
]
Hudson commented on AMBARI-17443:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #5187 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5187/])
AMBARI-17443. Allow commands to specify if they should be auto-retried
(smohanty:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=4db43122f20851bb59893b3575c3a590e6da8cc5])
*
ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariCustomCommandExecutionHelper.java
* ambari-server/src/main/java/org/apache/ambari/server/state/ConfigHelper.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java
> Allow commands to specify if they should be auto-retried upon failure
> ---------------------------------------------------------------------
>
> Key: AMBARI-17443
> URL: https://issues.apache.org/jira/browse/AMBARI-17443
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Sumit Mohanty
> Assignee: Sumit Mohanty
> Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-17443.patch
>
>
> During cluster creation using a blueprint, the initial INSTALL and START
> commands are automatically retried by the agent upon failure. This support
> was added to allow immediate scheduling of commands (as soon as hosts join
> the cluster) rather than waiting for all hosts to join.
> The feature itself is straight forward - if any command failed then agent
> will automatically retry them for a configurable duration.
> Auto retry itself is useful for other commands where user may want some
> retries before giving up - e.g. Restart commands. Rather than failing
> immediately agents can try a few more times. Its particularly useful if the
> start of a service depends on another service which is also being restarted.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)