ChrisHegarty commented on PR #15074: URL: https://github.com/apache/lucene/pull/15074#issuecomment-3189221977
In 10x `Lucene99SegmentInfoFormat:read` uses ` dir.openChecksumInput(fileName)`, which will do the right thing - use READONCE. It effectively ignores the passed in context. This may not be the case for other segment info formats, so we should pass in READONCE. So this explains the difference that Mike is seeing. -- 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