The meaning of Replication Factor is screwed up. Replication factor is
a number. RF=3 means there are 3 replicas for each shard.
I understand that {"replica": "<7", "node":"#ANY"} may result in two
replicas of the same shard ending up on the same node. However, the
other rule should prevent this:
I managed to miss this reply earlier, but:
Shard: A logical segment of a collection
Replica: A physical core, representing a particular Shard
Replication Factor (RF): A set of Replicas, such that a single Replica exists
for each Shard in a Collection.
Availability Zone (AZ): A partitioned set o
>>Goal: No node should have more than 6 shards
This is not possible today
{"replica": "<7", "node":"#ANY"} , means don't put more than 7
replicas of the collection (irrespective of the shards) in a given
node
what do you mean by distinct 'RF' ? I think we are screwing up the
terminologies a bit
I’ve been messing around with the Solr 7.2 autoscaling framework this week.
Some things seem trivial, but I’m also running into questions and issues. If
anyone else has experience with this stuff, I’d be glad to hear it.
Specifically:
Context:
-One collection, consisting of 42 shards, where up