Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 70200 invoked from network); 5 May 2010 16:05:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 16:05:24 -0000 Received: (qmail 35457 invoked by uid 500); 5 May 2010 16:05:24 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 35422 invoked by uid 500); 5 May 2010 16:05:24 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 35414 invoked by uid 99); 5 May 2010 16:05:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 16:05:24 +0000 X-ASF-Spam-Status: No, hits=-1392.1 required=10.0 tests=ALL_TRUSTED,AWL 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 16:05:23 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o45G52Fj028505 for ; Wed, 5 May 2010 16:05:03 GMT Message-ID: <12688708.23431273075502483.JavaMail.jira@thor> Date: Wed, 5 May 2010 12:05:02 -0400 (EDT) From: "Rick Curtis (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-1635) Reduce lock contention in MetaDataRepository.processRegisteredClasses In-Reply-To: <30601785.14051271690929901.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/OPENJPA-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-1635: --------------------------------- Attachment: OPENJPA-1635.patch > Reduce lock contention in MetaDataRepository.processRegisteredClasses > --------------------------------------------------------------------- > > Key: OPENJPA-1635 > URL: https://issues.apache.org/jira/browse/OPENJPA-1635 > Project: OpenJPA > Issue Type: Sub-task > Components: kernel > Reporter: Rick Curtis > Assignee: Rick Curtis > Attachments: OPENJPA-1635.patch > > > OPENJPA-1630 added synchronization to fix a NPE, but as a result increased lock contention. This JIRA will be used to address the contention. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.