You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Houston Putman (Jira)" <ji...@apache.org> on 2022/01/20 17:15:00 UTC

[jira] [Updated] (SOLR-15884) unexpected response format in Collection Backup Status

     [ https://issues.apache.org/jira/browse/SOLR-15884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Houston Putman updated SOLR-15884:
----------------------------------
    Fix Version/s: 9.0

> 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
>            Priority: Blocker
>             Fix For: 9.0
>
>
> 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-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org