Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 27389 invoked from network); 18 Jun 2009 13:45:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jun 2009 13:45:29 -0000 Received: (qmail 21538 invoked by uid 500); 18 Jun 2009 13:45:40 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 21477 invoked by uid 500); 18 Jun 2009 13:45:39 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 21467 invoked by uid 99); 18 Jun 2009 13:45:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 13:45:39 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 13:45:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E33BC234C044 for ; Thu, 18 Jun 2009 06:45:07 -0700 (PDT) Message-ID: <1535973616.1245332707925.JavaMail.jira@brutus> Date: Thu, 18 Jun 2009 06:45:07 -0700 (PDT) From: "Erik Hatcher (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Reopened: (SOLR-1228) NPE thown if a deletedPkQuery returns a row w/o the key In-Reply-To: <423779637.1245315607882.JavaMail.jira@brutus> 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/SOLR-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reopened SOLR-1228: -------------------------------- This patch didn't fix the issue, unfortunately. This is part of a bigger issue of DIH assuming the pk value is the same as the uniqueKey field value. > NPE thown if a deletedPkQuery returns a row w/o the key > ------------------------------------------------------- > > Key: SOLR-1228 > URL: https://issues.apache.org/jira/browse/SOLR-1228 > Project: Solr > Issue Type: Bug > Components: contrib - DataImportHandler > Reporter: Noble Paul > Assignee: Noble Paul > Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1228.patch > > > see the mail thread > http://markmail.org/thread/3grabel3a6qaqk4e > SEVERE: Delta Import Failed > java.lang.NullPointerException > at org.apache.solr.handler.dataimport.SolrWriter.deleteDoc(SolrWriter.java:83) > at org.apache.solr.handler.dataimport.DocBuilder.deleteAll(DocBuilder.java:275) > at org.apache.solr.handler.dataimport.DocBuilder.doDelta(DocBuilder.java:247) > at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:159) > at org.apache.solr.handler.dataimport.DataImporter.doDeltaImport(DataImporter.java:337) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.