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 973c04e commit b2ecb82Copy full SHA for b2ecb82
server/src/main/java/org/elasticsearch/index/engine/ThreadPoolMergeExecutorService.java
@@ -388,7 +388,7 @@ private void abortMergeTask(MergeTask mergeTask) {
388
* (i.e. multiple data path is not really supported when blocking merges due to insufficient available disk space
389
* (but nothing blows up either, if using multiple data paths))
390
*/
391
- protected static AvailableDiskSpacePeriodicMonitor startDiskSpaceMonitoring(
+ static AvailableDiskSpacePeriodicMonitor startDiskSpaceMonitoring(
392
ThreadPool threadPool,
393
NodeEnvironment.DataPath[] dataPaths,
394
ClusterSettings clusterSettings,
0 commit comments