From lucene-net-dev-return-788-apmail-incubator-lucene-net-dev-archive=incubator.apache.org@incubator.apache.org Tue Aug 21 00:58:04 2007 Return-Path: Delivered-To: apmail-incubator-lucene-net-dev-archive@locus.apache.org Received: (qmail 49409 invoked from network); 21 Aug 2007 00:58:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2007 00:58:04 -0000 Received: (qmail 22733 invoked by uid 500); 21 Aug 2007 00:58:01 -0000 Delivered-To: apmail-incubator-lucene-net-dev-archive@incubator.apache.org Received: (qmail 22715 invoked by uid 500); 21 Aug 2007 00:58:01 -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 22705 invoked by uid 99); 21 Aug 2007 00:58:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2007 17:58:01 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 21 Aug 2007 00:58:25 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4752F714209 for ; Mon, 20 Aug 2007 17:57:31 -0700 (PDT) Message-ID: <4995855.1187657851288.JavaMail.jira@brutus> Date: Mon, 20 Aug 2007 17:57:31 -0700 (PDT) From: "George Aroush (JIRA)" To: lucene-net-dev@incubator.apache.org Subject: [jira] Assigned: (LUCENENET-66) TestMergeAfterCopy fails in IndexFileDeleter In-Reply-To: <16521171.1187116050423.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-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] George Aroush reassigned LUCENENET-66: -------------------------------------- Assignee: George Aroush > TestMergeAfterCopy fails in IndexFileDeleter > --------------------------------------------- > > Key: LUCENENET-66 > URL: https://issues.apache.org/jira/browse/LUCENENET-66 > Project: Lucene.Net > Issue Type: Bug > Reporter: Digy > Assignee: George Aroush > Attachments: IndexFileDeleter.patch > > > TestMergeAfterCopy fails when the same segment-filename is inserted to the pending files list for deletion. > This is because AddPendingFile method of IndexFileDeleter does not checks for dublicate keys. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.