Noble Paul created SOLR-12496:
---------------------------------
Summary: Support an enum of values in Tags
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
Examples:
{code:json}
#keep less than 51% of replicas in east and less than 501% 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: [email protected]
For additional commands, e-mail: [email protected]