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/11 19:40:46 UTC

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

Jonathan Hurley created AMBARI-13078:
----------------------------------------

             Summary: 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)