You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Illu Y Ying (JIRA)" <ji...@apache.org> on 2013/07/24 05:54:49 UTC

[jira] [Created] (SOLR-5071) Solrcloud change core to another shard issue

Illu Y Ying created SOLR-5071:
---------------------------------

             Summary: Solrcloud change core to another shard issue
                 Key: SOLR-5071
                 URL: https://issues.apache.org/jira/browse/SOLR-5071
             Project: Solr
          Issue Type: Bug
          Components: SolrCloud
            Reporter: Illu Y Ying


I have a solrcloud cluster with one collection and two shards.
One core is a replica for shard1, I stop it and change its solr.xml like this:
<core name="collection1" instanceDir="collection1" shard="shard2"/>
So this core should be a shard2 replica, Then I restart it, open cloud graph page, you can see this core as a down replica still in shard1 and also as a active replica in shard2.
So I would like to suggest you to remove the down replica information from clusterStatus.json.
There is doubt about one core status in two shards.
In this one core has two status scenario I suggest that if we could remove the down replica information of other shard in clusterStatus.json.
I remember when core is changing to active status, it will send overseer an active status message, so add this logic to overseer change core to active status part.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org