romseygeek commented on issue #13354: URL: https://github.com/apache/lucene/issues/13354#issuecomment-4496304423
IIUC merge abort is currently implemented via RateLimiters, and only applies to the write side eg IndexOutput, but the issues we are seeing are in the read side in checkIntegrity. So maybe we need to build a RateLimitedIndexInput and add that to the FilterDirectory in ConcurrentMergeScheduler? -- 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]
