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 ADB4B200C78 for ; Wed, 3 May 2017 13:14:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AC729160BAA; Wed, 3 May 2017 11:14: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 F33AA160BB5 for ; Wed, 3 May 2017 13:14:02 +0200 (CEST) Received: (qmail 66092 invoked by uid 500); 3 May 2017 11:14:02 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 66083 invoked by uid 99); 3 May 2017 11:14:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2017 11:14:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1737DDF9A3; Wed, 3 May 2017 11:14:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akovalenko@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-20889. Add Service wizard fails on step5 (akovalenko) Date: Wed, 3 May 2017 11:14:02 +0000 (UTC) archived-at: Wed, 03 May 2017 11:14:03 -0000 Repository: ambari Updated Branches: refs/heads/trunk b733e70fd -> ff1de9807 AMBARI-20889. Add Service wizard fails on step5 (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ff1de980 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ff1de980 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ff1de980 Branch: refs/heads/trunk Commit: ff1de98075c9d980c8db2c50d1f27a520c944c5a Parents: b733e70 Author: Aleksandr Kovalenko Authored: Fri Apr 28 15:54:44 2017 +0300 Committer: Aleksandr Kovalenko Committed: Wed May 3 14:07:07 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/main/service/add_controller.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ff1de980/ambari-web/app/controllers/main/service/add_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/service/add_controller.js b/ambari-web/app/controllers/main/service/add_controller.js index ee7719c..c11bcf2 100644 --- a/ambari-web/app/controllers/main/service/add_controller.js +++ b/ambari-web/app/controllers/main/service/add_controller.js @@ -123,6 +123,9 @@ App.AddServiceController = App.WizardController.extend(App.AddSecurityConfigs, { var self = this; var dfd = $.Deferred(); this.load('cluster'); + this.set('content.additionalClients', []); + this.set('installClientQueueLength', 0); + this.set('installClietsQueue', App.ajaxQueue.create({abortOnError: false})); this.loadKerberosDescriptorConfigs().done(function() { self.loadServiceConfigGroups(); self.loadConfigThemes().then(function() {