Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 36076 invoked from network); 7 Jul 2010 20:12:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 20:12:44 -0000 Received: (qmail 73369 invoked by uid 500); 7 Jul 2010 20:12:44 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 73196 invoked by uid 500); 7 Jul 2010 20:12:43 -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 73187 invoked by uid 99); 7 Jul 2010 20:12:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 20:12:43 +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; Wed, 07 Jul 2010 20:12:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o67K4n8Q004407 for ; Wed, 7 Jul 2010 20:04:49 GMT Message-ID: <17440959.244751278533089453.JavaMail.jira@thor> Date: Wed, 7 Jul 2010 16:04:49 -0400 (EDT) From: "Tom Parker (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Issue Comment Edited: (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872684#action_12872684 ] Tom Parker edited comment on OPENJPA-1635 at 7/7/10 4:03 PM: ------------------------------------------------------------- Goggle was (Author: tmpk.parker@gmail.com): Ggg -- Updated from the Bugbox app on my iPhone > 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 > Affects Versions: 2.0.0 > Reporter: Rick Curtis > Assignee: Rick Curtis > Fix For: 2.0.1, 2.1.0 > > 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.