aboutsummaryrefslogtreecommitdiffstats
path: root/config-model-api/src/main/java/com/yahoo/config/model/api/ModelContext.java
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to launch an Athenz service in publicjonmv14 days1-0/+2
|
* Control content logging through feature flagBjørn Christian Seime2024-06-051-0/+2
|
* Add feature flag for enforcing strictly increasing cluster state versionsTor Brede Vekterli2024-06-031-0/+1
| | | | | | Applies to `stor-server` config for both distributors and storage nodes. Defaults to `false` for now.
* Stop using feature flag for jvmOmitStackTraceInFastThrowOptionHarald Musum2024-05-301-1/+1
| | | | | Startup scripts now all set -XX:-OmitStackTraceInFastThrow and no need for a feature flag to control this
* Add feature flag for Put/Activate replica selection symmetryTor Brede Vekterli2024-05-231-0/+1
| | | | Defaults to false, i.e. legacy replica selection behavior.
* Remove flags dependency from config-modelHåkon Hallingstad2024-05-181-0/+5
|
* Otel on logserver WIPOla Aunronning2024-04-121-0/+1
|
* Add feature flag for controlling max feed operation batch sizeTor Brede Vekterli2024-04-121-0/+1
| | | | Currently defaults to 1, which disables batching.
* GC unused methodHarald Musum2024-02-211-1/+0
|
* GC dead codeHarald Musum2024-02-081-4/+0
|
* Cleanup use of restartOnDeployWhenOnnxModelChangesHarald Musum2024-02-061-1/+1
| | | | Should always be true, simplify
* GC control of use-per-document-delete and max-merge-memory from config ↵Henning Baldersheim2024-01-231-2/+2
| | | | production side in java.
* Clean upjonmv2024-01-161-1/+1
|
* GC timed out apiHenning Baldersheim2024-01-161-3/+0
|
* Add back method to APIHarald Musum2024-01-151-0/+1
| | | | Cannot remove a method when it's still in use
* Merge pull request #29910 from vespa-engine/bjorncs/cleanupHarald Musum2024-01-151-1/+1
|\ | | | | Prepare removal of feature flag 'dynamic-heap-size'
| * Revert back to previous expiryBjørn Christian Seime2024-01-151-1/+1
| |
| * Prepare removal of feature flag 'dynamic-heap-size'Bjørn Christian Seime2024-01-151-1/+1
| |
* | Revert "Move cluster restarting -> defer config inside model"Jon Marius Venstad2024-01-151-1/+0
|/
* Move cluster restarting -> defer config inside modeljonmv2024-01-151-0/+1
|
* Always delay config until after restart when loading models, for restarting ↵jonmv2024-01-121-1/+1
| | | | clusters
* GC unused api for old feature flagsHenning Baldersheim2024-01-031-2/+0
|
* Update remove after version.Henning Baldersheim2023-12-211-4/+4
|
* GC complete feature flags.Henning Baldersheim2023-12-211-3/+3
|
* Estimate => CostHenning Baldersheim2023-12-191-1/+1
|
* Wire in sort-blueprints-by-estimate feature flagHenning Baldersheim2023-12-191-0/+1
|
* Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-121-0/+1
|
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-081-0/+1
| | | | | Validates changes and creates a restart action if needed and makes sure configs for cluster are marked as restartOnDeploy
* Add use-estimate-for-fetch-postings feature flagHenning Baldersheim2023-12-061-0/+1
|
* Control creation of temporary postinglist for non strict iterators with ↵Henning Baldersheim2023-12-041-0/+1
| | | | feature flag.
* global phase have feature has been completed. No need for config control.Henning Baldersheim2023-11-211-3/+1
|
* Remove unused adminClusterArchitectureHarald Musum2023-11-201-1/+0
|
* GC no longer used useReconfigurableDispatcherHenning Baldersheim2023-11-201-1/+0
|
* GC unused flagHenning Baldersheim2023-11-201-1/+1
|
* Control always-mark-phrase-expensive with feature flag.Henning Baldersheim2023-11-191-0/+1
|
* Add feature flag for controlling throttling-behavior of DeleteBucket operationsTor Brede Vekterli2023-11-131-0/+1
|
* Add feature flag for controlling memory limits for merge operationsTor Brede Vekterli2023-11-031-0/+1
|
* Remove and mark for removal outdated model flagsjonmv2023-11-011-5/+1
|
* Always use reconfigurable dispatcherjonmv2023-10-121-1/+1
|
* Warn by default when unknown config definitions are usedHarald Musum2023-10-121-1/+1
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Add feature flag to override search handler threadpool sizeBjørn Christian Seime2023-10-041-0/+1
|
* Inject `OnnxModelCost` implementation from component graphBjørn Christian Seime2023-09-261-0/+1
|
* Add feature flag to control how we handle user config for unknown config ↵Harald Musum2023-09-251-0/+1
| | | | definitions
* Add feature flag to enable new JVM heap size calculationBjørn Christian Seime2023-09-221-0/+1
|
* Remove obsolete flagMorten Tokle2023-09-131-1/+1
|
* Add feature flag for new content layer metadata featuresTor Brede Vekterli2023-09-121-0/+1
| | | | | | | | | | | | | Exposed as an integer rather than a bool to account for future additions without needing to add more feature flags to the mix. In particular this is because those additions are expected to require the other additions to be present, so it's not a mix and match situation. Only values 0 (legacy) and 1 (operation cancellation) map to any underlying configs at this time, though any higher number will transparently enable cancellation. Value 2 is documented based on its intended future semantics.
* Change default valueHarald Musum2023-08-281-1/+1
|
* Revert "Revert "remove restricted dpbindings""Morten Tokle2023-08-231-1/+1
|
* Revert "remove restricted dpbindings"Harald Musum2023-08-211-1/+1
|