summaryrefslogtreecommitdiffstats
path: root/flags
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove "use-fast-value-tensor-implementation" flag."Geir Storli2020-12-091-0/+7
|
* Control reindexer resource usage with a feature flagJon Marius Venstad2020-12-091-0/+7
|
* Merge pull request #15741 from ↵Geir Storli2020-12-091-7/+0
|\ | | | | | | | | vespa-engine/geirst/remove-use-fast-value-tensor-implementation Remove "use-fast-value-tensor-implementation" flag.
| * Remove "use-fast-value-tensor-implementation" flag.Geir Storli2020-12-081-7/+0
| | | | | | | | Has been default on since 7.319.17 (25-Nov-2020).
* | Remove unused flagHarald Musum2020-12-081-7/+0
|/
* Remove duplicate definition of feature flagBjørn Christian Seime2020-12-041-7/+0
|
* Merge remote-tracking branch 'origin/master' into ogronnesby/trial-tenant-limitØyvind Grønnesby2020-12-039-170/+400
|\ | | | | | | | | | | | | Conflicts: controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/user/UserApiHandler.java controller-server/src/main/java/com/yahoo/vespa/hosted/controller/security/CloudAccessControl.java flags/src/main/java/com/yahoo/vespa/flags/Flags.java
| * Move definition of permanent flags to separate classBjørn Christian Seime2020-12-036-131/+147
| |
| * Fix handling of timestamp for permanent flagsBjørn Christian Seime2020-12-031-1/+3
| |
| * Specify owner(s) for all flagsBjørn Christian Seime2020-12-031-50/+53
| |
| * Remove compact-preprovision-capacity flagHåkon Hallingstad2020-12-031-7/+0
| |
| * Remove unused flagValerij Fredriksen2020-12-021-7/+0
| |
| * Specify owner and expected time-to-leave for new feature flagBjørn Christian Seime2020-12-021-2/+2
| |
| * Merge pull request #15598 from vespa-engine/bjorncs/feature-flagsBjørn Christian Seime2020-12-024-36/+193
| |\ | | | | | | Bjorncs/feature flags
| | * Use reference equality on owner list to determine if owned by PermanentFlagsBjørn Christian Seime2020-12-021-1/+1
| | |
| | * Specify owner and expected time-to-leave for feature flagsBjørn Christian Seime2020-12-024-36/+193
| | | | | | | | | | | | Actual owners will be specified in upcoming PR
| * | Add feature flag to control /etc/yum/vars/dist_host.Arnstein Ressem2020-12-021-0/+6
| |/
| * Support lower bound on number of shared hostsHåkon Hallingstad2020-11-303-7/+67
| | | | | | | | | | | | | | | | | | | | | | | | Adds a 'minCount' field to the shared host jackson flag, denoting the minimum number of "shared hosts" that must exist, otherwise the deficit will be provisioned by DynamicProvisioningMaintainer. A "shared host" is one that is considered for allocation if current tenant node allocations were removed: It must be a tenant host, cannot be an exclusiveTo host, etc. minCount requires the setting of (at least one) shared host.
| * Require HostResource bandwidthHåkon Hallingstad2020-11-302-3/+2
| |
* | Introduce trial tenant limitØyvind Grønnesby2020-12-011-0/+6
|/ | | | | | Create a feature flag that has the max nr. of tenants with the trial plan. If the number is exceeded we fail creation of new tenants (who are implicitly in the trial plan).
* Merge pull request #15488 from ↵Håkon Hallingstad2020-11-274-79/+142
|\ | | | | | | | | vespa-engine/hakonhall/allow-preprovision-capacity-on-partially-filled-hosts Allow preprovision capacity on partially filled hosts
| * Use OptionalDoubleHåkon Hallingstad2020-11-271-8/+8
| |
| * Allow preprovision capacity on partially filled hostsHåkon Hallingstad2020-11-264-79/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds new functionality that can be disabled by setting the compact-preprovision-capacity flag to false. preprovision-capacity can be satisfied by hosts with spare resources. The DynamicProvisioningMaintainer does this as follows: 1. For each cluster in preprovision-capacity, try to a. allocate the cluster using NodePrioritizer b. If there is a deficit, provision the deficit with HostProvisioner, which may provision larger shared hosts depending on shared-hosts, and retry (1) from the first cluster again. c. Otherwise, pretend the nodes are allocated and go to next cluster. 2. All of preprovision-capacity was successfully allocated, and empty hosts are therefore excess that can be deprovisioned.
* | Add flag for controlling dynamic reconfiguration of zookeeper clustersHarald Musum2020-11-241-0/+7
| | | | | | | | Flag will be used in code in zookeeper-server modules
* | Remove regional-container-registry flagMartin Polden2020-11-231-6/+0
| |
* | Use 'power of two choices' lb algorithmMorten Tokle2020-11-201-0/+7
|/
* Enable regional-container-registry by defaultMartin Polden2020-11-161-2/+2
|
* Add a feature flag for controlling the default feed.concurrency setting.Henning Baldersheim2020-11-121-0/+5
|
* Remove unused flagMorten Tokle2020-11-051-7/+0
|
* Add feature flag for reindexingBjørn Christian Seime2020-11-031-0/+7
|
* Remove leftover from Jetty scale factor feature flagBjørn Christian Seime2020-11-031-7/+0
|
* Merge branch 'master' into balder/add-some-feature-flagsHenning Baldersheim2020-11-031-7/+0
|\
| * Use new restapi handler implementation by defaultBjørn Christian Seime2020-11-031-7/+0
| | | | | | | | | | Remove feature flag for enabling the new handler. Cleanup wiring of old and new handler in model.
* | - Drop the 4k reserved area.Henning Baldersheim2020-11-031-2/+2
| | | | | | | | - Use consistent naming.
* | Adding feature flasg forHenning Baldersheim2020-11-021-0/+16
|/ | | | | | - stor-filestor.use_async_message_handling_on_schedule - stor-filestor.bucket_merge_chunk_size - stor-server.content_node_bucket_db_stripe_bits
* Add TENANT_ID as a flag dimensionØyvind Grønnesby2020-10-303-1/+6
|
* Merge pull request #15088 from vespa-engine/ogronnesby/budget-quota-intØyvind Grønnesby2020-10-293-42/+3
|\ | | | | Make budget quota be cents/hours
| * Remove BigDecimal flags - they do not workØyvind Grønnesby2020-10-293-39/+0
| |
| * Make budget quota be an integer in centsØyvind Grønnesby2020-10-291-3/+3
| |
* | Merge pull request #15073 from ↵Henning Baldersheim2020-10-291-6/+0
|\ \ | |/ |/| | | | | vespa-engine/balder/gc-contentnode-btree-bucketdb-flag GC unused content bucket btree flag.
| * GC unused content bucket btree flagHenning Baldersheim2020-10-281-6/+0
| |
* | GC unused visibility-delay, fsync and compression for tls flags.Henning Baldersheim2020-10-281-18/+0
|/
* Merge pull request #15050 from ↵Håkon Hallingstad2020-10-285-97/+214
|\ | | | | | | | | vespa-engine/hakonhall/support-provisioning-of-shared-hosts Support provisioning of shared hosts
| * Support provisioning of shared hostsHåkon Hallingstad2020-10-275-97/+214
| | | | | | | | | | | | Adds shared-host flag to enable and define resources of shared hosts. This PR is a no-op until that flag is set, but there remains some integration with exclusiveTo (tbd in this PR or follow-up).
* | Merge pull request #15034 from ↵Henning Baldersheim2020-10-281-17/+0
|\ \ | |/ |/| | | | | vespa-engine/bjorncs/threadpool-feature-flags-cleanup Remove feature flags for feed/search/defalt threadpool scaling
| * Remove feature flags for feed/search/defalt threadpool scalingBjørn Christian Seime2020-10-261-17/+0
| |
* | Merge pull request #14980 from vespa-engine/mpolden/remove-flagMartin Polden2020-10-271-6/+0
|\ \ | | | | | | Remove always-acquire-provision-lock flag
| * | Remove always-acquire-provision-lock flagMartin Polden2020-10-261-6/+0
| |/
* | Merge pull request #15035 from vespa-engine/mpolden/registry-credentialsMartin Polden2020-10-261-0/+6
|\ \ | |/ |/| Add support for registry credentials in container engine
| * Add regional-container-registry feature flagMartin Polden2020-10-261-0/+6
| |