Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3D8517E06 for ; Thu, 7 May 2015 14:04:54 +0000 (UTC) Received: (qmail 43998 invoked by uid 500); 7 May 2015 14:04:41 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 43869 invoked by uid 500); 7 May 2015 14:04:40 -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 42666 invoked by uid 99); 7 May 2015 14:04:40 -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; Thu, 07 May 2015 14:04:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4E64EE4430; Thu, 7 May 2015 14:04:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dahn@apache.org To: commits@cloudstack.apache.org Date: Thu, 07 May 2015 14:05:02 -0000 Message-Id: <4802c5da683747ddaf916b444146e835@git.apache.org> In-Reply-To: <178ef3558c1541d6aff754cc5de87157@git.apache.org> References: <178ef3558c1541d6aff754cc5de87157@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/50] [abbrv] git commit: updated refs/heads/master to 1c408de CLOUDSTACK-8426: Use a separate thread pool for VR reboot in case of out-of-band movement Using a cached thread pool for VR reboot task (cherry picked from commit 1a719afb516164915b973f548c37814b448f0349) Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/795f3814 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/795f3814 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/795f3814 Branch: refs/heads/master Commit: 795f3814f69f341df107678ab45fc29297932aa1 Parents: 6378d37 Author: Koushik Das Authored: Wed Apr 29 12:29:21 2015 +0530 Committer: Rohit Yadav Committed: Wed Apr 29 16:50:40 2015 +0200 ---------------------------------------------------------------------- .../cloud/network/router/VirtualNetworkApplianceManagerImpl.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/795f3814/server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java ---------------------------------------------------------------------- diff --git a/server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java b/server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java index 65a4a34..add6aa0 100755 --- a/server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java +++ b/server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java @@ -435,6 +435,7 @@ VirtualMachineGuru, Listener, Configurable, StateListener