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 D4D3B18270 for ; Tue, 5 Jan 2016 19:17:40 +0000 (UTC) Received: (qmail 14867 invoked by uid 500); 5 Jan 2016 19:17:40 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 14807 invoked by uid 500); 5 Jan 2016 19:17:40 -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 14597 invoked by uid 99); 5 Jan 2016 19:17:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2016 19:17:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2CE1E2C1F70 for ; Tue, 5 Jan 2016 19:17:40 +0000 (UTC) Date: Tue, 5 Jan 2016 19:17:40 +0000 (UTC) From: "Xi Wang (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-14406) Display A Dialog When Beginning An Upgrade 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-14406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xi Wang updated AMBARI-14406: ----------------------------- Attachment: (was: AMBARI-14406-branch-2.2.patch) > Display A Dialog When Beginning An Upgrade > ------------------------------------------ > > Key: AMBARI-14406 > URL: https://issues.apache.org/jira/browse/AMBARI-14406 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 2.2.0 > Reporter: Xi Wang > Assignee: Xi Wang > Priority: Critical > Fix For: 2.2.1 > > Attachments: AMBARI-14406.patch, AMBARI-14406.patch > > > When beginning either a rolling or express upgrade, the API may take a long time to return from the following call: > {code} > POST api/v1/clusters//upgrades > { > "Upgrade": { > "repository_version": "2.3.0.0-2545" > } > } > {code} > The web client should create a modal dialog while this call is in progress with a message like, "Preparing the Upgrade..." so that the administrator knows that something is going on. Once the POST returns, the dialog can be dismissed automatically. -- This message was sent by Atlassian JIRA (v6.3.4#6332)