Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 89407 invoked from network); 29 Jul 2010 15:07:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jul 2010 15:07:14 -0000 Received: (qmail 61138 invoked by uid 500); 29 Jul 2010 15:07:14 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 61102 invoked by uid 500); 29 Jul 2010 15:07:14 -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 61094 invoked by uid 99); 29 Jul 2010 15:07:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 15:07:13 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 15:07:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6TF6qLf015596 for ; Thu, 29 Jul 2010 15:06:52 GMT Message-ID: <14872618.55961280416012179.JavaMail.jira@thor> Date: Thu, 29 Jul 2010 11:06:52 -0400 (EDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2850) AMQ2149Test failure shows issue with topic recovery In-Reply-To: <21492832.52451280152252357.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2850. ----------------------------- Resolution: Fixed added kahaDB variant and fix in r980462 > AMQ2149Test failure shows issue with topic recovery > --------------------------------------------------- > > Key: AMQ-2850 > URL: https://issues.apache.org/activemq/browse/AMQ-2850 > Project: ActiveMQ > Issue Type: Test > Components: Test Cases > Affects Versions: 5.4.0 > Reporter: Gary Tully > Assignee: Gary Tully > Fix For: 5.4.0 > > > regression with this test: > {code}Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalStateException: Message id ID:minerva.apache.org-56711-1280031958874-3:39:1:1:103 could not be recovered from the data store for: topic://test.dest.9 - already dispatched > at org.apache.activemq.broker.region.cursors.AbstractStoreCursor.reset(AbstractStoreCursor.java:113) > at org.apache.activemq.broker.region.cursors.StoreDurableSubscriberCursor.reset(StoreDurableSubscriberCursor.java:240) > at org.apache.activemq.broker.region.PrefetchSubscription.dispatchPending(PrefetchSubscription.java:572) > at org.apache.activemq.broker.region.PrefetchSubscription.add(PrefetchSubscription.java:156) > at org.apache.activemq.broker.region.DurableTopicSubscription.add(DurableTopicSubscription.java:204) > at org.apache.activemq.broker.region.policy.SimpleDispatchPolicy.dispatch(SimpleDispatchPolicy.java:47) > at org.apache.activemq.broker.region.Topic.dispatch(Topic.java:628) > at org.apache.activemq.broker.region.Topic.doMessageSend(Topic.java:475) > at org.apache.activemq.broker.region.Topic.send(Topic.java:411) > at org.apache.activemq.broker.region.AbstractRegion.send(AbstractRegion.java:365) > at org.apache.activemq.broker.region.RegionBroker.send(RegionBroker.java:494) > at org.apache.activemq.broker.BrokerFilter.send(BrokerFilter.java:129) > at org.apache.activemq.broker.scheduler.SchedulerBroker.send(SchedulerBroker.java:136) > at org.apache.activemq.broker.BrokerFilter.send(BrokerFilter.java:129) > at org.apache.activemq.broker.CompositeDestinationBroker.send(CompositeDestinationBroker.java:95) > at org.apache.activemq.broker.TransactionBroker.send(TransactionBroker.java:230) > at org.apache.activemq.broker.MutableBrokerFilter.send(MutableBrokerFilter.java:135) > at org.apache.activemq.broker.TransportConnection.processMessage(TransportConnection.java:457) > at org.apache.activemq.command.ActiveMQMessage.visit(ActiveMQMessage.java:661) > at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:306) > at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:182) > at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:69) > at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:113) > at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:217) > at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:83) > at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:219) > at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:201) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.