jainankitk commented on PR #15428: URL: https://github.com/apache/lucene/pull/15428#issuecomment-3549924174
> Upon a deep dive into virtual threads - I have some concerns around implementing them as the default for everything as there are some issues around pinning and mmap that could affect lucene users. Yeah there are scenarios with virtual threads around mmap / pinning, that make them less effective for file I/O use cases in Lucene. The same reason we are looking at building better I/O concurrency in OpenSearch - https://github.com/opensearch-project/OpenSearch/issues/18841, else it could have been delegated to the virtual threads in Java! -- 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]
