[ https://issues.apache.org/jira/browse/SOLR-15884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480279#comment-17480279 ]
ASF subversion and git services commented on SOLR-15884: -------------------------------------------------------- Commit ef457e7a81b383ff359ca2e9b2e92d9cdd6eaac9 in solr's branch refs/heads/branch_9_0 from Houston Putman [ https://gitbox.apache.org/repos/asf?p=solr.git;h=ef457e7 ] SOLR-15884: Use a map for backup responses (#549) (cherry picked from commit 72d1becda7d02da3923ba7b24bd0a20e16d7554e) > 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