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 "Henri Biestro (JIRA)" <ji...@apache.org> on 2008/08/25 10:15:44 UTC

[jira] Created: (SOLR-722) CoreContainer.reload should make core aliases point to reloaded core

CoreContainer.reload should make core aliases point to reloaded core
--------------------------------------------------------------------

                 Key: SOLR-722
                 URL: https://issues.apache.org/jira/browse/SOLR-722
             Project: Solr
          Issue Type: Bug
    Affects Versions: 1.3
            Reporter: Henri Biestro


CoreContainer.reload does only make the SolrCore name point to the reloaded core.
Since loading (creating) a core creates all aliases for that core, reload should do the same.

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


[jira] Updated: (SOLR-722) CoreContainer.reload should make core aliases point to reloaded core

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley updated SOLR-722:
------------------------------

    Attachment: SOLR-722.patch

Here's a patch that fixes this reload issue.

> CoreContainer.reload should make core aliases point to reloaded core
> --------------------------------------------------------------------
>
>                 Key: SOLR-722
>                 URL: https://issues.apache.org/jira/browse/SOLR-722
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Henri Biestro
>         Attachments: SOLR-722.patch
>
>
> CoreContainer.reload does only make the SolrCore name point to the reloaded core.
> Since loading (creating) a core creates all aliases for that core, reload should do the same.

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


[jira] Resolved: (SOLR-722) CoreContainer.reload should make core aliases point to reloaded core

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley resolved SOLR-722.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

committed.

> CoreContainer.reload should make core aliases point to reloaded core
> --------------------------------------------------------------------
>
>                 Key: SOLR-722
>                 URL: https://issues.apache.org/jira/browse/SOLR-722
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Henri Biestro
>             Fix For: 1.3
>
>         Attachments: SOLR-722.patch
>
>
> CoreContainer.reload does only make the SolrCore name point to the reloaded core.
> Since loading (creating) a core creates all aliases for that core, reload should do the same.

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