rmuir commented on code in PR #16086: URL: https://github.com/apache/lucene/pull/16086#discussion_r3285222433
########## lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java: ########## Review Comment: This is the call that will cause your i/o. I wonder if, instead of wrapping in a subclass, if we could just change it to a small loop, that only seek()s say, 1MB at once, and calls checkabort() after each iteration. -- 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]
