aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/xml/SearchHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add feature flag to override search handler threadpool sizeBjørn Christian Seime2023-10-041-2/+5
* Introduce new threadpool syntaxBjørn Christian Seime2023-09-281-5/+8
* Add handler binding for additional token auth portBjørn Christian Seime2023-07-191-8/+7
* use class objectsArne Juul2023-02-111-3/+5
* Optimize importsHarald Musum2022-10-241-1/+0
* Restrict data plane bindingsMorten Tokle2022-09-131-1/+10
* Revert "Restrict data plane bindings"Morten Tokle2022-09-121-10/+1
* Restrict data plane bindingsMorten Tokle2022-09-121-1/+10
* Make ExecutionFactory a child of SearchHandler for correct chains config.gjoranv2022-07-151-1/+2
* Simplify creation of BundleInstantiationSpecgjoranv2022-07-121-2/+3
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-111-17/+14
* Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-111-14/+17
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-091-17/+14
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Scale threadpools with number of CPUs for non-hosted VespaBjørn Christian Seime2021-10-011-5/+1
* Revert "Scale threadpools with number of CPUs for non-hosted Vespa"Bjørn Christian Seime2021-10-011-1/+1
* Scale threadpools with number of CPUs for non-hosted VespaBjørn Christian Seime2021-09-301-1/+1
* Use minimum 8 threads when config contains a scale factorBjørn Christian Seime2021-09-301-1/+1
* Scale jdisc threadpools with cpus available in JVMBjørn Christian Seime2021-09-301-15/+3
* We must never keep any DeployState instance around. They contain most of the ...Henning Baldersheim2020-11-101-10/+3
* Remove feature flags for feed/search/defalt threadpool scalingBjørn Christian Seime2020-10-261-4/+3
* Move vcpu() method to ContainerClusterBjørn Christian Seime2020-10-191-1/+1
* Reduce minimum threadpool size to 8Bjørn Christian Seime2020-10-151-1/+1
* Use highest vcpu in case cluster is heterogenousBjørn Christian Seime2020-10-081-1/+1
* Increase minimum search handler threadpool size from 2 to 16Bjørn Christian Seime2020-10-081-1/+1
* Allow applications to override threadpool configuration in services.xmlBjørn Christian Seime2020-09-161-4/+10
* Rename class to 'ContainerThreadpool'Bjørn Christian Seime2020-09-161-2/+2
* Deduplicate logic for finding cluster vcpuBjørn Christian Seime2020-09-141-12/+2
* Setup separate threadpool for search handler in modelBjørn Christian Seime2020-09-141-2/+61
* Move search handler component definition to separate classBjørn Christian Seime2020-09-141-0/+25