Re: SolrCloud default shard assignment order not correct

2015-04-27 Thread spillane
Shawn, The 4.2 cloud graph ordering turned out not to be a problem, after the first startup of my 5 leaders and 5 replicas their shard assignments were 'fixed' in Zookeeper. I can now start them in any order and get the same graph.

Re: SolrCloud default shard assignment order not correct

2015-03-06 Thread Shawn Heisey
On 3/6/2015 1:34 AM, Shawn Heisey wrote: > In Solr 5.0, the cloud graph is sorting the collections by name. The > shard names also appear to be sorted -- all the collections I have on > the example cloud setup only have two shards, so I really can't be sure. > It might also be sorting the replica

Re: SolrCloud default shard assignment order not correct

2015-03-06 Thread Shawn Heisey
On 3/2/2015 2:12 PM, spillane wrote: > Since the order is consistently 1,4,2,3 it sounds like I can start the > leaders in 1,4,2,3 order and then replicas in 1,4,2,3 order and expect the > relationships to stick > > leader1 -> replica1 > leader4 -> replica4 > leader2 -> replica2 > leader3 -> repl

Re: SolrCloud default shard assignment order not correct

2015-03-02 Thread spillane
Since the order is consistently 1,4,2,3 it sounds like I can start the leaders in 1,4,2,3 order and then replicas in 1,4,2,3 order and expect the relationships to stick leader1 -> replica1 leader4 -> replica4 leader2 -> replica2 leader3 -> replica3 -- View this message in context: http://luce

Re: SolrCloud default shard assignment order not correct

2015-03-02 Thread Shawn Heisey
On 3/2/2015 11:39 AM, spillane wrote: > and then starting up host2, host3 and host4 in order I am expecting to see a > cloud graph like this > > shard1 - host1 ip > rockbands --> shard2 - host2 ip > shard3 - host3 ip >