Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50414425C for ; Mon, 11 Jul 2011 14:38:24 +0000 (UTC) Received: (qmail 18667 invoked by uid 500); 11 Jul 2011 14:38:22 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 18421 invoked by uid 500); 11 Jul 2011 14:38:22 -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 18398 invoked by uid 99); 11 Jul 2011 14:38:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2011 14:38:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2011 14:38:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 24DBB459D0 for ; Mon, 11 Jul 2011 14:38:00 +0000 (UTC) Date: Mon, 11 Jul 2011 14:38:00 +0000 (UTC) From: "Steven Rowe (JIRA)" To: dev@lucene.apache.org Message-ID: <661701222.3103.1310395080147.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1233935589.48623.1306503347353.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SOLR-2551) Check dataimport.properties for write access before starting import MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-2551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063366#comment-13063366 ] Steven Rowe commented on SOLR-2551: ----------------------------------- I'll switch the DIH tests to run sequentially. The benchmark module does this by setting the {{tests.threadspercpu}} property to zero. Here's the patch: {{ Index: solr/contrib/dataimporthandler/build.xml =================================================================== --- solr/contrib/dataimporthandler/build.xml (revision 1145189) +++ solr/contrib/dataimporthandler/build.xml (working copy) @@ -23,6 +23,9 @@ Data Import Handler + + + }} Committing shortly. > Check dataimport.properties for write access before starting import > ------------------------------------------------------------------- > > Key: SOLR-2551 > URL: https://issues.apache.org/jira/browse/SOLR-2551 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler > Affects Versions: 1.4.1, 3.1 > Reporter: C S > Assignee: Shalin Shekhar Mangar > Priority: Minor > Fix For: 3.3, 4.0 > > Attachments: SOLR-2551.patch > > > A common mistake is that the /conf (respectively the dataimport.properties) file is not writable for solr. It would be great if that were detected on starting a dataimport job. > Currently and import might grind away for days and fail if it can't write its timestamp to the dataimport.properties file. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org