[
https://issues.apache.org/jira/browse/SOLR-11991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cassandra Targett resolved SOLR-11991.
--------------------------------------
Fix Version/s: (was: 8.1)
(was: main (9.0))
Resolution: Won't Fix
Closing as Won't Fix since we've removed the autoscaling framework.
> Configure min and max replication factor in policy rules
> --------------------------------------------------------
>
> Key: SOLR-11991
> URL: https://issues.apache.org/jira/browse/SOLR-11991
> Project: Solr
> Issue Type: New Feature
> Components: AutoScaling, SolrCloud
> Reporter: Shalin Shekhar Mangar
> Priority: Major
>
> There should be limits on how many maximum or minimum number of replicas can
> exist for a collection.
> {code}
> // applies for all collections
> {"replica":">3", "shard":"#EACH"}
> {"replica":"<11", "shard":"#EACH"}
> {code}
> The above two rules set a min of 2 and a max of 10 replicas for all
> collections in the cluster. When a new collection or shard is created, the
> given replicationFactor must be within these bounds or else the API call
> should fail. Similarly an addreplica and deletereplica call should also fail
> if the result of the call with violate these rules.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]