summaryrefslogtreecommitdiffstats
path: root/flags
Commit message (Collapse)AuthorAgeFilesLines
* Bump flag expiry dates, May 2022 editionTor Brede Vekterli2022-05-021-8/+8
|
* Add feature flag to toggle notification dispatchEirik Nygaard2022-05-021-0/+7
|
* Add flag FAIL_DEPLOYMENT_FOR_FILES_WITH_UNKNOWN_EXTENSIONHarald Musum2022-04-271-0/+7
|
* Change default value of FAIL_DEPLOYMENT_WITH_INVALID_JVM_OPTIONS to trueHarald Musum2022-04-261-4/+4
| | | | Also extend some flag expiration dates
* Remove unused flagHarald Musum2022-04-251-7/+0
|
* Merge branch 'master' into bratseth/remove-node-index-flagJon Bratseth2022-04-211-7/+0
|\
| * Merge pull request #22197 from vespa-engine/jonmv/warn-on-no-testsJon Marius Venstad2022-04-211-7/+0
| |\ | | | | | | Jonmv/warn on no tests
| | * Add new run status noTests, which is a success, but not quite as shinyjonmv2022-04-211-7/+0
| | |
* | | Remove flag: Always trueJon Bratseth2022-04-211-7/+0
|/ /
* / Change default value for CONTROLLER_LOCK_SCHEME to NEWHarald Musum2022-04-201-1/+1
|/
* Make dynamic throttling and shared field writer on content nodes default.Geir Storli2022-04-121-5/+5
|
* Rename flag idHarald Musum2022-04-071-1/+1
|
* Add flag for using zstd compression in filedistributionHarald Musum2022-04-071-0/+7
|
* Use a string for flag so we can have 3 values: OLD, BOTH, NEWHarald Musum2022-04-071-3/+3
|
* Add flag for using new controller locksHarald Musum2022-04-071-0/+7
|
* Extend expiry date, feature planned for Q2 2022Harald Musum2022-04-061-1/+1
|
* Extend horizon feature flag expiryOla Aunrønning2022-04-041-1/+1
|
* Extend liftetime to end of June for available-processorsHenning Baldersheim2022-04-011-1/+1
|
* flip feature flagArne H Juul2022-03-291-1/+1
| | | | * new way to configure DocumentTypeManager is now the default.
* Extend expiry date, 2 customers still on old JDKHarald Musum2022-03-251-2/+2
|
* Reuse node indexes everywhereJon Bratseth2022-03-231-1/+1
|
* Fetch flag value for architecture for admin clusters correctlyHarald Musum2022-03-231-1/+1
|
* Add application id dimension to incompatibility flagJon Marius Venstad2022-03-161-8/+2
|
* Merge pull request #21688 from ↵Harald Musum2022-03-151-0/+7
|\ | | | | | | | | vespa-engine/hmusum/add-feature-flag-for-node-architecture-for-admin-clusters Add feature flag for node architecture for admin clusters [run-systemtest]
| * Add feature flag for node architecture for admin clustersHarald Musum2022-03-151-0/+7
| | | | | | | | | | Flag value will be used for implicitly created nodes in admin clusters (cluster controllers only for now)
* | Merge pull request #21680 from vespa-engine/jonmv/major-upgrade-orchestrationJon Marius Venstad2022-03-152-1/+17
|\ \ | |/ |/| Jonmv/major upgrade orchestration
| * Use VersionCompatibility in configserver and controller, and testsJon Marius Venstad2022-03-141-0/+14
| |
| * Wire incompatible major versions into controller, and its unit testsJon Marius Venstad2022-03-141-1/+3
| |
* | remove cert deletion feature flag (#21669)Andreas Eriksen2022-03-141-7/+0
|/
* Reject config request when major version is incompatibleMartin Polden2022-03-111-0/+7
|
* default deleting certs to true (#21575)Andreas Eriksen2022-03-071-1/+1
|
* add experimental feature flagArne H Juul2022-03-041-0/+7
|
* Update expiry dates of flags.Geir Storli2022-03-041-3/+3
|
* always specify endpoint cert algorithm when requesting renewal (#21485)Andreas Eriksen2022-03-021-4/+4
|
* Merge grouping results incrementally in search invokerBjørn Christian Seime2022-03-011-0/+7
|
* Merge pull request #21411 from ↵Harald Musum2022-03-013-10/+22
|\ | | | | | | | | vespa-engine/hmusum/support-architectore-in-HostResources Add support for architecture in HostResources
| * Simplify, architecture will always be non-null (verified in constructor)Harald Musum2022-02-281-1/+1
| |
| * Add support for architecture in HostResourcesHarald Musum2022-02-263-10/+22
| |
* | Add feature flag to allow no tests for particular tenantsJon Marius Venstad2022-02-281-0/+7
| |
* | Merge pull request #21447 from ↵Harald Musum2022-02-281-2/+2
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/extend-feature-flag-expiry-date-8 Extend feature flags expiry dates
| * | Extend feature flags expiry datesHarald Musum2022-02-281-2/+2
| | |
* | | Remove unused feature flagHarald Musum2022-02-281-7/+0
|/ /
* / Reuse node indexesJon Bratseth2022-02-252-1/+10
|/
* Add feature flag for controlling throttling of merge feed opsTor Brede Vekterli2022-02-241-0/+10
|
* Add more feature flags for tuning dynamic persistence throttlingTor Brede Vekterli2022-02-231-0/+16
| | | | | | | | 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.
* Merge branch 'master' into arnej/rename-summaryfeatures-back-to-originalArne H Juul2022-02-172-130/+93
|\
| * Extend feature flags expiry dateHarald Musum2022-02-161-2/+2
| |
| * Merge pull request #21216 from ↵Arnstein Ressem2022-02-161-7/+0
| |\ | | | | | | | | | | | | vespa-engine/hmusum/stop-using-CHECK_CONFIG_CONVERGENCE_BEFORE_RESTARTING Remove CHECK_CONFIG_CONVERGENCE_BEFORE_RESTARTING
| | * Remove CHECK_CONFIG_CONVERGENCE_BEFORE_RESTARTINGHarald Musum2022-02-161-7/+0
| | |
| * | Reduce default resource limit for disk from 80% to 75%.Geir Storli2022-02-141-3/+3
| |/ | | | | | | | | | | | | | | 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.