[
https://issues.apache.org/jira/browse/SOLR-15884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17481023#comment-17481023
]
ASF subversion and git services commented on SOLR-15884:
--------------------------------------------------------
Commit 97d76fcd904668b97064898f53be5f7e4f5e3f6d in solr's branch
refs/heads/jira/SOLR15715 from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=97d76fc ]
SOLR-15884: Use a map for backup responses (#549)
> 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
> Assignee: Houston Putman
> Priority: Blocker
> Fix For: 9.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]