jpountz opened a new pull request, #13293: URL: https://github.com/apache/lucene/pull/13293
Disable ConcurrentMergeScheduler's auto I/O throttling by default. This is motivated by the fact that merges can hardly steal all I/O resources from searches on modern NVMe drives. Merges are still not allowed to use all CPU since they have a budget for the number of threads which is a fraction of the number of threads that the host can run. Closes #13193 -- 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