Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3C9FD200BCF for ; Mon, 5 Dec 2016 16:03:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3B310160B21; Mon, 5 Dec 2016 15:03:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A8736160AF9 for ; Mon, 5 Dec 2016 16:02:59 +0100 (CET) Received: (qmail 1286 invoked by uid 500); 5 Dec 2016 15:02:58 -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 1253 invoked by uid 99); 5 Dec 2016 15:02:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2016 15:02:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5824C2C14F3 for ; Mon, 5 Dec 2016 15:02:58 +0000 (UTC) Date: Mon, 5 Dec 2016 15:02:58 +0000 (UTC) From: "Ferenczi Jim (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-7581) IndexWriter#updateDocValues can break index sorting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 05 Dec 2016 15:03:00 -0000 [ https://issues.apache.org/jira/browse/LUCENE-7581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15722476#comment-15722476 ] Ferenczi Jim commented on LUCENE-7581: -------------------------------------- [~mikemccand] I think so too. I'll work on a patch. > IndexWriter#updateDocValues can break index sorting > --------------------------------------------------- > > Key: LUCENE-7581 > URL: https://issues.apache.org/jira/browse/LUCENE-7581 > Project: Lucene - Core > Issue Type: Bug > Reporter: Ferenczi Jim > Attachments: LUCENE-7581.patch > > > IndexWriter#updateDocValues can break index sorting if it is called on a field that is used in the index sorting specification. > TestIndexSorting has a test for this case: #testConcurrentDVUpdates > but only L1 merge are checked. Any LN merge would fail the test because the inner sort of the segment is not re-compute during/after DV updates. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org