Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6CE52177A0 for ; Tue, 20 Oct 2015 21:10:28 +0000 (UTC) Received: (qmail 43949 invoked by uid 500); 20 Oct 2015 21:10:28 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 43916 invoked by uid 500); 20 Oct 2015 21:10:28 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 43899 invoked by uid 99); 20 Oct 2015 21:10:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2015 21:10:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 25A602C033A for ; Tue, 20 Oct 2015 21:10:28 +0000 (UTC) Date: Tue, 20 Oct 2015 21:10:28 +0000 (UTC) From: "Jonathan Hurley (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMBARI-13491) Expose Failure Auto-Skip Setting On Upgrade Endpoint MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-13491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Hurley resolved AMBARI-13491. -------------------------------------- Resolution: Fixed > Expose Failure Auto-Skip Setting On Upgrade Endpoint > ---------------------------------------------------- > > Key: AMBARI-13491 > URL: https://issues.apache.org/jira/browse/AMBARI-13491 > Project: Ambari > Issue Type: Task > Components: ambari-server > Affects Versions: 2.1.3 > Reporter: Jonathan Hurley > Assignee: Jonathan Hurley > Priority: Critical > Fix For: 2.1.3 > > > Upgrades can optionally be set to automatically skip slave/client failures and/or service check failures. This helps the upgrade process be more automated by requiring less interaction from administrators. > These two optional preferences should be exposed via the upgrades endpoint on each upgrade: > {code:title=GET api/v1/clusters/c1/upgrades/92} > "Upgrade": { > "cluster_name": "c1", > "create_time": 1443818468162, > "direction": "UPGRADE", > "end_time": 1443876837814, > "exclusive": false, > "from_version": "2.2.7.0-2816", > "progress_percent": 75.00769822940724, > "request_context": "Upgrading to 2.3.0.0-2557", > "request_id": 92, > "request_status": "IN_PROGRESS", > "start_time": 1443818472898, > "to_version": "2.3.0.0-2557", > "type": "INTERNAL_REQUEST" > ... > {code} > Two new options should be exposed here: > {code} > "skip_failures": true, > "skip_service_check_failures": true > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)