Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 67619 invoked from network); 25 Aug 2010 16:26:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Aug 2010 16:26:58 -0000 Received: (qmail 38584 invoked by uid 500); 25 Aug 2010 16:26:57 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 38393 invoked by uid 500); 25 Aug 2010 16:26:56 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 38386 invoked by uid 99); 25 Aug 2010 16:26:56 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Aug 2010 16:26:56 +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, 25 Aug 2010 16:26:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7PGQHKf007842 for ; Wed, 25 Aug 2010 16:26:17 GMT Message-ID: <26890412.560581282753577391.JavaMail.jira@thor> Date: Wed, 25 Aug 2010 12:26:17 -0400 (EDT) From: "Simon Willnauer (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-2095) Document not guaranteed to be found after write and commit 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/LUCENE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902498#action_12902498 ] Simon Willnauer commented on LUCENE-2095: ----------------------------------------- Hey man, you should really ask you question on a Lucene .NET mailing list and NOT on a Lucene Java JIRA issues which is completely unrelated. Please make sure you are asking your questions on the appropriate list - those folks will be happy to help and answer your question. simon > Document not guaranteed to be found after write and commit > ---------------------------------------------------------- > > Key: LUCENE-2095 > URL: https://issues.apache.org/jira/browse/LUCENE-2095 > Project: Lucene - Java > Issue Type: Bug > Components: Index > Affects Versions: 2.4.1, 2.9.1 > Environment: Linux 64bit > Reporter: Sanne Grinovero > Assignee: Michael McCandless > Fix For: 2.9.2, 3.0.1, 4.0 > > Attachments: LUCENE-2095.patch, lucene-stresstest.patch > > > after same email on developer list: > "I developed a stress test to assert that a new document containing a > specific term "X" is always found after a commit on the IndexWriter. > This works most of the time, but it fails under load in rare occasions. > I'm testing with 40 Threads, both with a SerialMergeScheduler and a > ConcurrentMergeScheduler, all sharing a common IndexWriter. > Attached testcase is using a RAMDirectory only, but I verified a > FSDirectory behaves in the same way so I don't believe it's the > Directory implementation or the MergeScheduler. > This test is slow, so I don't consider it a functional or unit test. > It might give false positives: it doesn't always fail, sorry I > couldn't find out how to make it more likely to happen, besides > scheduling it to run for a longer time." > I tested this to affect versions 2.4.1 and 2.9.1; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org