Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61559182C0 for ; Tue, 25 Aug 2015 06:03:47 +0000 (UTC) Received: (qmail 75567 invoked by uid 500); 25 Aug 2015 06:03:47 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 75539 invoked by uid 500); 25 Aug 2015 06:03:47 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 75530 invoked by uid 500); 25 Aug 2015 06:03:47 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 75526 invoked by uid 99); 25 Aug 2015 06:03:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 06:03:47 +0000 Date: Tue, 25 Aug 2015 06:03:47 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8733) Host stuck in rebalancing state during agent LB MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710658#comment-14710658 ] ASF subversion and git services commented on CLOUDSTACK-8733: ------------------------------------------------------------- Commit 3d9cbf0bcb011f4012c94f0df040d9b8ddd325bc in cloudstack's branch refs/heads/4.5 from [~koushikd] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=3d9cbf0 ] CLOUDSTACK-8733: Host stuck in rebalancing state during agent LB This is happening as ClusterServiceServletAdapter is started after ClusteredAgentManagerImpl. Fix is to start ClusterServiceServletAdapter before ClusteredAgentManagerImpl. (cherry-picked from c989921fb7adcfd125ca5f541c0f9c5d1c512c54) > Host stuck in rebalancing state during agent LB > ----------------------------------------------- > > Key: CLOUDSTACK-8733 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8733 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Management Server > Affects Versions: 4.5.0 > Reporter: Koushik Das > Assignee: Koushik Das > Fix For: 4.6.0 > > > During agent LB, sometimes host may get stuck in rebalancing state due to the following failure in the rebalance process. This may happen if ClusterServiceServletAdapter (which starts the listener on port 9090 and processes agent LB related commands) is configured and started after ClusteredAgentManagerImpl (which initiates the agent LB process). > INFO [commons.httpclient.HttpMethodDirector] (Cluster-Worker-4:ctx-00f55c44) I/O exception (java.net.ConnectException) caught when processing request: Connection refused > INFO [commons.httpclient.HttpMethodDirector] (Cluster-Worker-4:ctx-00f55c44) Retrying request > INFO [commons.httpclient.HttpMethodDirector] (Cluster-Worker-4:ctx-00f55c44) I/O exception (java.net.ConnectException) caught when processing request: Connection refused > INFO [commons.httpclient.HttpMethodDirector] (Cluster-Worker-4:ctx-00f55c44) Retrying request > INFO [commons.httpclient.HttpMethodDirector] (Cluster-Worker-4:ctx-00f55c44) I/O exception (java.net.ConnectException) caught when processing request: Connection refused > INFO [commons.httpclient.HttpMethodDirector] (Cluster-Worker-4:ctx-00f55c44) Retrying request > ERROR [cloud.cluster.ClusterServiceServletImpl] (Cluster-Worker-4:ctx-00f55c44) IOException from : http://10.208.62.111:9090/clusterservice, method : name=method, value=5 -- This message was sent by Atlassian JIRA (v6.3.4#6332)