ijioio commented on pull request #595:
URL: https://github.com/apache/solr/pull/595#issuecomment-1036445656


   This is how aggregated result is looks like after changes/suggestions we 
discussed above:
   
   For incremental backup:
   
   ```json
       "response": {
           "collection": "techproducts",
           "numShards": 2,
           "backupId": 0,
           "indexVersion": "9.0.0",
           "startTime": "2022-02-11T17:20:44.157305500Z",
           "indexFileCount": 22,
           "uploadedIndexFileCount": 22,
           "indexSizeMB": 0.007,
           "uploadedIndexFileMB": 0.007,
           "shardBackupIds": [
               "md_shard2_0",
               "md_shard1_0"
           ],
           "endTime": "2022-02-11T17:20:45.245534400Z"
       }
   ```
   
   For snapshot backup:
   
   ```json
       "response": {
           "collection": "techproducts",
           "numShards": 2,
           "indexVersion": "9.0.0",
           "startTime": "2022-02-11T17:19:33.271461700Z",
           "indexFileCount": 22,
           "endTime": "2022-02-11T17:19:34.363859100Z"
       }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to