summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|
* 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
|
* Make dynamic throttling and shared field writer default in config def files.Geir Storli2022-04-201-2/+2
|
* Merge pull request #21982 from vespa-engine/lesters/default-url-configLester Solbakken2022-04-193-0/+33
|\ | | | | Accept default values for URL types in config
| * Move embedder config def to configdefinitions and serialize as referenceLester Solbakken2022-04-063-0/+33
| |
* | Make max application package size configurableMartin Polden2022-04-051-0/+4
|/
* Remove feature flag 'merge-grouping-result-in-search-invoker'Bjørn Christian Seime2022-03-301-0/+1
|
* Merge pull request #21486 from ↵Tor Brede Vekterli2022-03-011-2/+2
|\ | | | | | | | | vespa-engine/vekterli/make-dynamic-vs-unlimited-throttling-live-reconfigurable Make reconfiguring dynamic vs unlimited throttling not require restarting [run-systemtest]
| * Make reconfiguring dynamic vs unlimited throttling not require restartingTor Brede Vekterli2022-03-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Instead of having one abstract throttler created from bootstrap config, explicitly create one dynamic and one unlimited throttler and allow for atomically switching between the two based on received config. The `MergeHandler` component will now always fetch the current throttler from the `FileStorHandler` instead of caching it at construction time. This commit removes the `restart` annotation on the existing throttler type config enums.
* | Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-011-0/+3
|/
* Make it possible to configure what aspects of merges should be throttledTor Brede Vekterli2022-02-241-0/+5
| | | | | | | | | | Add live config for choosing whether merges should be throttled on a per-feed operation (`MergeHandler`) level, or on an `ApplyBucketDiff` persistence thread level. This is intended to be a temporary feature while we do experiments, so some liberties are taken with regards to how holes are punched in the various abstraction layers.
* Add more config for tuning the persistence throttle policyTor Brede Vekterli2022-02-231-0/+3
|
* Fix typosHarald Musum2022-02-171-5/+5
|
* Remove unused fields from LbServicesConfigMartin Polden2022-02-101-15/+1
|