You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2018/06/22 05:08:00 UTC

[jira] [Updated] (SOLR-12496) Support an enum of values in Tags in Autoscaling policies

     [ https://issues.apache.org/jira/browse/SOLR-12496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-12496:
------------------------------
    Summary: Support an enum of values in Tags in Autoscaling policies  (was: Support an enum of values in Tags)

> Support an enum of values in Tags in Autoscaling policies
> ---------------------------------------------------------
>
>                 Key: SOLR-12496
>                 URL: https://issues.apache.org/jira/browse/SOLR-12496
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: AutoScaling
>            Reporter: Noble Paul
>            Priority: Major
>
> Examples:
> {code:java}
> #keep less than 51% of replicas in east and less than 51% in west 
> {"replica" : "<51%", "shard" : "#EACH", "sysprop.region": "(east | west)"}
> #total no:of replicas in nodes on rack 'r1' and 'r2' should be less than 31%
> {"replica" : "<31%", "shard" : "#EACH", "sysprop.rack": "(r1 + r2)"}
> #total no:of replicas in nodes on rack 'r3' and 'r4' and 'r5' should be less than 71%
> {"replica" : "<71%", "shard" : "#EACH", "sysprop.rack": "(r3 + r4 + r5)"}
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org