Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-12496

Support an enum of values in Tags in Autoscaling policies

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • AutoScaling
    • None

    Description

      Examples:

      #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)"}
      
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              noble.paul Noble Paul
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: