You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yago Riveiro (JIRA)" <ji...@apache.org> on 2013/02/01 16:46:14 UTC

[jira] [Created] (SOLR-4395) Create a mechanism to promote a replica to leader

Yago Riveiro created SOLR-4395:
----------------------------------

             Summary: Create a mechanism to promote a replica to leader
                 Key: SOLR-4395
                 URL: https://issues.apache.org/jira/browse/SOLR-4395
             Project: Solr
          Issue Type: New Feature
          Components: SolrCloud
            Reporter: Yago Riveiro
            Priority: Minor


In following scenario:

# Cluster compose by 2 nodes, node A and node B.
# Two collection:
- Collection 1 with the leader in a A and the replica in B and 
- Collection 2 with the leader in B and the replica in A.

If a node A goes down, then the replica of collection 2 located in node A will be promote to leader to respect the failover. 

If the node A comes back online again, we have the scenario where all leader are in the same node. This maybe can be have performance issues in indexing throughput.

I think that can be desirable have a mechanism to promote one replica to leader and recover the initial layout to leverage the physical machines, I/O CPU and so on.

--
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