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

   >Merging uses an IOContext with a MergeInfo attached. This uses same 
ReadAdvice SEQUENTIAL, but that is different to the Singleton READONCE 
IOContext. Or do I miss something?
   
   I see same as you @uschindler, however ... 
   
   An alternative to modifying the semantics of the existing 
`IOContext.READONCE` constant is to add a new constant that indicates both the 
read-once, sequential, and same-thread semantics. Then opt-in use sites as 
appropriate, for example, ChecksumIndexInput, etc.


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