Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EEAEF200CBD for ; Thu, 6 Jul 2017 17:58:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ED1AA166C2D; Thu, 6 Jul 2017 15:58:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3CA2B166C2A for ; Thu, 6 Jul 2017 17:58:03 +0200 (CEST) Received: (qmail 173 invoked by uid 500); 6 Jul 2017 15:58:02 -0000 Mailing-List: contact issues-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 issues@ambari.apache.org Received: (qmail 164 invoked by uid 99); 6 Jul 2017 15:58:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2017 15:58:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6085EC11B1 for ; Thu, 6 Jul 2017 16:03:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.211 X-Spam-Level: X-Spam-Status: No, score=-99.211 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id gFohDsUhRD5g for ; Thu, 6 Jul 2017 16:03:54 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D59EA5F341 for ; Thu, 6 Jul 2017 15:58:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5D600E0069 for ; Thu, 6 Jul 2017 15:58:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 16E5124079 for ; Thu, 6 Jul 2017 15:58:00 +0000 (UTC) Date: Thu, 6 Jul 2017 15:58:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-21416) Unable to Click on Stack Installation Details During Installation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 06 Jul 2017 15:58:04 -0000 [ https://issues.apache.org/jira/browse/AMBARI-21416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16076793#comment-16076793 ] Hadoop QA commented on AMBARI-21416: ------------------------------------ {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12875943/AMBARI-21416.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 2 new or modified test files. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 core tests{color}. The patch passed unit tests in ambari-web. Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/11749//console This message is automatically generated. > Unable to Click on Stack Installation Details During Installation > ----------------------------------------------------------------- > > Key: AMBARI-21416 > URL: https://issues.apache.org/jira/browse/AMBARI-21416 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 2.5.2 > Reporter: Andrii Tkach > Assignee: Andrii Tkach > Priority: Blocker > Fix For: trunk, 2.5.2 > > Attachments: AMBARI-21416_branch-2.5.2.patch, AMBARI-21416.patch > > > When deploying a stack whose name is different than the currently installed stack, the installation progress is not displayed in the stacks & versions page. > STR: > - Install a non-HDP stack > - Register a VDF for HDP 2.6 > - Issue a REST command to deploy the stack: > {code} > POST api/v1/clusters/c1/stack_versions > { > "ClusterStackVersions": { > "stack": "HDP", > "version": "2.6", > "repository_version": "2.6.0.0-334", > "ignore_package_dependencies": "true" > } > } > {code} > - While the operation is running, try to click on the word "Installing" > The below error is caught in the console: > {code} > VM614:1 XHR finished loading: POST "http://c6401.ambari.apache.org:8080/api/v1/persist". > (anonymous) @ VM614:1 > send @ vendor.js:108 > ajax @ vendor.js:108 > send @ app.js:175768 > postUserPref @ app.js:69670 > saveErrorLogs @ app.js:2175 > window.onerror @ app.js:2121 > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)