summaryrefslogtreecommitdiffstats
path: root/config-model-api/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* SimplifyHarald Musum2024-01-051-12/+2
| | | | Constructor with optional onnxmodeloptions is not used anymore
* Revert "Revert "Jonmv/refactor validation" MERGEOK"Jon Marius Venstad2024-01-052-9/+27
|
* Revert "Jonmv/refactor validation"Henning Baldersheim2024-01-042-27/+9
|
* Merge pull request #29797 from vespa-engine/jonmv/refactor-validationJon Bratseth2024-01-042-9/+27
|\ | | | | Jonmv/refactor validation
| * Refactor validation to report most errors at oncejonmv2024-01-042-9/+27
| |
* | Supply cluster id to OnnxModelCostHarald Musum2024-01-031-2/+7
| |
* | GC unused methodsHarald Musum2024-01-031-8/+0
|/
* GC unused api for old feature flagsHenning Baldersheim2024-01-031-2/+0
|
* Merge branch 'master' into jonmv/reapply-keep-config-changes-in-devJon Marius Venstad2024-01-021-5/+19
|\
| * Make unused methods default implementations and simplifyHarald Musum2024-01-021-4/+6
| | | | | | | | (cannot remove until methods are not used by old models anymore)
| * Add ModelInfo constructor with non-optional OnnxModelOptionsHarald Musum2024-01-021-1/+13
| |
* | Revert "Merge pull request #29730 from ↵jonmv2024-01-021-1/+8
|/ | | | | | | vespa-engine/revert-29692-jonmv/keep-config-change-actions-in-dev" This reverts commit ef3db955e75e6df68a2a358feb5b95e44979377f, reversing changes made to d73a4b8daaffd30c78d3894a73e5b2eb79af06af.
* Revert "Jonmv/keep config change actions in dev"Harald Musum2023-12-211-8/+1
|
* Update remove after version.Henning Baldersheim2023-12-211-4/+4
|
* GC complete feature flags.Henning Baldersheim2023-12-211-3/+3
|
* Store onnx model info after deciding if we need to restart on deployHarald Musum2023-12-191-0/+2
| | | | Need to store (in ZK) so that info is available on all config servers
* Estimate => CostHenning Baldersheim2023-12-191-1/+1
|
* Wire in sort-blueprints-by-estimate feature flagHenning Baldersheim2023-12-191-0/+1
|
* Move dev-validation-override to validator, and keep all failures and changesjonmv2023-12-181-1/+8
|
* 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-082-1/+11
| | | | | 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
|
* Merge pull request #29388 from ↵Harald Musum2023-11-212-0/+54
|\ | | | | | | | | vespa-engine/hmusum/register-with-onnx-model-options Register model with onnx model options
| * Register model with onnx model optionsHarald Musum2023-11-202-0/+54
| |
* | 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
|
* GC unused methodHarald Musum2023-11-151-7/+0
|
* 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
|
* Merge pull request #29173 from vespa-engine/hmusum/minor-cleanupØyvind Grønnesby2023-11-021-9/+4
|\ | | | | Minor cleanup
| * Minor cleanupHarald Musum2023-10-311-9/+4
| |
* | Remove and mark for removal outdated model flagsjonmv2023-11-011-5/+1
|/
* Update copyrights.Tor Egge2023-10-311-1/+1
|
* Merge pull request #28903 from ↵Jon Marius Venstad2023-10-281-1/+1
|\ | | | | | | | | vespa-engine/jonmv/reconfigurable-dispatcher-cleanup Always use reconfigurable dispatcher
| * Always use reconfigurable dispatcherjonmv2023-10-121-1/+1
| |
* | Add default implementation to interfaceHarald Musum2023-10-261-2/+5
| |
* | Supply application id to OnnxModelCost.newCalculatorHarald Musum2023-10-251-7/+11
| |
* | Remove unused, deprecated APIHarald Musum2023-10-231-6/+0
| |