Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F5FC88A7 for ; Thu, 18 Aug 2011 09:57:59 +0000 (UTC) Received: (qmail 22311 invoked by uid 500); 18 Aug 2011 09:57:58 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 21527 invoked by uid 500); 18 Aug 2011 09:57:53 -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 21432 invoked by uid 99); 18 Aug 2011 09:57:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 09:57:49 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 09:57:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D16E3C2B3E for ; Thu, 18 Aug 2011 09:57:27 +0000 (UTC) Date: Thu, 18 Aug 2011 09:57:27 +0000 (UTC) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Message-ID: <518282441.48547.1313661447712.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1568127427.20960.1312912047057.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (AMQ-3443) checkpoint contention with large transaction write using temp file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-3443?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully reassigned AMQ-3443: ------------------------------- Assignee: Dejan Bosanac > checkpoint contention with large transaction write using temp file > ------------------------------------------------------------------ > > Key: AMQ-3443 > URL: https://issues.apache.org/jira/browse/AMQ-3443 > Project: ActiveMQ > Issue Type: Bug > Components: Message Store > Affects Versions: 5.6.0 > Reporter: Gary Tully > Assignee: Dejan Bosanac > Fix For: 5.6.0 > > > Unit test failure intermittently:=20 > org.apache.activemq.bugs =C2=BB AMQ2149KahaDBTest =C2=BB testQueueTransa= ctionalOrderWithRestart > {code}2011-08-09 05:25:21,468 [eckpoint Worker] - ERROR MessageDatabase = - Checkpoint failed > java.io.IOException: Cannot create recovery file. Reason: java.io.FileNot= FoundException: target/testQueueTransactionalOrderWithRestart/testQueueTran= sactionalOrderWithRestart/KahaDB/tx-7648-1312867516460.tmp (No such file or= directory) > =09at org.apache.kahadb.util.IOExceptionSupport.create(IOExceptionSupport= .java:27) > =09at org.apache.kahadb.page.PageFile.writeBatch(PageFile.java:1002) > =09at org.apache.kahadb.page.PageFile.flush(PageFile.java:482) > =09at org.apache.activemq.store.kahadb.MessageDatabase.checkpointUpdate(M= essageDatabase.java:1167) > =09at org.apache.activemq.store.kahadb.MessageDatabase$10.execute(Message= Database.java:728) > =09at org.apache.kahadb.page.Transaction.execute(Transaction.java:762) > =09at org.apache.activemq.store.kahadb.MessageDatabase.checkpointCleanup(= MessageDatabase.java:726) > =09at org.apache.activemq.store.kahadb.MessageDatabase.checkpointCleanup(= MessageDatabase.java:714) > =09at org.apache.activemq.store.kahadb.MessageDatabase$3.run(MessageDatab= ase.java:279) > Caused by: java.io.FileNotFoundException: target/testQueueTransactionalOr= derWithRestart/testQueueTransactionalOrderWithRestart/KahaDB/tx-7648-131286= 7516460.tmp (No such file or directory) > =09at java.io.RandomAccessFile.open(Native Method) > =09at java.io.RandomAccessFile.(RandomAccessFile.java:212) > =09at org.apache.kahadb.page.PageFile$PageWrite.getDiskBound(PageFile.jav= a:185) > =09at org.apache.kahadb.page.PageFile.writeBatch(PageFile.java:1000) > =09... 7 more > 2011-08-09 05:25:21,469 [eckpoint Worker] - INFO DefaultIOExceptionHandl= er - Stopping the broker due to IO exception, java.io.IOException: Can= not create recovery file. Reason: java.io.FileNotFoundException: target/tes= tQueueTransactionalOrderWithRestart/testQueueTransactionalOrderWithRestart/= KahaDB/tx-7648-1312867516460.tmp (No such file or directory) > java.io.IOException: Cannot create recovery file. Reason: java.io.FileNot= FoundException: target/testQueueTransactionalOrderWithRestart/testQueueTran= sactionalOrderWithRestart/KahaDB/tx-7648-1312867516460.tmp (No such file or= directory) > =09at org.apache.kahadb.util.IOExceptionSupport.create(IOExceptionSupport= .java:27) > =09at org.apache.kahadb.page.PageFile.writeBatch(PageFile.java:1002) > =09at org.apache.kahadb.page.PageFile.flush(PageFile.java:482) > =09at org.apache.activemq.store.kahadb.MessageDatabase.checkpointUpdate(M= essageDatabase.java:1167) > =09at org.apache.activemq.store.kahadb.MessageDatabase$10.execute(Message= Database.java:728) > =09at org.apache.kahadb.page.Transaction.execute(Transaction.java:762) > =09at org.apache.activemq.store.kahadb.MessageDatabase.checkpointCleanup(= MessageDatabase.java:726) > =09at org.apache.activemq.store.kahadb.MessageDatabase.checkpointCleanup(= MessageDatabase.java:714) > =09at org.apache.activemq.store.kahadb.MessageDatabase$3.run(MessageDatab= ase.java:279) > Caused by: java.io.FileNotFoundException: target/testQueueTransactionalOr= derWithRestart/testQueueTransactionalOrderWithRestart/KahaDB/tx-7648-131286= 7516460.tmp (No such file or directory){code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira