uschindler commented on PR #1765: URL: https://github.com/apache/solr/pull/1765#issuecomment-1625705293
It should also log if it is enabled: https://github.com/apache/lucene/blob/d03c8f16d9d4f87ce24d603e4a9b4a7806f9b533/lucene/core/src/java20/org/apache/lucene/internal/vectorization/PanamaVectorizationProvider.java#L74 Maybe the issue is that VectorUtil is not used on IndexReader or IndexWriter init. Tip: Elasticsearch triggers class initialization using `MethodHandles.lookup().ensureClassInitialited(VectorUtil.class)`. Same for MMapDirectory. This enables warnings and similar directly on startup. I am in cinema, so will later look into it. -- 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]
