summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* encode -> embedJon Bratseth2021-09-284-13/+13
|
* Export new bucket replica maintenance metricsTor Brede Vekterli2021-09-281-0/+4
|
* Use List instead of Set for deterministic order in config.gjoranv2021-09-281-1/+2
|
* Merge pull request #19277 from ↵gjoranv2021-09-2715-134/+153
|\ | | | | | | | | vespa-engine/revert-19276-revert-19096-install-common-bundles-via-config-model Reapply "Install common bundles via config model"
| * Revert "Revert "Install common bundles via config model [run-systemtest]" ↵gjoranv2021-09-2415-134/+153
| | | | | | | | MERGEOK"
* | Merge pull request #19280 from vespa-engine/bratseth/cleanup-876Harald Musum2021-09-276-13/+17
|\ \ | | | | | | No functional changes
| * | No functional changesJon Bratseth2021-09-246-13/+17
| | |
* | | GC fully deployed featuer flag enforce-rank-profile-inheritanceHenning Baldersheim2021-09-274-37/+4
| | |
* | | Add featureflag control of container shutdown.Henning Baldersheim2021-09-253-21/+50
| |/ |/|
* | Revert "Install common bundles via config model [run-systemtest]"Henning Baldersheim2021-09-2415-153/+134
| |
* | Install common Vespa bundles via config-model instead of disc pomgjoranv2021-09-232-78/+102
| |
* | Make unit tests robust agains changes in platform bundles.gjoranv2021-09-232-7/+3
| |
* | Rearrange methods, no functional changes.gjoranv2021-09-221-5/+4
| |
* | Move PlatformBundles class out of 'xml' package.gjoranv2021-09-2211-9/+9
|/
* Improve error message on missing fileJon Bratseth2021-09-211-6/+6
|
* 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
| |