aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Ignore num-distributor-stripes flag and always tune when node resource is ↵Geir Storli2021-09-212-30/+18
| | | | available.
* Merge pull request #19207 from ↵Harald Musum2021-09-215-90/+17
|\ | | | | | | | | vespa-engine/hmusum/cleanup-throwIfResourceLimitsSpecified Remove code for only logging when using resource-limits in hosted
| * Remove code for only logging when using resource-limits in hostedHarald Musum2021-09-205-90/+17
| | | | | | | | | | | | No apps are using this now, so we will always throw exception if 'resource-limits' is used in services.xml in hosted. Prepare for removing feature flag.
* | Allow breaking inheritance as long as it is not fully enforced.Henning Baldersheim2021-09-201-1/+6
|/
* Merge pull request #19198 from vespa-engine/bratseth/il-encodeJon Bratseth2021-09-193-10/+13
|\ | | | | Bratseth/il encode
| * Add 'encode' expressionJon Bratseth2021-09-193-10/+13
| |
* | Process rank-profiles in dependency order.Henning Baldersheim2021-09-171-8/+35
| |
* | Merge pull request #19187 from ↵Henning Baldersheim2021-09-174-4/+107
|\ \ | |/ |/| | | | | vespa-engine/geirst/validate-paged-attribute-setting Validates the 'paged' attribute setting and throws if specified on un…
| * Validates the 'paged' attribute setting and throws if specified on ↵Geir Storli2021-09-174-4/+107
| | | | | | | | | | | | unsupported types. It is only supported for dense tensor types.
* | Provide a (non-working) encoder by defaultJon Bratseth2021-09-172-2/+2
|/
* Merge pull request #19174 from vespa-engine/geirst/remove-resource-usage-metricsJon Bratseth2021-09-161-2/+0
|\ | | | | Remove metrics that are replaced by resource_usage.address_space.
| * Remove metrics that are replaced by resource_usage.address_space.Geir Storli2021-09-161-2/+0
| |
* | Make LargeRankExpressions thread safe.Henning Baldersheim2021-09-161-14/+9
|/
* Flip to always use the new distributor stripe code path.Geir Storli2021-09-161-0/+2
| | | | If the number of stripes is not configured, we tune it based on the sampled number of CPU cores.
* Add access log for metrics-proxyHenning Baldersheim2021-09-151-0/+5
|
* GC unused flag and methodsHarald Musum2021-09-152-17/+3
| | | | | largeRankExpressionLimit() can be used to control use of external rank expressions if needed
* Use a single cached object to make logic simpler and only update on object.Henning Baldersheim2021-09-142-16/+23
|
* Cache list that is potentially hard to compute.Henning Baldersheim2021-09-141-5/+14
|
* Only create new node if necessary.Henning Baldersheim2021-09-141-2/+3
|
* Expose ownership of RankingConstants so thread safety is explicit.Henning Baldersheim2021-09-1412-49/+47
|
* Only write if needed.Henning Baldersheim2021-09-141-2/+4
|
* Make the LargeConstants usable concurrently from many threadsHenning Baldersheim2021-09-145-21/+28
|
* Merge pull request #19085 from vespa-engine/add-node-to-SystemInfo_take2Jon Bratseth2021-09-131-4/+5
|\ | | | | Add node to system info take2
| * Add Node to SystemInfogjoranv2021-09-131-4/+5
| |
* | Revert "Revert "Balder/wire executor to ml model importing""Henning Baldersheim2021-09-123-17/+37
| |
* | Revert "Balder/wire executor to ml model importing"Arne H Juul2021-09-103-37/+17
| |
* | Merge pull request #19078 from ↵Harald Musum2021-09-103-17/+37
|\ \ | |/ |/| | | | | vespa-engine/balder/wire-executor-to-ml-model-importing Balder/wire executor to ml model importing
| * Also wire in executor to global rank profile generation.Henning Baldersheim2021-09-091-13/+29
| |
| * Wire in and use an executor for ml model importing too.Henning Baldersheim2021-09-092-4/+8
| |
* | Move SystemInfoProvider from cluster to containergjoranv2021-09-092-1/+1
|/ | | | .. to allow node specific config.
* Wire in the executor up to TenantRepositoryHenning Baldersheim2021-09-092-0/+7
|
* Merge pull request #19047 from ↵Jon Bratseth2021-09-093-1/+56
|\ | | | | | | | | vespa-engine/lesters/avoid-stack-overflow-inline-functions Avoid stack overflow for function inlining case
| * Avoid stack overflow for function inlining caseLester Solbakken2021-09-093-1/+56
| |
* | Merge pull request #19039 from vespa-engine/olaa/add-vespa-cloud-consumerØyvind Grønnesby2021-09-094-2/+12
|\ \ | |/ |/| Add vespa-cloud metric consumer
| * Add vespa-cloud metric consumerOla Aunrønning2021-09-094-2/+12
| |
* | Merge pull request #19037 from ↵Harald Musum2021-09-092-4/+3
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/distribute-large-rank-expressions-by-default Set default value for DISTRIBUTE_EXTERNAL_RANK_EXPRESSION to true
| * | Set default value for DISTRIBUTE_EXTERNAL_RANK_EXPRESSION to trueHarald Musum2021-09-092-4/+3
| |/
* / Write blobs (large rank expression files) for model evaluator testerLester Solbakken2021-09-093-11/+330
|/
* Log as application warningHenning Baldersheim2021-09-081-1/+1
|
* Allow inheriting any rankprofile until enforcing is enabled explicit.Henning Baldersheim2021-09-085-9/+40
|
* GC dry-run-onnx-on-setup flagHenning Baldersheim2021-09-083-22/+10
|
* If you seemingly inherit yourself, just assume that you try to inherit the ↵Henning Baldersheim2021-09-075-120/+162
| | | | same named rankprofile in the base document type.
* Merge branch 'balder/only-allow-legal-inheritance' of github.com:yahoo/vespa ↵Henning Baldersheim2021-09-078-31/+46
|\ | | | | | | into balder/only-allow-legal-inheritance
| * Merge branch 'master' into balder/only-allow-legal-inheritanceHenning Baldersheim2021-09-078-31/+46
| |\
| | * Merge pull request #18999 from vespa-engine/arnej/add-slobrok-feature-flagHenning Baldersheim2021-09-075-24/+32
| | |\ | | | | | | | | Arnej/add slobrok feature flag
| | | * expand tabsArne H Juul2021-09-071-5/+5
| | | |
| | | * rewire to set slobrok "-N" option from feature flagArne H Juul2021-09-075-24/+32
| | | |
| | * | Merge pull request #19000 from ↵Geir Storli2021-09-072-7/+12
| | |\ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/num-distributor-stripes-safeguard Add safeguards for num distributor stripes being set to -1.
| | | * | Add safeguards for num distributor stripes being set to -1.Geir Storli2021-09-072-7/+12
| | | |/
| | * | Merge pull request #19001 from ↵Tor Brede Vekterli2021-09-071-0/+2
| | |\ \ | | | |/ | | |/| | | | | | | | | vespa-engine/vekterli/additional-merge-throttler-metrics Add metrics for chained merge failures (total and node busy)