Skip to content

Commit 33a0246

Browse files
Fix compilation issue
1 parent 6805fa9 commit 33a0246

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/src/main/java/org/elasticsearch/index/engine/ThreadPoolMergeExecutorService.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -480,10 +480,6 @@ public void close() throws IOException {
480480
diskSpaceMonitor.cancel();
481481
}
482482

483-
public boolean usingMaxTargetIORateBytesPerSec() {
484-
return MAX_IO_RATE.getBytes() == targetIORateBytesPerSec.get();
485-
}
486-
487483
private static long newTargetIORateBytesPerSec(
488484
long currentTargetIORateBytesPerSec,
489485
int currentlySubmittedIOThrottledMergeTasks,

0 commit comments

Comments
 (0)