Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 92280 invoked from network); 9 Apr 2008 13:58:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2008 13:58:27 -0000 Received: (qmail 2283 invoked by uid 500); 9 Apr 2008 13:58:27 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 2246 invoked by uid 500); 9 Apr 2008 13:58:27 -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 2237 invoked by uid 99); 9 Apr 2008 13:58:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 06:58:27 -0700 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG 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; Wed, 09 Apr 2008 13:57:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9EE32234C0BA for ; Wed, 9 Apr 2008 06:55:32 -0700 (PDT) Message-ID: <490454057.1207749332648.JavaMail.jira@brutus> Date: Wed, 9 Apr 2008 06:55:32 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-1451) FailoverTransport bad handling of InterruptedException in wait loop. In-Reply-To: <32234440.1191887782909.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies reassigned AMQ-1451: ------------------------------- Assignee: Rob Davies > FailoverTransport bad handling of InterruptedException in wait loop. > -------------------------------------------------------------------- > > Key: AMQ-1451 > URL: https://issues.apache.org/activemq/browse/AMQ-1451 > Project: ActiveMQ > Issue Type: Bug > Components: Transport > Affects Versions: 4.1.1 > Reporter: Diego Belfer > Assignee: Rob Davies > Fix For: 5.1.0 > > > The forum post http://www.nabble.com/Infinite-loop-if-FailoverTransport-is-interrupted-tf3758516s2354.html#a10799543 refers to this issue. > The InterruptedException should be propagated. In addition, after the thread is interrupted, It starts spinning without waiting because the wait() call is immediately exit due to the Thread.currentThread().interrupt() invoked in the catch block. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.