Re: Is it possible to manually select a shard leader in a running SolrCloud?

2013-02-03 Thread Joseph Dale
's also "known" to SolrCloud/as a shard? > > > On Sat, Feb 2, 2013 at 4:01 PM, Joseph Dale wrote: > >> >> To be more clear lets say bob it the leader of core 1. On bob do a >> /admin/cores?action=unload&name=core1. This removes the core/shard

Re: Is it possible to manually select a shard leader in a running SolrCloud?

2013-02-02 Thread Joseph Dale
To be more clear lets say bob it the leader of core 1. On bob do a /admin/cores?action=unload&name=core1. This removes the core/shard from bob, giving the other servers a chance to grab leader props. -Joey On Feb 2, 2013, at 11:27 AM, Brett Hoerner wrote: > Hi, > > I have a 5 server cluster

Re: Is it possible to manually select a shard leader in a running SolrCloud?

2013-02-02 Thread Joseph Dale
Unload the cores you want on the leader. (Using the cores api, not the collections api). That will force a leader election, afterwards simply readd them. -Joey On Feb 2, 2013, at 11:27 AM, Brett Hoerner wrote: > Hi, > > I have a 5 server cluster running 1 collection with 20 shards, replicati

Possible UI issue after upgrade to 4.1

2013-01-23 Thread Joseph Dale
I upgraded to solr 4.1 from 4.0 to take advantage of some solrcloud improvements, but now it seems that the DIH UI is broken. I have a screen shot but the list seems to block emails w/ links. I will try to describe my issue: * DIH it self works, via commands & the buttons on the UI. * The DIH UI

Possible UI issue after upgrade to 4.1

2013-01-23 Thread Joseph Dale
Please see the linked screen shot. The DIH works but the UI says its not configured. http://i1194.photobucket.com/albums/aa365/Rouphis/ScreenShot2013-01-23at80306AM_zps1aa10b37.png -Joey