[
https://issues.apache.org/jira/browse/AMBARI-13524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14971274#comment-14971274
]
Hudson commented on AMBARI-13524:
---------------------------------
ABORTED: Integrated in Ambari-branch-2.1 #738 (See
[https://builds.apache.org/job/Ambari-branch-2.1/738/])
AMBARI-13524 - Change a Request In Progress To Skip Errors Automatically
(jhurley:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=69df735a4cd30bb19a740c856a3caf18ac4c829d])
*
ambari-server/src/test/java/org/apache/ambari/server/orm/dao/HostRoleCommandDAOTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/orm/dao/HostRoleCommandDAO.java
*
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/HostRoleCommandEntity.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/UpgradeResourceProvider.java
> Change a Request In Progress To Skip Errors Automatically
> ---------------------------------------------------------
>
> Key: AMBARI-13524
> URL: https://issues.apache.org/jira/browse/AMBARI-13524
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.3
> Reporter: Jonathan Hurley
> Assignee: Jonathan Hurley
> Priority: Critical
> Fix For: 2.1.3
>
>
> Although the upgrade endpoint can be used to marked failures as being
> automatically skipped:
> {code:title=POST api/v1/clusters/c1/upgrades}
> {
> "Upgrade": {
> "repository_version": "2.3.0.0-2545",
> "skip_failures": true
> }
> }
> {code}
> This currently does not work on upgrades already in progress. The API should
> allow an upgrade in progress to have its stages altered so that they will
> automatically skip failures. This would be a PUT command:
> {code:title=PUT api/v1/clusters/c1/upgrades/1}
> {
> "Upgrade": {
> "skip_failures": true
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)