Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 88251 invoked from network); 1 Oct 2009 17:53:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Oct 2009 17:53:51 -0000 Received: (qmail 27262 invoked by uid 500); 1 Oct 2009 17:53:50 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 27218 invoked by uid 500); 1 Oct 2009 17:53:50 -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 27208 invoked by uid 99); 1 Oct 2009 17:53:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Oct 2009 17:53:50 +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; Thu, 01 Oct 2009 17:53:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B4D40234C004 for ; Thu, 1 Oct 2009 10:53:23 -0700 (PDT) Message-ID: <1134761868.1254419603726.JavaMail.jira@brutus> Date: Thu, 1 Oct 2009 10:53:23 -0700 (PDT) From: "Pinaki Poddar (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Commented: (OPENJPA-250) Reduce synchronization bottlenecks in data cache, metadata repository, and lifecycle event manager In-Reply-To: <24489340.1181005345852.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/OPENJPA-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761285#action_12761285 ] Pinaki Poddar commented on OPENJPA-250: --------------------------------------- 1. Uses non-localized messages. 2. preLoad and noLock are not documented > Reduce synchronization bottlenecks in data cache, metadata repository, and lifecycle event manager > -------------------------------------------------------------------------------------------------- > > Key: OPENJPA-250 > URL: https://issues.apache.org/jira/browse/OPENJPA-250 > Project: OpenJPA > Issue Type: Improvement > Components: build / infrastructure, datacache, jdbc, kernel, lib, query > Affects Versions: 0.9.0, 0.9.6, 0.9.7, 1.0.3, 1.1.0, 1.2.1, 2.0.0-M2 > Reporter: Patrick Linskey > Assignee: Rick Curtis > Fix For: 2.0.0-M3 > > Attachments: OPENJPA-250.patch, sync-121.patch > > > Parts of the data cache, metadata repository, and lifecycle event manager are over-synchcronized. This should be resolved. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.