Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-9735 Umbrella JIRA for Auto Scaling and Cluster Management in SolrCloud
  3. SOLR-10798

Add support for different replica types in the new policy framework

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 7.1
    • None
    • None

    Description

      The current syntax is for

      example

      //ensures that at least 2 replicas go to servers with port 8983
      {"replica":">1", "shard":"#ANY" ,"port":8983}
      

      We should add an implicit attribute called type and the value of type
      can be NRT (default) , TLOG or PULL
      so a policy would look as follows

      {"replica":"1", "shard":"#ANY" ,"port":8983, "type":"NRT"}
      {"replica":"1", "shard":"#ANY" ,"port":7574, "type":"PULL"}
      {"replica":"1", "shard":"#ANY" ,"port":7573, "type":"TLOG"}
      
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: