[GitHub] [solr] HoustonPutman edited a comment on pull request #479: SOLR-15842: Fix async backup response

2022-01-21 Thread GitBox
HoustonPutman edited a comment on pull request #479: URL: https://github.com/apache/solr/pull/479#issuecomment-101098 I also added in the incremental backup information `indexFileCount`, `uploadedIndexFileCount`, `uploadedIndexFileMB` and `shardBackupIds` in the aggregated response. (i

[GitHub] [solr] HoustonPutman edited a comment on pull request #479: SOLR-15842: Fix async backup response

2022-01-20 Thread GitBox
HoustonPutman edited a comment on pull request #479: URL: https://github.com/apache/solr/pull/479#issuecomment-1017821168 The change from 'Response' to 'msg' turned out to be very easy and didn't affect much else, so I went ahead and did it. This also allowed me to remove the `RESPONSE` va