Christine Poerschke created SOLR-15884:
------------------------------------------

             Summary: unexpected response format in Collection Backup Status
                 Key: SOLR-15884
                 URL: https://issues.apache.org/jira/browse/SOLR-15884
             Project: Solr
          Issue Type: Task
          Components: Backup/Restore
            Reporter: Christine Poerschke


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

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

instead of

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



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to