solr.xml should fail to load if multiple cores with the same name
-----------------------------------------------------------------
Key: SOLR-1981
URL: https://issues.apache.org/jira/browse/SOLR-1981
Project: Solr
Issue Type: Improvement
Reporter: Hoss Man
Attachments: SOLR-1981.patch
As noted in email a while back...
http://search.lucidimagination.com/search/document/674bf5dfbbb349bc/multiple_cores_w_same_name_in_solr_xml
{quote}
but there is currently no assertion that every core have a name, or that the
names be unique before the SolrCore is constructed ... it's not until the core
is registered that an error will be
generated if the core name is null, or that the previous core with an identicle
name will be close()ed.
{quote}
I think we should fail fast if solr.xml specifies the same name more then once
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]