zacharymorn opened a new pull request #2567: URL: https://github.com/apache/lucene-solr/pull/2567
### Description Backporting changes from the following commits: 1. "CheckIndex should be concurrent - parallelizing index check across segments": https://github.com/apache/lucene/commit/424192e1704664dc0ebc55109feaad5990b945cb 1. "fix test failure from merging away soft-deletes": https://github.com/apache/lucene/commit/34232430f200a0941de683d9035e08a4cbec9df4 Note: Commit "Update concurrent index checking usage instructions" in https://github.com/apache/lucene/pull/281 will also be added later once it was approved and merged. ### Merge conflict resolution As the CheckIndex changes were added on top of a few changes only intended for 9.0 release / not backported to 8x, there were some merge conflicts in `CheckIndex` during the backporting and I have handled them as such: 1. Removed KNN vector checking code 2. Used `FutureArrays` instead of `Arrays` (the change was introduced in https://github.com/apache/lucene/commit/faaee86efb01fa6e431fcb129cfb956c7d62d514#diff-5f58f7980802006ec5dcfaa58cdfa6b218bfca46d8f317dcca3a1c5881b80c64) -- 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]
