uschindler commented on PR #13535:
URL: https://github.com/apache/lucene/pull/13535#issuecomment-2209086060

   To me those problems where a CFS file was opened with READONCE look like a 
bug. It is also unlikely that the CFS file is just opened once and then closed 
again.
   
   If we want to keep the CFS file support, we should at least allow slices of 
IndexInput. Whenever you create clones its a bug., because those are used in 
different threads, but slices may be acceptable (e.g. for CFS files).


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