Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 42634 invoked from network); 20 Nov 2006 07:13:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2006 07:13:30 -0000 Received: (qmail 56145 invoked by uid 500); 20 Nov 2006 07:13:37 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 56112 invoked by uid 500); 20 Nov 2006 07:13:37 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 56092 invoked by uid 99); 20 Nov 2006 07:13:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 23:13:36 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 23:13:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0EAD57142D2 for ; Sun, 19 Nov 2006 23:13:06 -0800 (PST) Message-ID: <31424189.1164006786057.JavaMail.jira@brutus> Date: Sun, 19 Nov 2006 23:13:06 -0800 (PST) From: "Otis Gospodnetic (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Resolved: (LUCENE-651) Poor performance race condition in FieldCacheImpl In-Reply-To: <16727874.1155519134092.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 [ http://issues.apache.org/jira/browse/LUCENE-651?page=all ] Otis Gospodnetic resolved LUCENE-651. ------------------------------------- Resolution: Fixed Committed, thanks Oliver! > Poor performance race condition in FieldCacheImpl > ------------------------------------------------- > > Key: LUCENE-651 > URL: http://issues.apache.org/jira/browse/LUCENE-651 > Project: Lucene - Java > Issue Type: Improvement > Components: Search > Affects Versions: 2.0.0 > Reporter: Oliver Hutchison > Assigned To: Otis Gospodnetic > Priority: Minor > Attachments: LUCENE-651.patch > > > A race condition exists in FieldCacheImpl that causes a significant performance degradation if multiple threads concurrently request a value that is not yet cached. The degradation is particularly noticable in large indexes and when there a many concurent requests for the cached value. > For the full discussion see the mailing list thread 'Poor performance "race condition" in FieldSortedHitQueue' (http://www.gossamer-threads.com/lists/lucene/java-user/38717). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org