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

v2 Collection API "modify" command specification's replicationFactor property is incorrectly typed as string, should be integer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 7.0
    • v2 API
    • None

    Description

      The v2 Collections API modify command's replicationFactor type should be integer instead of string.

      From solr/core/src/resources/apispec/collections.collection.Commands.modify.json:

      {
        [...]
        "properties":{
         [...]
          "replicationFactor": {
            "type": "string",
            "description": [...]
          },
          [...]
          }
      
        }
      }
      

      Attachments

        Activity

          People

            caomanhdat Cao Manh Dat
            sarowe Steven Rowe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: