Closed
Description
In #6018 we are fixing a serious bug in the IO RateLimiting API we use from Lucene ... causing IO throttling to be effectively 8 MB/sec (way too low).
So, should we now bring the merge throttling back down from the current 50 MB/sec given that we previously increased it from 20 MB/sec not knowing about this issue?
The problem is, even at 30 MB/sec rate limiting, with #6018 fixed, I can quite easily get merges to fall behind with 4 indexing threads.
But then in that same case, when testing with #6066 the merges are able to keep up, but at the cost of periodically making indexing single threaded.