You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Thijs Vonk (JIRA)" <ji...@apache.org> on 2009/02/27 11:20:12 UTC

[jira] Issue Comment Edited: (SOLR-1041) dataDir is not set relative to instanceDir

    [ https://issues.apache.org/jira/browse/SOLR-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12677305#action_12677305 ] 

thyzz edited comment on SOLR-1041 at 2/27/09 2:19 AM:
-----------------------------------------------------------

This patch still doesn't fix the issue.

the path is now set to:
INFO: Opening new SolrCore at /u01/app/apptest/solr/, dataDir=./solr/data/

in SolrCore @494
dataDir = config.get("dataDir",cd.getDataDir()); 
returns ./solr/data/

      was (Author: thyzz):
    This patch still doesn't fix the issue.

the path is now set to:
INFO: Opening new SolrCore at /u01/app/apptest/solr/, dataDir=./solr/data/

  
> dataDir is not set relative to instanceDir 
> -------------------------------------------
>
>                 Key: SOLR-1041
>                 URL: https://issues.apache.org/jira/browse/SOLR-1041
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1041.patch
>
>
> see the mail thread. http://markmail.org/thread/ebd7vumj3uyzpyt6
> A recent bug fix has broken the feature. Now it is always relative to current working directory for single core

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.