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/19 07:35:00 UTC

[jira] [Created] (SOLR-12496) Support an enum of values in Tags

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org