Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 66100 invoked from network); 5 Aug 2009 15:05:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Aug 2009 15:05:32 -0000 Received: (qmail 9140 invoked by uid 500); 5 Aug 2009 15:05:39 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 9080 invoked by uid 500); 5 Aug 2009 15:05:39 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 9013 invoked by uid 99); 5 Aug 2009 15:05:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 15:05:38 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 15:05:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D75EE234C04B for ; Wed, 5 Aug 2009 08:05:14 -0700 (PDT) Message-ID: <1704727575.1249484714881.JavaMail.jira@brutus> Date: Wed, 5 Aug 2009 08:05:14 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-2242) Unsynchronized access to MultiIndex#indexes In-Reply-To: <322930198.1249482074802.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-2242: ------------------------------- Fix Version/s: (was: 2.0.0) 1.6.0 Merged to the 1.x branch in revision 801252. > Unsynchronized access to MultiIndex#indexes > ------------------------------------------- > > Key: JCR-2242 > URL: https://issues.apache.org/jira/browse/JCR-2242 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-core > Reporter: Marcel Reutegger > Priority: Minor > Fix For: 1.6.0 > > Attachments: JCR-2242.patch > > > This may result in a concurrent modification exception: > java.util.ConcurrentModificationException > at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) > at java.util.AbstractList$Itr.next(AbstractList.java:343) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.getIndexReader(MultiIndex.java:744) > at org.apache.jackrabbit.core.query.lucene.MultiIndex.getIndexReader(MultiIndex.java:712) > at org.apache.jackrabbit.core.query.lucene.SearchIndex.getIndexReader(SearchIndex.java:1024) > at org.apache.jackrabbit.core.query.lucene.SearchIndex.executeQuery(SearchIndex.java:820) > at org.apache.jackrabbit.core.query.lucene.SingleColumnQueryResult.executeQuery(SingleColumnQueryResult.java:78) > at org.apache.jackrabbit.core.query.lucene.QueryResultImpl.getResults(QueryResultImpl.java:293) > at org.apache.jackrabbit.core.query.lucene.SingleColumnQueryResult.(SingleColumnQueryResult.java:70) > at org.apache.jackrabbit.core.query.lucene.QueryImpl.execute(QueryImpl.java:132) > at org.apache.jackrabbit.core.query.QueryImpl.execute(QueryImpl.java:127) > This is usually very unlikely but with the recent changes to our tests, index flushes are very frequent and may cause the above exception. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.