[
https://issues.apache.org/jira/browse/SOLR-4773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13650058#comment-13650058
]
Mark Miller commented on SOLR-4773:
-----------------------------------
bq. Does that include the checking for cores with the same name?
Yes, all this checking and how it was done just further complicates the code
and we want to get away from pre configuration as a way to create collections
anyhow.
We should just keep this simple - a core should fail to be created in the core
container if there is an existing core with the same name, that's it.
I feel all the transient and other recent changes to CoreContainer are really
starting to significantly complicate what was already a design that needed some
love, so I'm trying to simplify as much as possible so we can more easily
refactor down the line.
> New discovery mode needs to ensure that instanceDir is correct
> --------------------------------------------------------------
>
> Key: SOLR-4773
> URL: https://issues.apache.org/jira/browse/SOLR-4773
> Project: Solr
> Issue Type: Bug
> Components: Schema and Analysis
> Affects Versions: 5.0, 4.4
> Reporter: Erick Erickson
> Assignee: Mark Miller
> Fix For: 5.0, 4.4
>
> Attachments: SOLR-4773.patch, SOLR-4773.patch
>
>
> Doing a fresh checkout of 4.x (trunk to to I think) and firing up the example
> fails because we can't find solrconfig. The construction of the instanceDir
> in SolrCoreDiscoverer constructs a path with an extra solr (e.g.
> solr/solr/core).
> I'll attach a patch shortly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]