We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6805fa9 commit 33a0246Copy full SHA for 33a0246
server/src/main/java/org/elasticsearch/index/engine/ThreadPoolMergeExecutorService.java
@@ -480,10 +480,6 @@ public void close() throws IOException {
480
diskSpaceMonitor.cancel();
481
}
482
483
- public boolean usingMaxTargetIORateBytesPerSec() {
484
- return MAX_IO_RATE.getBytes() == targetIORateBytesPerSec.get();
485
- }
486
-
487
private static long newTargetIORateBytesPerSec(
488
long currentTargetIORateBytesPerSec,
489
int currentlySubmittedIOThrottledMergeTasks,
0 commit comments