ijioio commented on pull request #595:
URL: https://github.com/apache/solr/pull/595#issuecomment-1029979243
This is an example of response containing `endTime` field:
```json
{
"responseHeader": {
"status": 0,
"QTime": 1
},
"success": {
"localhost:8983_solr": {
"responseHeader": {
"status": 0,
"QTime": 1
}
},
"localhost:8983_solr": {
"responseHeader": {
"status": 0,
"QTime": 1
}
},
"localhost:8983_solr": {
"responseHeader": {
"status": 0,
"QTime": 0
},
"STATUS": "completed",
"msg": "TaskId: 1001701080135333600 webapp=null
path=/admin/cores
params={core=techproducts_shard2_replica_n1&async=1001701080135333600&qt=/admin/cores&name=shard2&shardBackupId=md_shard2_0&action=BACKUPCORE&location=file:///path/to/my/shared/drive/mybackup/techproducts&incremental=true&wt=javabin&version=2}
status=0 QTime=1",
"response": {
"startTime": "2022-02-04T12:35:52.304582700Z",
"indexFileCount": 1,
"uploadedIndexFileCount": 1,
"indexSizeMB": 0.001,
"uploadedIndexFileMB": 0.001,
"shard": "shard2",
"endTime": "2022-02-04T12:35:52.317049900Z",
"shardBackupId": "md_shard2_0"
}
},
"localhost:8983_solr": {
"responseHeader": {
"status": 0,
"QTime": 0
},
"STATUS": "completed",
"msg": "TaskId: 1001701080136733900 webapp=null
path=/admin/cores
params={core=techproducts_shard1_replica_n6&async=1001701080136733900&qt=/admin/cores&name=shard1&shardBackupId=md_shard1_0&action=BACKUPCORE&location=file:///path/to/my/shared/drive/mybackup/techproducts&incremental=true&wt=javabin&version=2}
status=0 QTime=1",
"response": {
"startTime": "2022-02-04T12:35:52.304582700Z",
"indexFileCount": 21,
"uploadedIndexFileCount": 21,
"indexSizeMB": 0.006,
"uploadedIndexFileMB": 0.006,
"shard": "shard1",
"endTime": "2022-02-04T12:35:52.348963900Z",
"shardBackupId": "md_shard1_0"
}
}
},
"1001701080135333600": {
"responseHeader": {
"status": 0,
"QTime": 0
},
"STATUS": "completed",
"msg": "TaskId: 1001701080135333600 webapp=null path=/admin/cores
params={core=techproducts_shard2_replica_n1&async=1001701080135333600&qt=/admin/cores&name=shard2&shardBackupId=md_shard2_0&action=BACKUPCORE&location=file:///path/to/my/shared/drive/mybackup/techproducts&incremental=true&wt=javabin&version=2}
status=0 QTime=1",
"response": {
"startTime": "2022-02-04T12:35:52.304582700Z",
"indexFileCount": 1,
"uploadedIndexFileCount": 1,
"indexSizeMB": 0.001,
"uploadedIndexFileMB": 0.001,
"shard": "shard2",
"endTime": "2022-02-04T12:35:52.317049900Z",
"shardBackupId": "md_shard2_0"
}
},
"1001701080136733900": {
"responseHeader": {
"status": 0,
"QTime": 0
},
"STATUS": "completed",
"msg": "TaskId: 1001701080136733900 webapp=null path=/admin/cores
params={core=techproducts_shard1_replica_n6&async=1001701080136733900&qt=/admin/cores&name=shard1&shardBackupId=md_shard1_0&action=BACKUPCORE&location=file:///path/to/my/shared/drive/mybackup/techproducts&incremental=true&wt=javabin&version=2}
status=0 QTime=1",
"response": {
"startTime": "2022-02-04T12:35:52.304582700Z",
"indexFileCount": 21,
"uploadedIndexFileCount": 21,
"indexSizeMB": 0.006,
"uploadedIndexFileMB": 0.006,
"shard": "shard1",
"endTime": "2022-02-04T12:35:52.348963900Z",
"shardBackupId": "md_shard1_0"
}
},
"response": {
"collection": "techproducts",
"numShards": 2,
"backupId": 0,
"indexVersion": "9.0.0",
"startTime": "2022-02-04T12:35:52.282616800Z",
"indexFileCount": 22,
"uploadedIndexFileCount": 22,
"indexSizeMB": 0.007,
"uploadedIndexFileMB": 0.007,
"shardBackupIds": [
"md_shard2_0",
"md_shard1_0"
],
"endTime": "2022-02-04T12:35:53.400626Z"
},
"status": {
"state": "completed",
"msg": "found [1001] in completed tasks"
}
}
```
--
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]