You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2015/09/12 15:48:45 UTC

[jira] [Resolved] (AMBARI-13078) Upgrade Packs Should Define Skippable Failed Slave/Clients

     [ https://issues.apache.org/jira/browse/AMBARI-13078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Hurley resolved AMBARI-13078.
--------------------------------------
    Resolution: Fixed

> Upgrade Packs Should Define Skippable Failed Slave/Clients
> ----------------------------------------------------------
>
>                 Key: AMBARI-13078
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13078
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 2.1.0
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>            Priority: Critical
>             Fix For: 2.1.2
>
>
> 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}
> The upgrade packs should also allow this behavior by default:
> {code}
>   <skip-failures>false</skip-failures>
>   <skip-service-check-failures>false</skip-service-check-failures>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)