Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 48268 invoked from network); 12 May 2009 17:17:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 May 2009 17:17:13 -0000 Received: (qmail 62654 invoked by uid 500); 12 May 2009 17:17:13 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 62596 invoked by uid 500); 12 May 2009 17:17:12 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 62586 invoked by uid 99); 12 May 2009 17:17:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 17:17:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 17:17:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AFA34234C052 for ; Tue, 12 May 2009 10:16:50 -0700 (PDT) Message-ID: <483530799.1242148610718.JavaMail.jira@brutus> Date: Tue, 12 May 2009 10:16:50 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2246) Failover transport causes connection / thread leak when broker is unresponsive In-Reply-To: <803964498.1242083570624.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2246. ----------------------------- Resolution: Fixed Fix Version/s: 5.3.0 thanks for the test case. issue resolved in r773985 a timedout or failed connect attempt needed to close off the transport to kill the reader thread > Failover transport causes connection / thread leak when broker is unresponsive > ------------------------------------------------------------------------------ > > Key: AMQ-2246 > URL: https://issues.apache.org/activemq/browse/AMQ-2246 > Project: ActiveMQ > Issue Type: Bug > Components: Connector > Affects Versions: 5.2.0 > Reporter: Craig Condit > Assignee: Gary Tully > Fix For: 5.3.0 > > Attachments: SlowConnectionTest.java > > > We have observed in a production environment cases where an overloaded ActiveMQ broker stops responding to requests in a timely manner -- connections can be created, but communication is slow enough to trigger reconnect. > Unfortunately, the old connections never get cleaned up, leading to resource exhaustion on the both the clients and the broker. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.