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 replicas within each shard.
I built a collection that would tell me what exactly is sorted in Solr 5.0. The collections are sorted and the shards are sorted, but the replicas are NOT sorted. Because there are normally only a few replicas and the leader is clearly marked, I don't see that as a problem, but if you really want them sorted, feel free to open an issue in Jira. Screenshot: https://www.dropbox.com/s/yzkubdbj86dbkda/solr5-cloud-graph-sorting.png?dl=0 SOLR project in Jira: https://issues.apache.org/jira/browse/SOLR Thanks, Shawn