uschindler commented on PR #13535: URL: https://github.com/apache/lucene/pull/13535#issuecomment-2209152707
Hi, when thinking about this. ;Maybe we should for now just disallow clones and not slices. Slices are needed for CFS files. But nevertheless the code affected by the change seems to have some shortcomings. Why does it need to open a CFS file only to read deletes from it? Shouldn't the CFS file not be open already as the IndexSearcher is open already? MMapping a huge amount of data just to read a few kilobytes looks wrong to me. -- 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]
