summaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Collapse)AuthorAgeFilesLines
* GC unused methodHenning Baldersheim2024-01-031-1/+0
|
* Merge branch 'master' into jonmv/reapply-keep-config-changes-in-devJon Marius Venstad2024-01-023-15/+2
|\
| * Make unused methods default implementations and simplifyHarald Musum2024-01-022-13/+0
| | | | | | | | (cannot remove until methods are not used by old models anymore)
| * Add ModelInfo constructor with non-optional OnnxModelOptionsHarald Musum2024-01-022-2/+2
| |
* | Add unit test for change validator which throwsjonmv2024-01-021-0/+8
| |
* | Catch change exceptions, as well as keeping change actionsjonmv2024-01-021-60/+57
| |
* | Revert "Merge pull request #29730 from ↵jonmv2024-01-026-61/+117
|/ | | | | | | 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-216-117/+61
|
* GC complete feature flags.Henning Baldersheim2023-12-211-15/+0
|
* Cosmetic changes to log messageHarald Musum2023-12-201-8/+12
|
* Implement new methodHarald Musum2023-12-192-0/+4
|
* Store onnx model info after deciding if we need to restart on deployHarald Musum2023-12-191-0/+1
| | | | Need to store (in ZK) so that info is available on all config servers
* Merge pull request #29705 from ↵Henning Baldersheim2023-12-191-0/+5
|\ | | | | | | | | vespa-engine/balder/add-feature-flag-for-sorting-by-estimate Balder/add feature flag for sorting by estimate
| * Estimate => CostHenning Baldersheim2023-12-191-4/+4
| |
| * Wire in sort-blueprints-by-estimate feature flagHenning Baldersheim2023-12-191-0/+5
| |
* | Cosmetic changesHarald Musum2023-12-191-8/+13
|/
* Merge pull request #29694 from vespa-engine/jonmv/more-careful-resource-parsingJon Marius Venstad2023-12-182-10/+99
|\ | | | | More careful resource parsing
| * Simplifyjonmv2023-12-181-2/+2
| |
| * More careful resource parsingjonmv2023-12-182-10/+99
| |
* | Move dev-validation-override to validator, and keep all failures and changesjonmv2023-12-186-61/+107
| |
* | Add failing unit testjonmv2023-12-181-0/+10
|/
* Fix calculation of available memoryHarald Musum2023-12-151-1/+1
|
* Merge pull request #29652 from ↵Henning Baldersheim2023-12-141-4/+1
|\ | | | | | | | | vespa-engine/hmusum/dont-handle-optional-presence-explicitly equals() for Optional handles empty/non-empty comparison itself
| * equals() for Optional handles empty/non-empty comparison itselfHarald Musum2023-12-141-4/+1
| |
* | fallback to parseDoubleArne Juul2023-12-142-2/+2
| |
* | Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-142-3/+22
|/ | | | This reverts commit d976f82207c09b3215661e1d034ae9a42f28a63d.
* Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-132-22/+3
|
* Merge pull request #29630 from ↵Henning Baldersheim2023-12-131-0/+5
|\ | | | | | | | | vespa-engine/balder/use-thread-bundle-for-range-fetchpostings Balder/use thread bundle for range fetchpostings
| * Control the use of thread bundles for fetch postings with a feature flagHenning Baldersheim2023-12-121-0/+5
| |
* | Merge pull request #29515 from vespa-engine/arnej/parse-special-number-stringsArne H Juul2023-12-132-3/+22
|\ \ | | | | | | add parsing of special strings for inf/nan cell values
| * | allow JSON nullArne Juul2023-12-111-1/+1
| | |
| * | add parsing of special strings for inf/nan cell valuesArne Juul2023-12-112-3/+22
| | |
* | | Make finalHarald Musum2023-12-121-4/+2
| | |
* | | Avoid restarting if we have enough memory to handle Onnx model changesHarald Musum2023-12-123-12/+47
| |/ |/|
* | Make sure to set restart on deploy also when model set changesHarald Musum2023-12-121-4/+4
| |
* | Restart if the set of onnx models has changed for a container clusterHarald Musum2023-12-122-31/+79
| |
* | Consider options not being present for one of the models as wellHarald Musum2023-12-101-2/+3
| |
* | Fix comparison of optionsHarald Musum2023-12-091-2/+4
|/
* Add validator that checks if restart is needed due to Onnx model changesHarald Musum2023-12-0810-10/+254
| | | | | Validates changes and creates a restart action if needed and makes sure configs for cluster are marked as restartOnDeploy
* Detect integer fields in fieldsets.Tor Egge2023-12-073-0/+12
|
* Add use-estimate-for-fetch-postings feature flagHenning Baldersheim2023-12-061-0/+5
|
* Merge pull request #29560 from ↵Henning Baldersheim2023-12-053-18/+1
|\ | | | | | | | | vespa-engine/hmusum/cleanup-adminClusterNodeResourcesArchitecture GC adminClusterNodeResourcesArchitecture, not used in config-model
| * GC adminClusterNodeResourcesArchitecture, not used in config-modelHarald Musum2023-12-053-18/+1
| |
* | Make sure to set JVM options also when there is no nodes element in services.xmlHarald Musum2023-12-052-0/+20
|/
* Default value is true, so only need to set when it is not.Henning Baldersheim2023-12-041-1/+1
|
* Fix typoHenning Baldersheim2023-12-041-4/+4
|
* Control creation of temporary postinglist for non strict iterators with ↵Henning Baldersheim2023-12-041-0/+5
| | | | feature flag.
* Added RateLimitingSearcher to PlatformBundlesBjørn Meland2023-11-301-0/+1
|
* Limit yql in operator to string and integer fields.Tor Egge2023-11-2932-1/+301
|
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-242-2/+2
|