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

Support a runtime function `#ALL` for 'replica' in autoscaling policies

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 7.5, 8.0
    • AutoScaling, SolrCloud
    • None

    Description

      today we have to use the convoluted rule to place all TLOG replicas in nodes with ssd disk

      { "replica": 0,  "type" : "TLOG" ,"diskType" : "!ssd"  }
      

      Ideally it should be expressed better as

      { "replica": "#ALL",  "type" : "TLOG" ,  "diskType" : "ssd"}
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: