chatman commented on PR #3615: URL: https://github.com/apache/solr/pull/3615#issuecomment-3270558296
I gave this a spin, and realized that while the tests pass, running it from the tarball doesn't work because the `Lucene99AcceleratedHNSWVectorsFormat` introduced here (via cuvs-lucene) is loaded via the module's classloader, and the SPI loader (main classloader) is unable find it during run time while trying to open a segments reader. As a workaround, the users would need to copy the jars manually into the lib directory from the modules directory and then everything works. I've incorporated this in the steps to run (test-cuvs-lucene.sh) for now. If someone has any ideas on how to make this work via the SPI loader itself, please suggest. -- 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]
