dweiss commented on issue #14598: URL: https://github.com/apache/lucene/issues/14598#issuecomment-2849293690
This is actually a sort-of regression introduced in #13404 (90e07f666422). Previously, we'd always check the checksum of the wrapper file. After this change - to speed up startup time - we only do it if the file isn't there already. I'll file a PR to revert to the old behavior but use sha256sum to verify the checksum on Linux/ Mac. On Windows, I'll revert back to calling the wrapper. Yes, it is slower (adds about a second to execution time) but scripting something similar with cmd is tough. Maybe we can follow-up to cater to the needs of Windows users. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org