You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shawn Heisey (JIRA)" <ji...@apache.org> on 2016/02/09 22:39:18 UTC

[jira] [Created] (SOLR-8665) When using configsets, instanceDir is set to the configset directory

Shawn Heisey created SOLR-8665:
----------------------------------

             Summary: When using configsets, instanceDir is set to the configset directory
                 Key: SOLR-8665
                 URL: https://issues.apache.org/jira/browse/SOLR-8665
             Project: Solr
          Issue Type: Bug
    Affects Versions: 5.3.1
            Reporter: Shawn Heisey


When configsets are used, the instanceDir for each core is set to the configset directory.  This likely made the feature a lot easier to write, but it causes problems for things like the last index timestamp for the dataimport handler.  Instead of ending up in the parent directory of dataDir, it ends up in the configset directory, which means that all cores using that configset have the same dataimport last index timestamp.

I'm not sure whether there is anything else that might be affected by the shared instanceDir.




--
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