Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 47869 invoked from network); 5 May 2010 14:45:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 14:45:00 -0000 Received: (qmail 69013 invoked by uid 500); 5 May 2010 14:44:59 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 68990 invoked by uid 500); 5 May 2010 14:44:59 -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 68982 invoked by uid 99); 5 May 2010 14:44:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 14:44:59 +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; Wed, 05 May 2010 14:44:57 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o45EiZgp027312 for ; Wed, 5 May 2010 14:44:36 GMT Message-ID: <597987.681273070675860.JavaMail.jira@thor> Date: Wed, 5 May 2010 10:44:35 -0400 (EDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2721) Broker hangs reading KahaDB data store In-Reply-To: <23211860.631273069715520.JavaMail.jira@thor> 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-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59203#action_59203 ] Gary Tully commented on AMQ-2721: --------------------------------- would it be possible to attach a zip/tar.gz of your store directory so that this could be reproduced. It looks like it is in the middle or recovery but it should not take hours. How big is the store? > Broker hangs reading KahaDB data store > -------------------------------------- > > Key: AMQ-2721 > URL: https://issues.apache.org/activemq/browse/AMQ-2721 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.3.1 > Environment: Red hat enterprise > Reporter: Dennis Klinkott > Attachments: brokerjstack.log > > > Broker hangs on loading the data store. Happens after using the broker for 10 hours in productive environment. > In broker log the last entries we see is a bunch of loading kahadb debug entries. > 2010-05-05 16:06:19,462 | DEBUG | loading | org.apache.kahadb.index.BTreeIndex | main > But the broker doesn't stall completely. It is doing something with high cpu load. But it doesn't get the data store loaded. Even after a few hours it doesn't get finished (usually only takes a few seconds). > I took a few jstack-dumps where we can see the broker being busy putting something into a hashmap. > We have 2 brokers connected as network of brokers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.