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 3E0132004CA for ; Wed, 11 May 2016 11:43:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3C880160A14; Wed, 11 May 2016 09:43: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 AC11A1602BF for ; Wed, 11 May 2016 11:43:01 +0200 (CEST) Received: (qmail 6261 invoked by uid 500); 11 May 2016 09:42:51 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 3882 invoked by uid 99); 11 May 2016 09:42:50 -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, 11 May 2016 09:42:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3EFADE78AE; Wed, 11 May 2016 09:42:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Wed, 11 May 2016 09:43:22 -0000 Message-Id: <2d0455e1bfdd447d908107879a664657@git.apache.org> In-Reply-To: <66f236f8105b438c9a0d6a3e08e78665@git.apache.org> References: <66f236f8105b438c9a0d6a3e08e78665@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [34/50] [abbrv] git commit: updated refs/heads/4.9-bountycastle-daan to 4817cb6 archived-at: Wed, 11 May 2016 09:43:02 -0000 Merge pull request #880 from SudharmaJain/cs-8901 CLOUDSTACK-8901: PrepareTemplate job thread hard-coded to max 8 threads The thread pool was hardcoded to use 8 threads, com.cloud.template.TemplateManagerImpl.configure(String, Map): _preloadExecutor = Executors.newFixedThreadPool(8, new NamedThreadFactory("Template-Preloader")); Added the change to pick threadpool size from configuration. * pr/880: CLOUDSTACK-8901: PrepareTemplate job thread hard-coded to max 8 threads Signed-off-by: Will Stevens Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/456680db Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/456680db Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/456680db Branch: refs/heads/4.9-bountycastle-daan Commit: 456680dbb2328e2ac613d9ea422351a06a412601 Parents: 10bcf29 93ce108 Author: Will Stevens Authored: Wed May 11 00:08:44 2016 -0400 Committer: Will Stevens Committed: Wed May 11 00:08:45 2016 -0400 ---------------------------------------------------------------------- .../src/com/cloud/template/TemplateManager.java | 7 +++++++ server/src/com/cloud/template/TemplateManagerImpl.java | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) ----------------------------------------------------------------------