Details
-
Task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
When learning from ricrui3's and tyoma's analysis in SOLR-15842 I noticed "array" rather than "dictionary" formatting i.e.
"response": [ "collection", "collectionName", "numShards", 2, "backupId", 1, "indexVersion", "8.10.1", "startTime", "2021-12-04T06:12:52.540773Z", "indexSizeMB", 0.0 ]
instead of
"response": { "collection":"collectionName", "numShards":2, "backupId":1, "indexVersion":"8.10.1", "startTime":"2021-12-04T06:12:52.540773Z", "indexSizeMB":0.0 }
Attachments
Issue Links
- is related to
-
SOLR-15842 Collection Backup Status doesn't calculate de IndexSizeMb correctly.
- Closed
- links to