summaryrefslogtreecommitdiffstats
path: root/flags
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |
* | Merge pull request #14990 from ↵Geir Storli2020-10-231-1/+1
|\ \ | |/ |/| | | | | vespa-engine/vekterli/use-content-node-btree-db-by-default Use content node B-tree bucket database by default
| * Use content node B-tree bucket database by defaultTor Brede Vekterli2020-10-211-1/+1
| |
* | remove disk write test flag (#15005)Andreas Eriksen2020-10-221-6/+0
|/
* Enable always-acquire-provision-lock by defaultMartin Polden2020-10-201-1/+1
|
* Scale Jetty threadpool size with node resourcesBjørn Christian Seime2020-10-191-0/+7
|
* andreer/delete unused certs 1 (#14901)Andreas Eriksen2020-10-161-9/+3
| | | | | * add delete cert method to endpoint certificate providers * delete unused certificates (guarded by feature flag)
* Modify NLB health checksMorten Tokle2020-10-151-0/+7
|
* Remove deploy-with-internal-restart flagValerij Fredriksen2020-10-151-6/+0
|
* Add feature flag to use fast value tensor implementation on all content nodes.Geir Storli2020-10-141-0/+6
|
* Define feature flag for access control client authenticationMorten Tokle2020-10-141-0/+7
|
* Merge pull request #14814 from ↵Harald Musum2020-10-121-8/+0
|\ | | | | | | | | vespa-engine/hmusum/remove-use-config-server-vip-flag Always use config server vip and remove flag
| * Always use config server vip and remove flagHarald Musum2020-10-121-8/+0
| |