This is normal. Please read https://lucene.apache.org/solr/guide/7_6/collections-api.html#splitshard PS: Images won't make it to the list, but don't think you need a screenshot here, what you describe is the default behaviour.
-- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 28. jan. 2019 kl. 09:05 skrev Rahul Goswami <rahul196...@gmail.com>: > > 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 > > <http://localhost:8983/solr/admin/collections?action=SPLITSHARD&collection=gettingstarted&shard=shard2&waitForFinalState=true> > > > > > Thanks, > Rahul