aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Jonmv/reapply zk changes 2"Jon Marius Venstad2022-01-141-3/+0
|
* Revert "Revert "Jonmv/reapply zk changes""Jon Marius Venstad2022-01-131-0/+3
| | | | This reverts commit a7e95293f7f0bd4a9a2a3618a48061a14ffbf2e3.
* Set defaults in config defs and ModelContext api to improve bucket merge ↵Geir Storli2022-01-121-1/+1
| | | | | | performance on content nodes. These are the same defaults set for the feature flags in https://github.com/vespa-engine/vespa/pull/20759.
* Revert "Jonmv/remove retired nodes from zk clusters when data migration ↵Harald Musum2022-01-121-3/+0
| | | | complete [run-systemtest]"
* Merge pull request #20758 from ↵Jon Marius Venstad2022-01-111-0/+3
|\ | | | | | | | | vespa-engine/jonmv/remove-retired-nodes-from-zk-clusters-when-data-migration-complete Jonmv/remove retired nodes from zk clusters when data migration complete [run-systemtest]
| * Unit testJon Marius Venstad2022-01-111-0/+1
| |
| * Propagate whether node is retired in zk servers configJon Marius Venstad2022-01-111-0/+2
| |
* | Merge pull request #20743 from ↵v7.526.8Harald Musum2022-01-111-0/+1
|\ \ | |/ |/| | | | | vespa-engine/hmusum/add-support-for-zookeeper-snapshot-method Support configuring ZooKeeper snapshot method [run-systemtest]
| * Supprt configuring ZooKeeper snapshot methodHarald Musum2022-01-111-0/+1
| |
* | Merge pull request #20739 from ↵Henning Baldersheim2022-01-111-0/+19
|\ \ | |/ |/| | | | | vespa-engine/vekterli/dynamic-throttling-of-persistence-operations Support dynamic throttling of async persistence operations [run-systemtest]
| * Support dynamic throttling of async persistence operationsTor Brede Vekterli2022-01-101-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds an operation throttler that is intended to provide global throttling of async operations across all persistence stripe threads. A throttler wraps a logical max pending window size of in-flight operations. Depending on the throttler implementation, the window size may expand and shrink dynamically. Exactly how and when this happens is unspecified. Commit adds two throttler implementations: * An unlimited throttler that is no-op and never blocks. * A throttler built around the mbus `DynamicThrottlePolicy` and defers all window decisions to it. Current config default is to use the unlimited throttler. Config changes require a process restart. Offers both polling and (timed, non-timed) blocking calls for acquiring a throttle token. If the returned token is valid, the caller may proceed to invoke the asynchronous operation. The window slot taken up by a valid throttle token is implicitly freed up when the token is destroyed.
* | Remove stale importBjørn Christian Seime2022-01-102-2/+0
|/
* unify java warningsArne H Juul2022-01-071-6/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Support variable reindexing speed, based on configJon Marius Venstad2021-12-151-3/+2
|
* 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
|