Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 52299 invoked from network); 14 Dec 2010 16:41:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Dec 2010 16:41:25 -0000 Received: (qmail 58073 invoked by uid 500); 14 Dec 2010 16:41:25 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 57986 invoked by uid 500); 14 Dec 2010 16:41:23 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 57979 invoked by uid 99); 14 Dec 2010 16:41:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Dec 2010 16:41:23 +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; Tue, 14 Dec 2010 16:41:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBEGf25M021408 for ; Tue, 14 Dec 2010 16:41:02 GMT Message-ID: <292967.115711292344862317.JavaMail.jira@thor> Date: Tue, 14 Dec 2010 11:41:02 -0500 (EST) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4920) suites.All stuck in RAFContainer4.awaitRestoreChannel() In-Reply-To: <5846617.316781290715527602.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-4920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971301#action_12971301 ] Dag H. Wanvik commented on DERBY-4920: -------------------------------------- Committed as svn 1049150, closing. > suites.All stuck in RAFContainer4.awaitRestoreChannel() > ------------------------------------------------------- > > Key: DERBY-4920 > URL: https://issues.apache.org/jira/browse/DERBY-4920 > Project: Derby > Issue Type: Bug > Components: Store > Affects Versions: 10.8.0.0 > Reporter: Knut Anders Hatlen > Assignee: Dag H. Wanvik > Attachments: derby-4920-a.diff, derby-4920-a.stat, DERBY-4920_db2compatibility.txt, jstack.19071.txt, RAFContainer4-instrumentation.diff > > > I have suites.All running on trunk, and it seems to be stuck in a call to RAFContainer4.awaitRestoreChannel(). Here's the stack for the waiting thread: > "main" prio=3 tid=0x08070800 nid=0x2 waiting on condition [0xfe61e000] > java.lang.Thread.State: TIMED_WAITING (sleeping) > at java.lang.Thread.sleep(Native Method) > at org.apache.derby.impl.store.raw.data.RAFContainer4.awaitRestoreChannel(RAFContainer4.java:698) > at org.apache.derby.impl.store.raw.data.RAFContainer4.writePage(RAFContainer4.java:593) > at org.apache.derby.impl.store.raw.data.CachedPage.writePage(CachedPage.java:787) > at org.apache.derby.impl.store.raw.data.CachedPage.clean(CachedPage.java:610) > at org.apache.derby.impl.services.cache.ConcurrentCache.cleanAndUnkeepEntry(ConcurrentCache.java:551) > at org.apache.derby.impl.services.cache.ConcurrentCache.cleanCache(ConcurrentCache.java:509) > at org.apache.derby.impl.services.cache.ConcurrentCache.cleanAll(ConcurrentCache.java:460) > at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.checkpoint(BaseDataFileFactory.java:1211) > at org.apache.derby.impl.store.raw.log.LogToFile.checkpointWithTran(LogToFile.java:1710) > at org.apache.derby.impl.store.raw.log.LogToFile.checkpoint(LogToFile.java:1507) > at org.apache.derby.impl.store.raw.RawStore.stop(RawStore.java:368) > at org.apache.derby.impl.services.monitor.TopService.stop(TopService.java:442) > at org.apache.derby.impl.services.monitor.TopService.shutdown(TopService.java:393) > at org.apache.derby.impl.services.monitor.BaseMonitor.shutdown(BaseMonitor.java:229) > at org.apache.derby.impl.services.monitor.BaseMonitor.shutdown(BaseMonitor.java:199) > at org.apache.derby.jdbc.InternalDriver.connect(InternalDriver.java:231) > at org.apache.derby.jdbc.AutoloadedDriver.connect(AutoloadedDriver.java:119) > at java.sql.DriverManager.getConnection(DriverManager.java:582) > at java.sql.DriverManager.getConnection(DriverManager.java:154) > at org.apache.derbyTesting.junit.DriverManagerConnector.getConnectionByAttributes(DriverManagerConnector.java:137) > at org.apache.derbyTesting.junit.DriverManagerConnector.shutEngine(DriverManagerConnector.java:120) > at org.apache.derbyTesting.junit.TestConfiguration.shutdownEngine(TestConfiguration.java:1599) > at org.apache.derbyTesting.junit.SystemPropertyTestSetup.setUp(SystemPropertyTestSetup.java:83) > at junit.extensions.TestSetup$1.protect(TestSetup.java:20) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.framework.TestResult.runProtected(TestResult.java:124) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > at junit.framework.TestSuite.runTest(TestSuite.java:230) > at junit.framework.TestSuite.run(TestSuite.java:225) > at junit.framework.TestSuite.runTest(TestSuite.java:230) > at junit.framework.TestSuite.run(TestSuite.java:225) > at junit.framework.TestSuite.runTest(TestSuite.java:230) > at junit.framework.TestSuite.run(TestSuite.java:225) > at junit.textui.TestRunner.doRun(TestRunner.java:121) > at junit.textui.TestRunner.start(TestRunner.java:185) > at junit.textui.TestRunner.main(TestRunner.java:143) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.