Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 36790 invoked from network); 6 Jul 2009 22:59:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jul 2009 22:59:29 -0000 Received: (qmail 65303 invoked by uid 500); 6 Jul 2009 22:59:39 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 65270 invoked by uid 500); 6 Jul 2009 22:59: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 65260 invoked by uid 99); 6 Jul 2009 22:59:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2009 22:59: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; Mon, 06 Jul 2009 22:59:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 14221234C004 for ; Mon, 6 Jul 2009 15:59:15 -0700 (PDT) Message-ID: <841179609.1246921155068.JavaMail.jira@brutus> Date: Mon, 6 Jul 2009 15:59:15 -0700 (PDT) From: "Jay Hill (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Updated: (SOLR-1263) Multiple DIH still writing to dataimport.properties, fix for SOLR-1229 was incomplete In-Reply-To: <1257583253.1246920794919.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-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Hill updated SOLR-1263: --------------------------- Attachment: SOLR-1263.patch The fix for SOLR-1234 missed one minor two places in SolrWriter.java where IMPORTER_PROPERTIES was changed to persistFilename. > Multiple DIH still writing to dataimport.properties, fix for SOLR-1229 was incomplete > ------------------------------------------------------------------------------------- > > Key: SOLR-1263 > URL: https://issues.apache.org/jira/browse/SOLR-1263 > Project: Solr > Issue Type: Bug > Components: contrib - DataImportHandler > Affects Versions: 1.4 > Reporter: Jay Hill > Fix For: 1.4 > > Attachments: SOLR-1263.patch > > > The fix for SOLR-1229 was supposed to make it so different instances of the DIH have unique property file names, but even after updating to include the SOLR-1229 patch all DIH instances were still writing to dataimport.properties. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.