[
https://issues.apache.org/jira/browse/SOLR-12496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-12496:
------------------------------
Description:
Examples:
{code}
#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}
was:
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}
> 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
> Priority: Major
>
> Examples:
> {code}
> #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: [email protected]
For additional commands, e-mail: [email protected]