Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1FAED05D for ; Mon, 23 Jul 2012 16:01:35 +0000 (UTC) Received: (qmail 36778 invoked by uid 500); 23 Jul 2012 16:01:35 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 36741 invoked by uid 500); 23 Jul 2012 16:01:35 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 36518 invoked by uid 99); 23 Jul 2012 16:01:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 16:01:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 1EFDE14285A for ; Mon, 23 Jul 2012 16:01:35 +0000 (UTC) Date: Mon, 23 Jul 2012 16:01:35 +0000 (UTC) From: "Julian Reschke (JIRA)" To: oak-dev@jackrabbit.apache.org Message-ID: <1549745656.91414.1343059295129.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1321591265.48635.1342193614854.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (OAK-187) ConcurrentModificationException during gc run 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/OAK-187?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1342073= 0#comment-13420730 ]=20 Julian Reschke commented on OAK-187: ------------------------------------ Saw that today as well. =20 > ConcurrentModificationException during gc run > --------------------------------------------- > > Key: OAK-187 > URL: https://issues.apache.org/jira/browse/OAK-187 > Project: Jackrabbit Oak > Issue Type: Bug > Components: mk > Reporter: Michael D=C3=BCrig > > I sporadically encounter a {{ConcurrentModificationException}} when build= ing with {{-PintegrationTesting}}. This happens while the {{JcrTckTest}} su= ite runs and is only printed to the console. No tests fail. > {code} > Running org.apache.jackrabbit.oak.jcr.JcrTckIT > java.util.ConcurrentModificationException > =09at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1100) > =09at java.util.TreeMap$EntryIterator.next(TreeMap.java:1136) > =09at java.util.TreeMap$EntryIterator.next(TreeMap.java:1131) > =09at org.apache.jackrabbit.mk.store.DefaultRevisionStore.markBranches(De= faultRevisionStore.java:562) > =09at org.apache.jackrabbit.mk.store.DefaultRevisionStore.gc(DefaultRevis= ionStore.java:498) > =09at org.apache.jackrabbit.mk.store.DefaultRevisionStore$2.run(DefaultRe= visionStore.java:160) > =09at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:= 441) > =09at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.ja= va:317) > =09at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150) > =09at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas= k.access$101(ScheduledThreadPoolExecutor.java:98) > =09at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas= k.runPeriodic(ScheduledThreadPoolExecutor.java:180) > =09at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTas= k.run(ScheduledThreadPoolExecutor.java:204) > =09at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolEx= ecutor.java:886) > =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecut= or.java:908) > =09at java.lang.Thread.run(Thread.java:680) > Tests run: 1906, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.443= sec > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira