Re: Manual leader election in SolrCloud

2014-10-13 Thread Erick Erickson
Not to my knowledge. There's quite a bit of work going on around
leader balancing, see the umbrella issue at
https://issues.apache.org/jira/browse/SOLR-6491.

That work won't quite do what you want in the sense that you can't say
nodeX you become the leader though. The way that set of operations
is coming together it's more like:
hey, nodeX, you should be the leader when you have a chance. But
this doesn't imply become the leader now (ADDREPLICAPROP in the
latest documentation)

then there's
OK, all you nodes that are preferred leaders for collection X, become
so now. (REASSIGNLEADERS, not in the docs but soon to be I hope).
This should be in the next release.

Best,
Erick





On Mon, Oct 13, 2014 at 11:08 AM, Sachin Kale sachinpk...@gmail.com wrote:
 Is it possible to elect the leader manually in SOLR Cloud 4.10.1?


 -Sachin-


Re: Manual leader election in SolrCloud

2014-10-13 Thread sachinpkale
Thanks for the info. I will wait for the next release then. Will it come with
4.10.2?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Manual-leader-election-in-SolrCloud-tp4164047p4164115.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Manual leader election in SolrCloud

2014-10-13 Thread Erick Erickson
Unless some of the folks poke holes in my approach, all the pieces
should be in the 5.0 release.

It certainly will _not_ be in 4.10.2 (if there is one). Point releases
like that are usually for major bugs (and, very occasionally) a
must-have feature. This wouldn't make that cut

On Mon, Oct 13, 2014 at 9:33 PM, sachinpkale sachinpk...@gmail.com wrote:
 Thanks for the info. I will wait for the next release then. Will it come with
 4.10.2?



 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/Manual-leader-election-in-SolrCloud-tp4164047p4164115.html
 Sent from the Solr - User mailing list archive at Nabble.com.