[ https://issues.apache.org/jira/browse/SOLR-15884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Houston Putman resolved SOLR-15884. ----------------------------------- Resolution: Fixed > 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: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org