summaryrefslogtreecommitdiffstats
path: root/configdefinitions
Commit message (Collapse)AuthorAgeFilesLines
* Add necessary options to use failOnWarningsgjoranv2023-06-051-0/+1
|
* Introduce services.xml syntax for configuring HuggingFace embeddersBjørn Christian Seime2023-06-024-0/+60
|
* Remove use of stateGatherCount config, simplify and deprecate config fieldHarald Musum2023-05-301-0/+1
|
* Add bundle type to all CORE bundles.gjoranv2023-05-251-0/+3
|
* Reapply "Bjorncs/embedder onnx gpu"Bjørn Christian Seime2023-05-091-0/+3
| | | | Updated model-integration to depend on configdefinitions instead of searchcore as OnnxModelsConfig is moved there.
* Export moved config definitions.Tor Egge2023-05-094-0/+566
|
* Move ranking config to configdefinitions module.Tor Egge2023-05-094-0/+32
|
* Revert "Move ranking config to configdefinitions module"Harald Musum2023-05-084-32/+0
|
* Move ranking config to configdefinitions module.Tor Egge2023-05-084-0/+32
|
* Make it possible to configure dotproduct distance metric.Geir Storli2023-05-051-1/+1
|
* Set default for barrierWaitForAllTimeout in configserver config to 5Harald Musum2023-05-021-1/+1
|
* Add splunk role configOla Aunronning2023-04-211-0/+1
|
* wait until later with new metric nameArne Juul2023-04-201-1/+1
|
* add two names for distance metricsArne Juul2023-04-201-1/+1
|
* Merge pull request #26652 from vespa-engine/hmusum/allow-groups-to-be-downHarald Musum2023-04-191-3/+4
|\ | | | | Hmusum/allow groups to be down
| * Add back original code and use it for default configHarald Musum2023-04-141-3/+4
| | | | | | | | | | Set default value for max_number_of_groups_allowed_to_be_down to -1 and use that to switch between old and new code
* | Remove unused and undocumented config fieldsHarald Musum2023-04-171-8/+0
| |
* | Deprecate and add note about removing config field in Vespa 9Harald Musum2023-04-171-1/+1
|/
* Propagate the configured slime decode type into the rpc summary handling.Henning Baldersheim2023-03-301-11/+15
|
* Create real distribution config for all testsHarald Musum2023-03-291-1/+1
|
* Deprecate distributor_auto_ownership_transfer_on_whole_group_downHarald Musum2023-03-281-0/+1
| | | | | Stop using the config value (same as currrent default value, which is true). Also: distribution config does not have this field, only stor-distribution config has
* Merge pull request #26606 from ↵Harald Musum2023-03-281-0/+3
|\ | | | | | | | | vespa-engine/hmusum/add-config-for-max-number-of-groups-allowed-to-be-down Add config for max number of content groups allowed to be down
| * Add config for max number of content groups allowed to be downHarald Musum2023-03-281-0/+3
| |
* | Merge pull request #26604 from vespa-engine/hmusum/cleanup-cluster-controller-2Harald Musum2023-03-281-0/+1
|\ \ | | | | | | Simplify and add todo about removing disk_distribution in Vespa 9
| * | Simplify and add todo about removing disk_distribution in Vespa 9Harald Musum2023-03-281-0/+1
| |/
* / Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
|/ | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* Add config for barrierWaitForAllTimeoutHarald Musum2023-03-231-1/+3
|
* Extend attributes.def with raw data type.Tor Egge2023-03-171-1/+1
|
* Reapply "public athenz provider" (#26311)Morten Tokle2023-03-061-0/+5
| | | | | * Revert "Revert "Mortent/reapply public athenz provider"" * Add support method
* Revert "Mortent/reapply public athenz provider"Henning Baldersheim2023-03-041-5/+0
|
* Set ztsUrl/sisUrl in identity documentMorten Tokle2023-03-021-0/+1
|
* Add support for athenz provider in public systemsMorten Tokle2023-03-021-0/+4
|
* re-apply "remove fastos"Håvard Pettersen2023-03-011-1/+0
| | | | This reverts commit 003f019d7579e49f4ec7609ef8eac26ada6ae753.
* Revert "Add support for athenz provider in public systems"Morten Tokle2023-03-011-4/+0
| | | | This reverts commit cb0248d4c3c958cff49530e42b8ffe5abab706a0.
* Revert "Set ztsUrl/sisUrl in identity document"Morten Tokle2023-03-011-1/+0
| | | | This reverts commit 5928b6455a12dcf06b3282aef6cc81ed0896a2a8.
* Set ztsUrl/sisUrl in identity documentMorten Tokle2023-02-271-0/+1
|
* Add support for athenz provider in public systemsMorten Tokle2023-02-271-0/+4
|
* Revert "public vespa provider"Morten Tokle2023-02-271-5/+0
|
* Set ztsUrl/sisUrl in identity documentMorten Tokle2023-02-231-0/+1
|
* Add support for athenz provider in public systemsMorten Tokle2023-02-221-0/+4
|
* Disable ZooKeeper snapshot compression by defaultMartin Polden2023-02-061-1/+2
|
* GC ignore-thread-stack-sizesHenning Baldersheim2023-01-181-3/+0
|
* Use 2 rpc targets and 2 rpc network threads.Henning Baldersheim2023-01-131-1/+1
|
* add logctl overrideArne Juul2022-12-081-0/+4
|
* Merge pull request #24960 from vespa-engine/mortent/clients-configBjørn Christian Seime2022-11-282-0/+13
|\ | | | | Cloud data plane filter config
| * Move config to configdefinitionsMorten Tokle2022-11-222-0/+13
| |
* | Add missing dispatch-nodes.defHenning Baldersheim2022-11-211-0/+16
| |
* | Splitt nodes static and dynamic config in DispatchConfig to prepare for ↵Henning Baldersheim2022-11-212-12/+2
|/ | | | seamless cluster changes.
* GC unusedHenning Baldersheim2022-11-211-14/+0
| | | | | | | -useMultilevelDispatch -useLocalNode -searchableCopies -mergeGroupingResultInSearchInvokerEnabled
* Use var/zookeeper/conf for zookeeper server and client configHarald Musum2022-11-041-1/+1
| | | | | Avoid using read-only conf/ directory for config files written when starting zookeeper