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

unexpected response format in Collection Backup Status

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 9.0
    • Backup/Restore
    • None

    Description

      When learning from ricrui3's and tyoma's analysis in SOLR-15842 I noticed "array" rather than "dictionary" formatting i.e.

      "response": [
              "collection",
              "collectionName",
              "numShards",
              2,
              "backupId",
              1,
              "indexVersion",
              "8.10.1",
              "startTime",
              "2021-12-04T06:12:52.540773Z",
              "indexSizeMB",
              0.0
          ]
      

      instead of

      "response": {
              "collection":"collectionName",
              "numShards":2,
              "backupId":1,
              "indexVersion":"8.10.1",
              "startTime":"2021-12-04T06:12:52.540773Z",
              "indexSizeMB":0.0
          }
      

      Attachments

        Issue Links

          Activity

            People

              houston Houston Putman
              cpoerschke Christine Poerschke
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 40m
                  40m