aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Ensure deterministic ordering of array configHenning Baldersheim2022-01-312-3/+5
|
* Ensure list of cipher suites has deterministic order.Henning Baldersheim2022-01-301-3/+3
|
* Ensure that hostnames are added to config in determinsitic(sorted) order.Henning Baldersheim2022-01-301-3/+3
|
* Merge pull request #20982 from vespa-engine/services-updatesHarald Musum2022-01-294-27/+2
|\ | | | | Services updates
| * Remove legacy <cluster> element from xml schema.gjoranv2022-01-284-26/+1
| | | | | | | | - Has thrown an exception since at least early Vespa 7
| * Remove TODO to remove top-level <config>gjoranv2022-01-281-1/+1
| | | | | | | | - Still useful, at least for the Vespa team.
* | Merge pull request #20979 from ↵Harald Musum2022-01-2817-297/+442
|\ \ | |/ |/| | | | | vespa-engine/bratseth/rank-profile-multiple-inheritance Bratseth/rank profile multiple inheritance
| * Add testsJon Bratseth2022-01-281-1/+94
| |
| * Test inheriting a profile defined laterJon Bratseth2022-01-282-0/+12
| |
| * Support multiple inheritance of rank profilesJon Bratseth2022-01-2817-296/+336
| |
* | update expected configArne H Juul2022-01-281-0/+7
| |
* | trigger new VSM search method for GeoPos type fieldsArne H Juul2022-01-281-7/+15
|/
* Expose proton resource usage metrics with new names.Geir Storli2022-01-271-4/+10
|
* Merge pull request #20950 from ↵Tor Brede Vekterli2022-01-273-10/+57
|\ | | | | | | | | vespa-engine/vekterli/support-live-reconfig-of-dynamic-throttle-params Add feature flags for dynamic persistence throttling window size tuning [run-systemtest]
| * Add feature flags for dynamic persistence throttling window size tuningTor Brede Vekterli2022-01-273-10/+57
| | | | | | | | | | | | | | Added flags: * Window size decrement factor (default 1.2) * Window size backoff (default 0.95)
* | Merge pull request #20952 from ↵Lester Solbakken2022-01-271-0/+1
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/set-cloud-in-configserver-config-2 Set 'cloud' in configserver config, part 2
| * | Set 'cloud' in configserver config, part 2Harald Musum2022-01-271-0/+1
| |/
* / Reduce JVM heap size for metrics proxyBjørn Christian Seime2022-01-271-3/+3
|/
* Add feature flag for merge throttling policyTor Brede Vekterli2022-01-273-0/+38
| | | | | | | Two options; `STATIC` (default) and `DYNAMIC`. Does not currently set any window size configs based on the existing feature flag for max pending, so the config defaults will be used for these when dynamic throttling is enabled.
* Revert "Add feature flag for merge throttling policy"Harald Musum2022-01-273-38/+0
|
* Merge pull request #20927 from ↵Geir Storli2022-01-263-0/+38
|\ | | | | | | | | vespa-engine/vekterli/merge-throttling-policy-feature-flag Add feature flag for merge throttling policy
| * Add feature flag for merge throttling policyTor Brede Vekterli2022-01-253-0/+38
| | | | | | | | | | | | | | Two options; `STATIC` (default) and `DYNAMIC`. Does not currently set any window size configs based on the existing feature flag for max pending, so the config defaults will be used for these when dynamic throttling is enabled.
* | Expose the new proton CPU util metrics.Geir Storli2022-01-261-0/+17
| |
* | Merge pull request #20938 from vespa-engine/bratseth/modular-profilesJon Bratseth2022-01-26140-1238/+1287
|\ \ | | | | | | Bratseth/modular profiles
| * | Modular rank profilesJon Bratseth2022-01-2642-132/+202
| | |
| * | CleanupJon Bratseth2022-01-2512-55/+59
| | |
| * | SimplifyJon Bratseth2022-01-2516-81/+72
| | |
| * | Return applicationJon Bratseth2022-01-242-6/+6
| | |
| * | SchemaBuilder -> ApplicationBuilderJon Bratseth2022-01-2488-374/+371
| | |
| * | Correct javadocJon Bratseth2022-01-2483-292/+291
| | |
| * | Simplify documentmodel builderJon Bratseth2022-01-243-19/+17
| | |
| * | Move schema building into ApplicationJon Bratseth2022-01-242-46/+68
| | |
| * | Make Application immutableJon Bratseth2022-01-2459-343/+362
| | |
| * | SimplifyJon Bratseth2022-01-242-50/+11
| | |
| * | SimplifyJon Bratseth2022-01-242-6/+12
| | |
| * | SimplifyJon Bratseth2022-01-242-12/+4
| | |
| * | SimplifyJon Bratseth2022-01-2415-94/+55
| | |
| * | SimplifyJon Bratseth2022-01-242-8/+1
| | |
| * | SimplifyJon Bratseth2022-01-244-19/+14
| | |
| * | SimplifyJon Bratseth2022-01-241-18/+15
| | |
| * | SimplifyJon Bratseth2022-01-242-25/+26
| | |
| * | SimplifyJon Bratseth2022-01-242-18/+20
| | |
| * | SimplifyJon Bratseth2022-01-244-14/+7
| | |
| * | Cleanup: No functional changesJon Bratseth2022-01-2420-106/+149
| | |
| * | Initial rank profile modularity testJon Bratseth2022-01-245-0/+5
| |/
* | Merge pull request #20930 from ↵Geir Storli2022-01-252-0/+33
|\ \ | | | | | | | | | | | | vespa-engine/toregge/use-persistence-async-throttling-feature-flag-to-control-replay-throttling-policy-type-in-proton-config Use persistence-async-throttling feature flag to control replay_throt…
| * | Use persistence-async-throttling feature flag to control ↵Tor Egge2022-01-252-0/+33
| |/ | | | | | | replay_throttling_policy.type in proton config.
* | Use correct logging methodBjørn Christian Seime2022-01-251-1/+1
| |
* | Make sure to set 'cloud' in configserver configHarald Musum2022-01-251-0/+1
|/
* Add upgrade revision strategy setting to deployment specJon Marius Venstad2022-01-211-0/+1
|