Solr doesn't differentiate between a primary core and an alias
--------------------------------------------------------------

                 Key: SOLR-1626
                 URL: https://issues.apache.org/jira/browse/SOLR-1626
             Project: Solr
          Issue Type: Bug
          Components: multicore
    Affects Versions: 1.4, 1.3
            Reporter: Mark Miller
            Priority: Minor
             Fix For: 1.5


1. You just see a lit of cores on index.jsp, but there is no way to tell that 
there may only be one core and an alias or something similar.

2. When shutting down the CoreContainer, if you use an alias, you will see: 
SEVERE: Too many close [count:-1] on org.apache.solr.core.solrc...@3e37165f. 
Please report this exception to solr-u...@lucene.apache.org

This is because the primary core will be closed, and then the aliases as well - 
even though they are the same core.

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

Reply via email to