rmuir commented on issue #12615:
URL: https://github.com/apache/lucene/issues/12615#issuecomment-1888419082

   i would be extremely careful around io_uring, it is disabled in many 
environments (e.g. by default in container environments) for security reasons: 
   * 
https://security.googleblog.com/2023/06/learnings-from-kctf-vrps-42-linux.html
   * https://github.com/moby/moby/pull/46762
   * https://github.com/containerd/containerd/pull/9320
   
   To me, use of io_uring seems like a totally separate issue from KNN search. 
i don't think it is a good idea to entangle the two things.


-- 
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

Reply via email to