Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 43894 invoked from network); 5 Oct 2010 10:09:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 10:09:01 -0000 Received: (qmail 61701 invoked by uid 500); 5 Oct 2010 10:09:01 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 61390 invoked by uid 500); 5 Oct 2010 10:08:58 -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 61377 invoked by uid 99); 5 Oct 2010 10:08:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 10:08:57 +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; Tue, 05 Oct 2010 10:08:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o95A8X6Z013756 for ; Tue, 5 Oct 2010 10:08:33 GMT Message-ID: <6971438.544971286273313844.JavaMail.jira@thor> Date: Tue, 5 Oct 2010 06:08:33 -0400 (EDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-2699) Improve read/write concurrency In-Reply-To: <575335.157691280930355704.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/JCR-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-2699. -------------------------------- Resolution: Fixed Fix Version/s: 2.2.0 Looking at this from the other way, the total throughput of the 20 background readers also improved about 20% (9.2m reads per minute vs. 7.6m in Jackrabbit 2.1). Resolving as fixed, as I think we're about done here. See JCR-2573 and JCR-2762 for some further areas where performance could be improved. > Improve read/write concurrency > ------------------------------ > > Key: JCR-2699 > URL: https://issues.apache.org/jira/browse/JCR-2699 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-core > Reporter: Jukka Zitting > Assignee: Jukka Zitting > Fix For: 2.2.0 > > Attachments: AccessControlProviderHolder.java, ConcurrentReadTest.png, ConcurrentReadTest.png, ConcurrentReadWriteTest.png, DynamicSecurityManager-JCR2699.patch > > > I'd like to set up a few performance tests to help identify our worst bottlenecks for various kinds of concurrent read-only and read-write access patterns. > Once identified, I'm hoping to fix at least some of those bottlenecks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.