Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 29404 invoked from network); 17 Apr 2009 09:31:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Apr 2009 09:31:53 -0000 Received: (qmail 55849 invoked by uid 500); 17 Apr 2009 09:31:52 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 55787 invoked by uid 500); 17 Apr 2009 09:31:52 -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 55777 invoked by uid 99); 17 Apr 2009 09:31:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2009 09:31:52 +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; Fri, 17 Apr 2009 09:31:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C53BC234C046 for ; Fri, 17 Apr 2009 02:31:31 -0700 (PDT) Message-ID: <524107291.1239960691802.JavaMail.jira@brutus> Date: Fri, 17 Apr 2009 02:31:31 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Assigned: (AMQ-2210) Infinite loop: WARN PrefetchSubscription - Ack before disaptch, waiting for recovery dispatch: MessageAck In-Reply-To: <618326822.1239889951735.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-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully reassigned AMQ-2210: ------------------------------- Assignee: Gary Tully > Infinite loop: WARN PrefetchSubscription - Ack before disaptch, waiting for recovery dispatch: MessageAck > -------------------------------------------------------------------------------------------------------------------- > > Key: AMQ-2210 > URL: https://issues.apache.org/activemq/browse/AMQ-2210 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.2.0 > Environment: solaris 10 trunk version 764403 > Reporter: ying > Assignee: Gary Tully > Priority: Blocker > Fix For: 5.3.0 > > > Reproduce steps: > 1. setup 4 network of brokers with multicast discovery > 2. start client consumers and producers > 3. let the producer produce message constantly > 4. in jconsole, stop() the broker the consumers are connecting to > 5. after the consumers failover to another broker, the newly connected broker will get into an infinite loop: > WARN PrefetchSubscription - Ack before disaptch, waiting for recovery dispatch: MessageAck {commandId = 1232, responseRequired = true, ackType = 2, consumerId = ID:host01-39430-1239887122787-0:0:2:1, firstMessageId = ID:host01-39430-1239887122787-0:0:87:1:5, lastMessageId = ID:host01-39430-1239887122787-0:0:87:1:5, destination = queue://Consumer.A-host01-1527-1239887124983.VirtualTopic.B, transactionId = TX:ID:host01-39430-1239887122787-0:0:38, messageCount = 1} > This broker will stop functioning and consumer is not processing messages. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.