uschindler commented on PR #13570: URL: https://github.com/apache/lucene/pull/13570#issuecomment-2228809498
We may need some other logic: We have some files that can change without the segment name changing? How do we handle *.del od docValues update files? If they correspond to the same segment, they would only be closed when actually the whole segment is closed after full refresh. This should be easily testable on windows: Files that have mmapped areas can't be deleted, so we may cause issues when closing deletion files. But on the other hand: Aren't ".del" files not READONCE!? -- 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]
