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 7E4B2200BD8 for ; Wed, 7 Dec 2016 21:16:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7CDE8160B0C; Wed, 7 Dec 2016 20:16:01 +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 C4498160AF9 for ; Wed, 7 Dec 2016 21:16:00 +0100 (CET) Received: (qmail 45601 invoked by uid 500); 7 Dec 2016 20:15:59 -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 45578 invoked by uid 99); 7 Dec 2016 20:15:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2016 20:15:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8728C2C03DE for ; Wed, 7 Dec 2016 20:15:59 +0000 (UTC) Date: Wed, 7 Dec 2016 20:15:59 +0000 (UTC) From: "Ishan Chattopadhyaya (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-5944) Support updates of numeric DocValues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Dec 2016 20:16:01 -0000 [ https://issues.apache.org/jira/browse/SOLR-5944?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D15729= 798#comment-15729798 ]=20 Ishan Chattopadhyaya commented on SOLR-5944: -------------------------------------------- [~hossman], I can confirm that this indeed is a genuine bug! I could trace = the culprit to the region where I'm doing the following in AUDM: {code} // If oldDocument doesn't have a field that is present in updatedFields,=20 // then fetch the field from RT searcher into oldDocument. // This can happen if the oldDocument was fetched from tlog, but the DV= field to be // updated was not in that document. {code} I think something like a full resolve (following documents using the prevPo= inter up to the last full document) is in order, and my trying to optimize = there is the culprit in that case. Doing so without rewriting a bunch of co= de (that does resolve) and trying to maximize code reuse (resolveFullDocume= nt()?) would be a challenge to get right, and I'll update the branch once I= can do this. > Support updates of numeric DocValues > ------------------------------------ > > Key: SOLR-5944 > URL: https://issues.apache.org/jira/browse/SOLR-5944 > Project: Solr > Issue Type: New Feature > Reporter: Ishan Chattopadhyaya > Assignee: Shalin Shekhar Mangar > Attachments: DUP.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-59= 44.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patc= h, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR= -5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.p= atch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, S= OLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-594= 4.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch= , SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-= 5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.pa= tch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SO= LR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944= .patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch,= SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5= 944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.patch, SOLR-5944.pat= ch, SOLR-5944.patch, TestStressInPlaceUpdates.eb044ac71.beast-167-failure.s= tdout.txt, TestStressInPlaceUpdates.eb044ac71.beast-587-failure.stdout.txt,= TestStressInPlaceUpdates.eb044ac71.failures.tar.gz, defensive-checks.log.g= z, hoss.62D328FA1DEA57FD.fail.txt, hoss.62D328FA1DEA57FD.fail2.txt, hoss.62= D328FA1DEA57FD.fail3.txt, hoss.D768DD9443A98DC.fail.txt, hoss.D768DD9443A98= DC.pass.txt > > > LUCENE-5189 introduced support for updates to numeric docvalues. It would= be really nice to have Solr support this. -- 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