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 1BB41200B8B for ; Tue, 30 Aug 2016 04:04:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1A553160AB8; Tue, 30 Aug 2016 02:04:22 +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 8DAC0160AC8 for ; Tue, 30 Aug 2016 04:04:21 +0200 (CEST) Received: (qmail 4910 invoked by uid 500); 30 Aug 2016 02:04:20 -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 4895 invoked by uid 99); 30 Aug 2016 02:04:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2016 02:04:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A3B732C0152 for ; Tue, 30 Aug 2016 02:04:20 +0000 (UTC) Date: Tue, 30 Aug 2016 02:04:20 +0000 (UTC) From: "Sumit Mohanty (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-16222) Improve blueprint based deploy speed with GroupedCommandExecutor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 30 Aug 2016 02:04:22 -0000 [ https://issues.apache.org/jira/browse/AMBARI-16222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Mohanty updated AMBARI-16222: ----------------------------------- Fix Version/s: (was: 2.4.1) > Improve blueprint based deploy speed with GroupedCommandExecutor > ---------------------------------------------------------------- > > Key: AMBARI-16222 > URL: https://issues.apache.org/jira/browse/AMBARI-16222 > Project: Ambari > Issue Type: Task > Components: ambari-server > Reporter: Sebastian Toader > Assignee: Andrew Onischuk > > - Implement a GroupedCommand Executer that is able to execute a uber command.json that describe how to Start / Stop *all host-components* on a host. > - This generated command.json describes a *stage* in it entirety with all the commandParms list that need to be executed. > - The GCE launches CONFIGURE actions serially > - The Start/Stop operations are launched in parallel with retires > - Consider launching single python process for executing the operations as a cost saver for CONFIGURE operations > *Note*: We still restrict this to a stage to simplify things like RCO which are not understood on the agent-side. The blueprints deploys already limit number of stages created and thereby sticking to a stage as logical separation between GroupedCommands make sense for now. -- This message was sent by Atlassian JIRA (v6.3.4#6332)