aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Use SSLContext supplier for ZK server configurationBjørn Christian Seime2021-03-121-0/+1
| | | | | Remove use of keystore/truststore from disk. Only configure client secure port if TLS is enabled.
* Add dictionary configHenning Baldersheim2021-03-111-0/+1
|
* Increase time to keep unused file referencesHarald Musum2021-03-021-2/+2
| | | | | | | | In case of network issues, failed deployments etc. there might be a need to serve unused file references for some time (think an upgrade that takes a long time and a node that comes back to life on an old version). Also change to use minutes as resolution to make it easier to write tests.
* Flag service for orchestrated restart when ZK myid changesJon Marius Venstad2021-02-231-1/+1
|
* Flag to enable/disable generation of non-mtls endpointMorten Tokle2021-02-181-0/+1
|
* Remove old YCA related configBjørn Christian Seime2021-02-112-11/+0
|
* Support configurable feed block hysteresis on the cluster controllerTor Brede Vekterli2021-02-101-0/+8
| | | | | | | | | | | | | | | | | | | Adds an absolute number delta that is subtracted from the feed block limit when a node has a resource already in feed blocked state. This means that there's a lower watermark threshold that must be crossed before feeding can be unblocked. Avoids flip-flopping between block states. Default is currently 0.0, i.e. effectively disabled. To be modified later for system tests and trial roll-outs. A couple of caveats with the current implementation: * The cluster state is not recomputed automatically when just the hysteresis threshold is crossed, so the description will be out of date on the content nodes. However, if any other feed block event happens (or the hysteresis threshold is crossed), the state will be recomputed as expected. This does not affect correctness, since the feed is still to be blocked. * A node event remove/add pair is emitted for feed block status when the hysteresis threshold is crossed and there's a cluster state recomputation.
* Remove obsolete feature falgJon Marius Venstad2021-02-081-8/+1
|
* Make the noise level used when deciding whether to report resource usage ↵Geir Storli2021-02-041-0/+7
| | | | configurable.
* Move config to other moduleJon Marius Venstad2021-01-282-27/+0
|
* Update abi spec and update CMakeListsJon Marius Venstad2021-01-281-0/+4
|
* Revert "Move .def to relevant module"Jon Marius Venstad2021-01-281-0/+25
| | | | This reverts commit 823c34b6b8ab549359b1a35716df94bc31ec5f21.
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-281-0/+46
| | | | This reverts commit 2e2e2edeb3ea99f2c04925070cf44601e2cd94fb.
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-281-46/+0
|
* Merge pull request #16245 from ↵Harald Musum2021-01-281-0/+46
|\ | | | | | | | | vespa-engine/jonmv/reapply-document-protocol-super-config Jonmv/reapply document protocol super config [run-systemtest]
| * Move .def to relevant moduleJon Marius Venstad2021-01-271-25/+0
| |
| * Move new config to already used packageJon Marius Venstad2021-01-271-1/+1
| |
| * Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-272-0/+71
| | | | | | | | This reverts commit d7359f7c72ff06889af594431baf4075e2b4da78.
| * Revert "Jonmv/document protocol super config"Harald Musum2021-01-272-71/+0
| |
| * Merge pull request #16089 from vespa-engine/jonmv/document-protocol-super-configJon Marius Venstad2021-01-272-0/+71
| |\ | | | | | | Jonmv/document protocol super config
| | * Add initial_redundancy, active_per_leaf_group and ready_copies to new configJon Marius Venstad2021-01-192-6/+18
| | |
| | * Add config for distribution and doc-protoc policies across _all_ content ↵Jon Marius Venstad2021-01-183-0/+59
| | | | | | | | | | | | clusters
* | | Revert "Revert "32m merge chunk size""Henning Baldersheim2021-01-271-1/+1
| | |
* | | Revert "32m merge chunk size"Harald Musum2021-01-271-1/+1
| | |
* | | 32m merge chunk sizeHenning Baldersheim2021-01-271-1/+1
|/ /