From c4b1a0822c6dd74ab3d593c49d06eba71790d1e7 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Fri, 8 Oct 2021 23:50:48 +0200 Subject: Inject Executor instead. That will give you the default thread pool which is what you want. That is the effectively unbound threadpool. --- container-search/abi-spec.json | 1 - 1 file changed, 1 deletion(-) (limited to 'container-search/abi-spec.json') diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json index 68d09e344c4..91d4fc780a6 100644 --- a/container-search/abi-spec.json +++ b/container-search/abi-spec.json @@ -7882,7 +7882,6 @@ "public" ], "methods": [ - "public void (com.yahoo.container.core.ChainsConfig, com.yahoo.search.config.IndexInfoConfig, com.yahoo.container.QrSearchersConfig, com.yahoo.component.provider.ComponentRegistry, com.yahoo.vespa.configdefinition.SpecialtokensConfig, com.yahoo.language.Linguistics, com.yahoo.component.provider.ComponentRegistry, com.yahoo.container.handler.threadpool.ContainerThreadPool)", "public void (com.yahoo.container.core.ChainsConfig, com.yahoo.search.config.IndexInfoConfig, com.yahoo.container.QrSearchersConfig, com.yahoo.component.provider.ComponentRegistry, com.yahoo.vespa.configdefinition.SpecialtokensConfig, com.yahoo.language.Linguistics, com.yahoo.component.provider.ComponentRegistry, java.util.concurrent.Executor)", "public void (com.yahoo.container.core.ChainsConfig, com.yahoo.search.config.IndexInfoConfig, com.yahoo.container.QrSearchersConfig, com.yahoo.component.provider.ComponentRegistry, com.yahoo.vespa.configdefinition.SpecialtokensConfig, com.yahoo.language.Linguistics, com.yahoo.component.provider.ComponentRegistry)", "public com.yahoo.search.searchchain.Execution newExecution(com.yahoo.component.chain.Chain)", -- cgit v1.2.3