Hello, Based on observation it appears that SolrCloud will place shard replicas for a shard on different Solr nodes/instances (i.e. not place 2 shard replicas for the same shard on the Solr node) as long as there are an equal or greater number of Solr nodes/instances relative to the number of shard replicas for a given shard. This makes sense.
Can I rely on this always being the case for SolrCloud default shard placement? I understand there are other options for shard placement. At the moment I just want to confirm the default behavior. Thanks, Matt