Hello, I am using Solr 7.2.1. I created a two node example collection on the same machine. Two shards with two replicas each. I then called SPLITSHARD on shard2 and expected the split shards to have one replica on each node. However I see that for shard2_1, both replicas reside on the same node. Is this a valid behavior? Unless I am missing something, this could be potentially fatal.
Here's the query and the cluster state post split: http://localhost:8983/solr/admin/collections?action=SPLITSHARD&collection=gettingstarted&shard=shard2&waitForFinalState=true [image: image.png] Thanks, Rahul