From lucene-net-dev-return-1546-apmail-incubator-lucene-net-dev-archive=incubator.apache.org@incubator.apache.org Wed Oct 08 16:34:46 2008 Return-Path: Delivered-To: apmail-incubator-lucene-net-dev-archive@locus.apache.org Received: (qmail 94940 invoked from network); 8 Oct 2008 16:34:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 16:34:46 -0000 Received: (qmail 79075 invoked by uid 500); 8 Oct 2008 16:34:45 -0000 Delivered-To: apmail-incubator-lucene-net-dev-archive@incubator.apache.org Received: (qmail 79047 invoked by uid 500); 8 Oct 2008 16:34:44 -0000 Mailing-List: contact lucene-net-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@incubator.apache.org Delivered-To: mailing list lucene-net-dev@incubator.apache.org Received: (qmail 79036 invoked by uid 99); 8 Oct 2008 16:34:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 09:34:44 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE 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; Wed, 08 Oct 2008 16:33:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 283F0234C1E4 for ; Wed, 8 Oct 2008 09:33:44 -0700 (PDT) Message-ID: <842362213.1223483624160.JavaMail.jira@brutus> Date: Wed, 8 Oct 2008 09:33:44 -0700 (PDT) From: "Doug Sale (JIRA)" To: lucene-net-dev@incubator.apache.org Subject: [jira] Updated: (LUCENENET-152) Nunit test for TestStressIndexAndSearching & TestStressLocks In-Reply-To: <143939372.1221252106235.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/LUCENENET-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Sale updated LUCENENET-152: -------------------------------- Attachment: FSDirectory.patch multiple-attempt approach to opening FSIndexInput and FSIndexOutput streams > Nunit test for TestStressIndexAndSearching & TestStressLocks > ------------------------------------------------------------ > > Key: LUCENENET-152 > URL: https://issues.apache.org/jira/browse/LUCENENET-152 > Project: Lucene.Net > Issue Type: Bug > Reporter: Digy > Priority: Minor > Attachments: FSDirectory.patch, FSDirectory.patch, SegmentInfos.patch > > > This is the variation of the patch ( http://mail-archives.apache.org/mod_mbox/incubator-lucene-net-dev/200809.mbox/%3C001f01c914ee$6ec36180$4c4a2480$@com%3E ) > I know, this is not a nice solution, but the original code isn't nice too. > Trying to open a file in a loop means that the synchronization depends on timings > which will fail eventually. > Anyway, this patch seems to be the minimal change fixing the bug. > DIGY. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.