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 61A1D17B30 for ; Thu, 9 Oct 2014 13:21:34 +0000 (UTC) Received: (qmail 30623 invoked by uid 500); 9 Oct 2014 13:21:34 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 30593 invoked by uid 500); 9 Oct 2014 13:21:34 -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 30581 invoked by uid 99); 9 Oct 2014 13:21:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2014 13:21:34 +0000 Date: Thu, 9 Oct 2014 13:21:34 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-7691) Cluster state is lost when session is expired during cluster installation 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-7691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165117#comment-14165117 ] Hudson commented on AMBARI-7691: -------------------------------- SUCCESS: Integrated in Ambari-branch-1.7.0 #37 (See [https://builds.apache.org/job/Ambari-branch-1.7.0/37/]) AMBARI-7691 Cluster state is lost when session is expired during cluster installation. (atkach) (atkach: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=fe3db8f4196c0478a472496fbcb29b3cad63e615) * ambari-web/test/mappers/stack_mapper_test.js * ambari-web/app/mappers/stack_mapper.js * ambari-web/app/mixins/common/userPref.js * ambari-web/test/controllers/installer_test.js > Cluster state is lost when session is expired during cluster installation > ------------------------------------------------------------------------- > > Key: AMBARI-7691 > URL: https://issues.apache.org/jira/browse/AMBARI-7691 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 1.7.0 > Reporter: Andrii Tkach > Assignee: Andrii Tkach > Priority: Blocker > Fix For: 1.7.0 > > Attachments: AMBARI-7691.patch, AMBARI-7691_branch-1.7.0.patch, after relogin.png, empty installer.PNG > > > STR: > 1. Install cluster up to step {{Install, Start, and Test}} > 2. Ensure that cluster is installed in fact (Green progress bar) > 3. Wait some time to session get expired > AR: > Installer is broken, even after re-login. See the screenshot. Login, relogin, even {{localStorage.clean()}} does not help. > ER: > Cluster installer should go to already done step (Step Summary) after login. > --- > It looks like this is because we set Cluster state from UI but session is already expired and the request to update the cluster state does not reach the server, see BUG-21903 and comments there. > Namely status of cluster is still {{INIT}} in database > {code} > select provisioning_state from clusters > provisioning_state > ------------------ > INIT > {code} > But actually cluster in installed and all services are running. -- This message was sent by Atlassian JIRA (v6.3.4#6332)