summaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-081-1/+1
|
* Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-081-1/+1
|
* Use new method only for getting admin cluster node architectureHarald Musum2022-04-041-1/+1
|
* Remove feature flag 'merge-grouping-result-in-search-invoker'Bjørn Christian Seime2022-03-301-1/+1
|
* flip feature flagArne H Juul2022-03-291-1/+1
| | | | * new way to configure DocumentTypeManager is now the default.
* No functional changesJon Bratseth2022-03-251-0/+1
|
* Annotate instead of using TODOsHarald Musum2022-03-251-1/+1
|
* Update versionHarald Musum2022-03-221-1/+1
|
* Cleanup and more testing of specifying node architecture for admin clustersHarald Musum2022-03-181-1/+4
|
* Include allowMajor when requesting compile versionMartin Polden2022-03-161-2/+2
|
* Add feature flag for node architecture for admin clustersHarald Musum2022-03-151-0/+1
| | | | | Flag value will be used for implicitly created nodes in admin clusters (cluster controllers only for now)
* Add wantedNodeVersion to ModelJon Marius Venstad2022-03-111-0/+3
|
* add experimental feature flagArne H Juul2022-03-041-0/+1
|
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-011-0/+1
|
* Add feature flag for controlling throttling of merge feed opsTor Brede Vekterli2022-02-241-0/+1
|
* Add more feature flags for tuning dynamic persistence throttlingTor Brede Vekterli2022-02-231-0/+2
| | | | | | | | Adds the following feature flags: * `persistence-throttling-window-size` for setting min/max window size to the same value, effectively creating a static throttle policy. * `persistence-throttling-ws-resize-rate` for controlling the rate at which the dynamic throttle policy resizes its window.
* Do not roll out new application package with pure deployment orchestration ↵Jon Marius Venstad2022-02-224-3/+164
| | | | changes
* Split revision target and when to change settings in deployment specJon Marius Venstad2022-02-185-56/+117
|
* Merge pull request #21258 from vespa-engine/jonmv/long-deployment-pipelines-2Martin Polden2022-02-183-1/+5
|\ | | | | Add revision upgrade policy "exclusive" which _never_ joins commits
| * Add revision upgrade policy "exclusive" which _never_ joins commitsJon Marius Venstad2022-02-173-1/+5
| |
* | Merge branch 'master' into arnej/rename-summaryfeatures-back-to-originalArne H Juul2022-02-179-37/+108
|\|
| * Remove shared endpoints from configMartin Polden2022-02-151-10/+1
| |
| * Reduce default resource limit for disk from 80% to 75%.Geir Storli2022-02-141-1/+1
| | | | | | | | | | | | | | | | After the changes in https://github.com/vespa-engine/vespa/pull/20818, the transient disk used as part of index fusion is no longer reported to the cluster controller. Transient disk usage should be covered by the resource headroom on content nodes, instead of leading to feed blocked due to natural fluctuations. We must therefore adjust the limit slightly down, to ensure the content nodes have enough headroom.
| * Add "inhibit-default-merges-when-global-merges-pending" feature flag.Geir Storli2022-02-111-0/+1
| |
| * Merge pull request #21123 from ↵Henning Baldersheim2022-02-091-1/+1
| |\ | | | | | | | | | | | | vespa-engine/geirst/remove-feature-flag-enable-feed-block-in-distributor Remove feature flag "enable-feed-block-in-distributor".
| | * Remove feature flag "enable-feed-block-in-distributor".Geir Storli2022-02-091-1/+1
| | | | | | | | | | | | This has been the default for several months.
| * | Enable pre-shutdown command for jdisc by defaultBjørn Christian Seime2022-02-071-1/+1
| |/
| * - Adde featureflag for controlling environment variables.Henning Baldersheim2022-02-071-0/+1
| | | | | | | | - Use general environment mechanism for existing ad-hoc environment variables.
| * Merge pull request #21002 from vespa-engine/jonmv/simultaneous-rolloutsMartin Polden2022-02-024-4/+9
| |\ | | | | | | Jonmv/simultaneous rollouts
| | * Add "simultaneous" upgrade rollout strategyJon Marius Venstad2022-01-314-4/+9
| | |
| * | Add feature flag to enable preshutdown command for jdiscBjørn Christian Seime2022-01-311-0/+1
| |/
| * Add feature flags for dynamic persistence throttling window size tuningTor Brede Vekterli2022-01-271-2/+4
| | | | | | | | | | | | | | 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/+1
| | | | | | | | | | | | | | 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-1/+0
| |
| * Merge pull request #20927 from ↵Geir Storli2022-01-261-0/+1
| |\ | | | | | | | | | | | | 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/+1
| | | | | | | | | | | | | | | | | | | | | 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-261-5/+1
| |\ \ | | |/ | |/| Bratseth/modular profiles
| | * Modular rank profilesJon Bratseth2022-01-261-4/+1
| | |
| | * Cleanup: No functional changesJon Bratseth2022-01-241-1/+0
| | |
| * | GC feature flag interfaces no longer in use.Henning Baldersheim2022-01-241-9/+0
| |/
| * Update abi specJon Marius Venstad2022-01-211-1/+19
| |
| * Add upgrade revision strategy setting to deployment specJon Marius Venstad2022-01-214-5/+60
| |
| * Merge pull request #20863 from ↵Harald Musum2022-01-191-0/+6
| |\ | | | | | | | | | | | | vespa-engine/hmusum/handle-apps-with-restart-on-deploy Add cluster name and getDeferChangesUntilRestart to ApplicationCluste…
| | * Add cluster name and getDeferChangesUntilRestart to ApplicationClusterInfoHarald Musum2022-01-181-0/+6
| | | | | | | | | | | | Needed for upcoming convergence checker work
| * | add feature flag for old "qrserver" service nameArne H Juul2022-01-181-0/+1
| |/ | | | | | | | | * we will remove the hack that uses "qrserver" as the service name in some cases, but we need to check what the impact will be first.
| * Add flag to control number of processors a non-application jvm gets to use.Henning Baldersheim2022-01-181-0/+1
| | | | | | | | | | Intention is to lower this number from 2 to 1 in order to reduce memory footprint for small containers.
| * Remove merge performance flags that are no longer needed.Geir Storli2022-01-171-4/+4
| | | | | | | | The functions in ModelContext.java can be removed when applications are on 7.528.3.
| * All non application clusters only needs a few threads. 2 should be sufficient.Henning Baldersheim2022-01-141-1/+2
| | | | | | | | | | 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.
* | add feature flag "avoid-renaming-summary-features"Arne H Juul2022-01-131-0/+1
|/
* Merge branch 'master' into geirst/config-defaults-for-improved-merge-performanceHenning Baldersheim2022-01-131-6/+5
|\