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 60813200BDC for ; Tue, 29 Nov 2016 21:44:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5FA69160B15; Tue, 29 Nov 2016 20:44:02 +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 ABA09160AFC for ; Tue, 29 Nov 2016 21:44:01 +0100 (CET) Received: (qmail 33714 invoked by uid 500); 29 Nov 2016 20:43:58 -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 33224 invoked by uid 99); 29 Nov 2016 20:43:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 20:43:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 678D82C03E3 for ; Tue, 29 Nov 2016 20:43:58 +0000 (UTC) Date: Tue, 29 Nov 2016 20:43:58 +0000 (UTC) From: "Alejandro Fernandez (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-19003) Perf: Fix deploy-gce-perf-cluster.py to deploy separate server onto own cluster with different settings for more cores and MySQL DB MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 29 Nov 2016 20:44:02 -0000 [ https://issues.apache.org/jira/browse/AMBARI-19003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Fernandez updated AMBARI-19003: ----------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Pushed to trunk, commit 85c9104ec14dc7b059d41f61dbbc6e57aec216d0 branch-2.5, commit 052da577bcf5c3130337b7e783bda2b9c0207127 > Perf: Fix deploy-gce-perf-cluster.py to deploy separate server onto own cluster with different settings for more cores and MySQL DB > ----------------------------------------------------------------------------------------------------------------------------------- > > Key: AMBARI-19003 > URL: https://issues.apache.org/jira/browse/AMBARI-19003 > Project: Ambari > Issue Type: Bug > Components: stacks > Affects Versions: 2.5.0 > Reporter: Alejandro Fernandez > Assignee: Alejandro Fernandez > Fix For: 2.5.0 > > Attachments: AMBARI-19003.patch > > > Right now, deploy-gce-perf-cluster.py puts Ambari Server on the same 4 core VM where it puts 50 agents. Instead, we need to create a separate 16-core VM for the server without any agents. > Next, Ambari Server should be installed with MySQL database instead since it has more configuration options that the default postgres. > Further, the sorting of the VMs is not numeric since "perf-9" comes after "perf-42". The incorrect sorting means that VM #i isn't getting the agents starting with number (i-1)*50+1 -- This message was sent by Atlassian JIRA (v6.3.4#6332)