Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 2405 invoked from network); 7 Mar 2008 17:11:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 17:11:04 -0000 Received: (qmail 78229 invoked by uid 500); 7 Mar 2008 17:11:00 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 78190 invoked by uid 500); 7 Mar 2008 17:11:00 -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 78177 invoked by uid 99); 7 Mar 2008 17:11:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 09:11:00 -0800 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; Fri, 07 Mar 2008 17:10:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 442D4234C09D for ; Fri, 7 Mar 2008 09:09:46 -0800 (PST) Message-ID: <667532745.1204909786277.JavaMail.jira@brutus> Date: Fri, 7 Mar 2008 09:09:46 -0800 (PST) From: "Esteban Franqueiro (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Updated: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false In-Reply-To: <2819314.1203097567702.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1388: ------------------------------------ Attachment: TestTwoGetStreams.java JCR-1388-datastore-concurrent-reads.8.patch Here's a new version. I removed the synchronization from DbInputStream. I'm also posting a new version of the test, and the previous, fixed, version in the patch. Regards > Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false > ------------------------------------------------------------------------------------- > > Key: JCR-1388 > URL: https://issues.apache.org/jira/browse/JCR-1388 > Project: Jackrabbit > Issue Type: Improvement > Components: jackrabbit-core > Affects Versions: 1.4 > Environment: WinXP x64, Eclipse, remote SQL Server 2005 > Reporter: Esteban Franqueiro > Attachments: JCR-1388-datastore-concurrent-reads.2.patch, JCR-1388-datastore-concurrent-reads.4.patch, JCR-1388-datastore-concurrent-reads.8.patch, JCR-1388-datastore-concurrent-reads.patch, TestTwoGetStreams.java, TestTwoGetStreams.java > > > Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false, even if maxConnections>1. > See JCR-1184 for a test for this problem (run it with copyWhenReading=false). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.