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 5c574e4 commit 1e47ddeCopy full SHA for 1e47dde
server/src/main/java/org/elasticsearch/node/NodeConstruction.java
@@ -713,7 +713,7 @@ private void construct(
713
clusterService.addStateApplier(scriptService);
714
715
var executor = threadPool.executor(ThreadPool.Names.SEARCH);
716
- if (executor instanceof TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor perIndexExecutor) {
+ if (executor instanceof TaskExecutionTimeTrackingPerIndexEsThreadPoolExecutor perIndexExecutor) {
717
clusterService.addListener(new SearchIndexTimeTrackingCleanupService(perIndexExecutor));
718
}
719
modules.bindToInstance(DocumentParsingProvider.class, documentParsingProvider);
0 commit comments