aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
Commit message (Collapse)AuthorAgeFilesLines
* Add abi-check-plugin to all modules using `@PublicApi`Bjørn Christian Seime2021-11-302-0/+5
|
* add a flag in summary configArne H Juul2021-11-221-0/+3
|
* Include clusterIdMorten Tokle2021-11-161-0/+1
|
* ignore requested stack sizesArne H Juul2021-11-151-0/+3
| | | | | * for C++ threads only * triggered by feature flag, by default use old behavior
* Support application level endpointsMorten Tokle2021-11-111-3/+3
|
* Generate lb-services with endpoints from config modelMorten Tokle2021-11-101-13/+20
|
* Add zoneDnsSuffixes to config server configMorten Tokle2021-11-101-0/+1
|
* If the uncommitted changes pass 128k for an attribute force a commit.Henning Baldersheim2021-10-211-0/+3
|
* Move async_apply_bucket_diff config to stor-filestor.def.Tor Egge2021-10-191-0/+4
| | | | Pass config to merge handler.
* Update Verizon Media copyright notices.gjoranv2021-10-075-5/+5
|
* Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
|
* Update 2017 copyright notices.gjoranv2021-10-0739-39/+39
|
* Expose node indices of a container cluster via SystemInfogjoranv2021-10-011-0/+1
|
* Merge pull request #18845 from vespa-engine/balder/gc-unused-config-definitionHenning Baldersheim2021-09-012-5/+0
|\ | | | | GC unused filereferences.def
| * GC unused filereferences.defHenning Baldersheim2021-08-242-5/+0
| |
* | tune default connectivity requirementsArne Juul2021-08-241-2/+2
|/ | | | | * these values have now been running in production over the summer * ref: config-model/src/main/java/com/yahoo/vespa/model/ConfigSentinel.java
* swappable -> pagedHenning Baldersheim2021-08-121-1/+1
|
* Control swappableHenning Baldersheim2021-08-121-1/+1
|
* Add swapable attribute option.Henning Baldersheim2021-08-121-0/+1
|
* Guard with orchestrate-missing-proxies flagHåkon Hallingstad2021-08-051-8/+1
|
* Specify number of proxies, try 2 [run-systemtest]Håkon Hallingstad2021-08-051-0/+10
|
* Set tickTime for server and adjust client session timeout to a legal valueHarald Musum2021-07-101-2/+2
|
* Add flag for whether summary features should be omitted from a document ↵Geir Storli2021-07-021-0/+1
| | | | summary class.
* change defaults to require some connectivity at startupArne Juul2021-06-211-2/+2
|
* Gc unused config options: min-group-coverage and max nodes per groupJon Bratseth2021-06-151-2/+2
|
* change names of sentinel connectivity limitsArne Juul2021-06-111-4/+4
|
* reduce and rename new limits configArne Juul2021-06-041-5/+2
|
* add some configurable limits in sentinel configArne Juul2021-06-031-0/+14
|
* Remove config field that is always true (and never overridden)Harald Musum2021-05-291-3/+0
|
* Separate config for threads used for redeployment of appsHarald Musum2021-04-221-0/+1
|
* No restart annotation here, as it does not work for attributes, and it is ↵Henning Baldersheim2021-04-211-8/+8
| | | | already handled in the model.
* - Add match config for default match type during query.Henning Baldersheim2021-04-211-8/+9
| | | | | - Add restart annotations on config that alwasy require restart. - Change default from legacy CASE_INSENSITIVE to UNCASED.
* CASE_INSENSITIVE until we can safely downgrade.Henning Baldersheim2021-04-081-3/+1
|
* Wire in match configHenning Baldersheim2021-04-081-1/+1
|
* Add dictionary.match controlHenning Baldersheim2021-04-071-0/+1
|
* Remove flag controlling random routing lbMorten Tokle2021-03-301-1/+1
|
* Make default deadline to first broadcast 30sHåkon Hallingstad2021-03-241-7/+5
|
* Revert "Revert "Avoid safe mutations in master moratorium and increase first ↵Håkon Hallingstad2021-03-241-2/+5
| | | | cluster state broadcast deadline [run-systemtest]""
* Revert "Avoid safe mutations in master moratorium and increase first cluster ↵Håkon Hallingstad2021-03-241-5/+2
| | | | state broadcast deadline [run-systemtest]"
* Merge pull request #17085 from ↵Håkon Hallingstad2021-03-241-2/+5
|\ | | | | | | | | vespa-engine/hakonhall/increase-the-minimum-time-before-first-cluster-state-broadcast-run-systemtest Avoid safe mutations in master moratorium and increase first cluster state broadcast deadline [run-systemtest]
| * Increase the minimum time before first cluster state broadcast [run-systemtest]Håkon Hallingstad2021-03-191-2/+5
| |
* | sonn -> soonHenning Baldersheim2021-03-231-1/+1
| |
* | Use BTREE/HASH instead of ORDERED/UNORDERED.Henning Baldersheim2021-03-231-0/+2
|/
* Merge pull request #17053 from ↵Arnstein Ressem2021-03-191-2/+3
|\ | | | | | | | | vespa-engine/hmusum/reduce-sleep-time-when-redeploying-fails Reduce sleep time when redeploying fails
| * Reduce initial time to sleep when redeploying failsHarald Musum2021-03-191-2/+3
| |
* | Remove duplicate headersJon Bratseth2021-03-181-1/+0
| |
* | Add copyright headersJon Bratseth2021-03-181-0/+1
|/
* Keep unused file references 1 hour longerHarald Musum2021-03-181-1/+1
|
* Handle client port that is configured to TLS onlyBjørn Christian Seime2021-03-151-0/+3
| | | | | | The client port can no longer be distributed through the ZK dynamic reconfiguration as the protocol does not support SSL client port. The port must be configured through the static config section instead.