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 "Mark Miller (JIRA)" <ji...@apache.org> on 2009/12/05 22:54:22 UTC

[jira] Updated: (SOLR-1626) Solr doesn't differentiate between a primary core and an alias

     [ https://issues.apache.org/jira/browse/SOLR-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller updated SOLR-1626:
------------------------------

    Description: 
1. You just see a list 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.SolrCore@3e37165f. Please report this exception to solr-user@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.

  was:
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.SolrCore@3e37165f. Please report this exception to solr-user@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.


> 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.3, 1.4
>            Reporter: Mark Miller
>            Priority: Minor
>             Fix For: 1.5
>
>
> 1. You just see a list 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.SolrCore@3e37165f. Please report this exception to solr-user@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.