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 -> replica3
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 replicas within each shard. I looked for an issue so I would know what version first included the sort, but I could not find one. I only know that 4.2 does not have the sort, and 5.0 does. Thanks, Shawn