I'm running SolrCloud with 3 solr and 3 zookeeper instances. For fault tolerance, I now have 3 shards and 3 replicas per solr node.
So:
numShards [3]
maxShardsPernode[3]
autoAddReplicas [false]
replicationFactor [3]
nrtReplicas[3]
Is this recommended? If I already have 3 shards why do I need 3 replicas of that shard spread across the 3 instances too?
