summaryrefslogtreecommitdiffstats
path: root/configdefinitions
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update ABI spec format, and update all specsjonmv2022-10-251-1/+1
|
* 12s session timeout for application cluster curatorjonmv2022-10-141-0/+3
|
* Warn if enable-bit-vectors is used. It is default and has no effect any longer.Henning Baldersheim2022-09-291-2/+0
|
* Remove all traces from computeCoverageFromTargetActiveDocsHenning Baldersheim2022-09-291-4/+0
|
* Remove summary field types from summary.def.Geir Storli2022-09-231-1/+0
| | | | They are no longer used in the backend.
* Set deature flag and config value for cluster-controller-state-gather-count to 1Harald Musum2022-09-221-1/+1
|
* Revert "Revert "pass environment variables securily in config""Henning Baldersheim2022-09-211-0/+4
|
* Revert "pass environment variables securily in config"Arnstein Ressem2022-09-201-4/+0
|
* Merge pull request #24126 from vespa-engine/arnej/pass-environment-in-configHenning Baldersheim2022-09-191-0/+4
|\ | | | | pass environment variables securily in config
| * pass environment variables securily in configArne Juul2022-09-191-0/+4
| |
* | Remove remains of summarymap.def that is no longer used.Geir Storli2022-09-191-15/+0
|/
* Add fields for leaderCloseSocketAsync and learnerAsyncSending to zookeeper ↵Harald Musum2022-09-191-0/+3
| | | | server config
* Remove bert-embedderJon Bratseth2022-09-151-1/+0
|
* Move the BERT config def to model-integrationJon Bratseth2022-09-141-27/+0
|
* Add `compute-coverage-from-target-active-docs` feature flag and Dispatch configTor Brede Vekterli2022-09-131-0/+4
| | | | Defaults to false.
* Add group-normalized redundancy to Dispatch configTor Brede Vekterli2022-09-131-1/+5
| | | | | | Will allow the degraded coverage calculation to use in-group redundancy in addition to the existing searchable-copies config as part of its heuristics.
* Remove summarymap config that is no longer used.Geir Storli2022-09-081-1/+0
|
* Don't generate C++ class for summarymap config.Tor Egge2022-09-071-1/+0
|
* Remove unused config fieldHarald Musum2022-09-061-0/+1
|
* Merge pull request #23878 from vespa-engine/bratseth/moodel-configJon Bratseth2022-09-011-6/+3
|\ | | | | Bratseth/model config
| * Add 'model' config typeJon Bratseth2022-08-311-6/+3
| |
* | Merge pull request #23842 from vespa-engine/bjorncs/zk-tls-configMorten Tokle2022-08-301-10/+3
|\ \ | | | | | | Bjorncs/zk tls config
| * | Allow ZooKeeper to be configured with custom Vespa mTLS configBjørn Christian Seime2022-08-261-0/+3
| | |
| * | Cleanup old config optionsBjørn Christian Seime2022-08-261-10/+0
| |/
* / Duplicate summarymap config into summary config.Geir Storli2022-08-291-0/+5
|/ | | | This prepares for the removal of summarymap config.
* Add best-of-random-2 dispatch policy.Henning Baldersheim2022-08-191-1/+1
|
* Move rule-based-filter config to configdefinitions module/bundlegjoranv2022-07-272-0/+23
| | | | | | | .. to remove import-package from config-model to jdisc-security-filters. - Keep the old config def for a while in case it's needed by hosted Vespa config models.
* Decrease keepSessionsWithUnknownStatusHours from 48 to 24 hoursHarald Musum2022-07-141-1/+1
|
* Always use Vespa version in config request when serving configHarald Musum2022-07-121-1/+1
| | | | | | | | This change means that nodes on a version that there exists no config model for will not get new config, they will get an error instead. This means that there will be no longer be possible to get incompatible config for nodes on another version than one known by the config server. https://github.com/vespa-engine/vespa/issues/23223
* Add config for when to expire local sessions with unknown statusHarald Musum2022-07-041-1/+2
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove 'attribute: huge' from config def file and C++ code.Geir Storli2022-06-081-1/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-081-3/+0
|
* remove unused configArne H Juul2022-06-081-2/+0
|
* Remove unused fieldsJon Bratseth2022-06-081-6/+0
|
* Improve restart messagesJon Bratseth2022-05-311-2/+1
|
* Make some athenz provider service fields optionalHåkon Hallingstad2022-05-241-3/+3
|
* Get config server CA certificate secret name from configHåkon Hallingstad2022-05-241-0/+3
|
* Add services.xml syntax for embeddersLester Solbakken2022-05-231-3/+6
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|