summaryrefslogtreecommitdiffstats
path: root/config-model/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20979 from ↵Harald Musum2022-01-287-31/+159
|\ | | | | | | | | 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-287-30/+53
| |
* | update expected configArne H Juul2022-01-281-0/+7
|/
* Add feature flags for dynamic persistence throttling window size tuningTor Brede Vekterli2022-01-271-4/+24
| | | | | | | Added flags: * Window size decrement factor (default 1.2) * Window size backoff (default 0.95)
* Add feature flag for merge throttling policyTor Brede Vekterli2022-01-271-0/+19
| | | | | | | 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-271-19/+0
|
* Merge pull request #20927 from ↵Geir Storli2022-01-261-0/+19
|\ | | | | | | | | 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-251-0/+19
| | | | | | | | | | | | | | 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.
* | Merge pull request #20938 from vespa-engine/bratseth/modular-profilesJon Bratseth2022-01-26104-652/+748
|\ \ | | | | | | Bratseth/modular profiles
| * | Modular rank profilesJon Bratseth2022-01-2638-101/+132
| | |
| * | CleanupJon Bratseth2022-01-259-30/+30
| | |
| * | SimplifyJon Bratseth2022-01-2512-38/+37
| | |
| * | SchemaBuilder -> ApplicationBuilderJon Bratseth2022-01-2484-276/+276
| | |
| * | Correct javadocJon Bratseth2022-01-2482-287/+287
| | |
| * | Make Application immutableJon Bratseth2022-01-2451-251/+261
| | |
| * | SimplifyJon Bratseth2022-01-242-11/+9
| | |
| * | SimplifyJon Bratseth2022-01-241-1/+1
| | |
| * | Cleanup: No functional changesJon Bratseth2022-01-243-0/+53
| | |
| * | Initial rank profile modularity testJon Bratseth2022-01-245-0/+5
| |/
* / Use persistence-async-throttling feature flag to control ↵Tor Egge2022-01-251-0/+22
|/ | | | replay_throttling_policy.type in proton config.
* Merge pull request #20897 from vespa-engine/bratseth/error-reclassificationHarald Musum2022-01-216-19/+20
|\ | | | | Classify exceptions better to avoid unnecessary stack traces
| * Classify exceptions better to avoid unnecessary stack tracesJon Bratseth2022-01-216-19/+20
| |
* | Merge pull request #20887 from vespa-engine/bjormell/access-control-is-implicitBjørn Meland2022-01-202-44/+0
|\ \ | | | | | | access-control is implicit
| * | access-control is implicitbjormel2022-01-202-44/+0
| | |
* | | Update testHarald Musum2022-01-201-3/+2
| | |
* | | Use default value for ZooKeeper snapsthot method for config serversHarald Musum2022-01-201-11/+0
|/ / | | | | | | Use default value from config definition
* | Merge pull request #20871 from vespa-engine/bjorncs/split-bundle-validatorgjoranv2022-01-193-70/+12
|\ \ | | | | | | Bjorncs/split bundle validator
| * | Simplify deployment warning for deprecated bundleBjørn Christian Seime2022-01-191-3/+2
| | |
| * | Split BundleValidator into separate open-source and internal validatorsBjørn Christian Seime2022-01-193-67/+10
| | |
* | | Merge pull request #20873 from vespa-engine/jonmv/reapply-zk-changes-3Håkon Hallingstad2022-01-191-1/+9
|\ \ \ | | | | | | | | Jonmv/reapply zk changes 3
| * | | Revert "Revert "Jonmv/reapply zk changes 2""Jon Marius Venstad2022-01-171-1/+9
| | | | | | | | | | | | | | | | This reverts commit 810da357155a349884b862de87e18de87ed54b35.
* | | | Reduce default split size from 32M to 16M.Henning Baldersheim2022-01-181-2/+2
| |/ / |/| |
* | | Support additional model validatorsBjørn Christian Seime2022-01-185-7/+7
| | | | | | | | | | | | | | | Inject additional model validators through VespaModelFactory. Useful for adding validators that are only relevant for hosted and cannot be open-sourced.
* | | Merge pull request #20860 from vespa-engine/bjorncs/validate-pom-repositoriesBjørn Christian Seime2022-01-182-7/+29
|\ \ \ | | | | | | | | Bjorncs/validate pom repositories
| * | | Make some bundle validations enabled for hosted onlyBjørn Christian Seime2022-01-181-5/+5
| | | |
| * | | Validate repositories in pom.xmlBjørn Christian Seime2022-01-182-2/+24
| | | |
* | | | Revert "generate "jsonstring" as config value"Arne H Juul2022-01-184-14/+14
| | | |
* | | | We only need a single arena for netty buffer management for ↵Henning Baldersheim2022-01-171-1/+1
|/ / / | | | | | | | | | clustercontroller. That is a low volume, less than a cpu core maintainer.
* | | Remove merge performance flags that are no longer needed.Geir Storli2022-01-172-52/+0
| | | | | | | | | | | | The functions in ModelContext.java can be removed when applications are on 7.528.3.
* | | generate "jsonstring" as config valueArne H Juul2022-01-174-14/+14
|/ / | | | | | | | | | | * the backend will in any case treat "xmlstring" and "jsonstring" as meaning "structured data", but let us get rid of this remnant from when we put XML data in a summary field.
* | All non application clusters only needs a few threads. 2 should be sufficient.Henning Baldersheim2022-01-141-1/+1
| | | | | | | | | | This is controlled by the featureflag so far only used for the metrics-proxy. This will bring the clustercontroller and logserver in line with the metrics-proxy.
* | Merge pull request #20817 from vespa-engine/balder/tighter-heap-controlJon Marius Venstad2022-01-141-1/+1
|\ \ | | | | | | Readuce minimum direct memory size from 75m to 16m
| * | Update expected resultHenning Baldersheim2022-01-141-1/+1
| |/
* / Revert "Jonmv/reapply zk changes 2"Jon Marius Venstad2022-01-141-9/+1
|/
* Merge pull request #20801 from vespa-engine/jonmv/reapply-zk-changes-2Jon Marius Venstad2022-01-131-1/+9
|\ | | | | Jonmv/reapply zk changes 2
| * Revert "Revert "Jonmv/reapply zk changes""Jon Marius Venstad2022-01-131-1/+9
| | | | | | | | This reverts commit a7e95293f7f0bd4a9a2a3618a48061a14ffbf2e3.
* | Merge pull request #20794 from vespa-engine/bjorncs/pom-file-validationBjørn Christian Seime2022-01-1321-11/+863
|\ \ | | | | | | Bjorncs/pom file validation
| * | Simplify warningsBjørn Christian Seime2022-01-131-4/+5
| | |