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

v2 API introspect response contains multiple copies of the experimental format WARNING

    XMLWordPrintableJSON

Details

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

    Description

      E.g. after bin/solr start -e cloud -noprompt and curl "http://localhost:8983/solr/admin/collections?action=CREATE&name=.system&replicationFactor=2":

      curl "http://localhost:8983/v2/c/.system/blob/_introspect?indent=on" returns:

      {
        "spec":[ [...] ],
        "WARNING":"This response format is experimental.  It is likely to change in the future.",
        "WARNING":"This response format is experimental.  It is likely to change in the future.",
        "availableSubPaths":{ [...] }
      }
      

      and curl "http://localhost:8983/v2/c/_introspect?indent=on returns:

      {
        "responseHeader":{ "status":0, "QTime":2 },
        "spec":[ [...] ],
        "WARNING":"This response format is experimental.  It is likely to change in the future.",
        "WARNING":"This response format is experimental.  It is likely to change in the future.",
        "WARNING":"This response format is experimental.  It is likely to change in the future.",
        "availableSubPaths":{ [...] }
      }
      

      Attachments

        1. SOLR-10405.patch
          2 kB
          Cao Manh Dat

        Activity

          People

            Unassigned Unassigned
            sarowe Steven Rowe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: