summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #14739 from vespa-engine/bjorncs/jdisc-access-loggingBjørn Christian Seime2020-10-099-18/+31
|\ \ \ | |/ / |/| | Don't use request headers for remote address/port in hosted Vespa
| * | Don't use request headers for remote address/port in hosted VespaBjørn Christian Seime2020-10-069-18/+31
| |/ | | | | | | Control which headers are used for remote address/port in access log through config model.
* | Merge pull request #14781 from vespa-engine/bjorncs/adaptable-default-threadpoolBjørn Christian Seime2020-10-0812-86/+158
|\ \ | | | | | | Bjorncs/adaptable default threadpool
| * | Use highest vcpu in case cluster is heterogenousBjørn Christian Seime2020-10-084-14/+9
| | |
| * | Add worker queue for default threadpool in non-application clustersBjørn Christian Seime2020-10-082-2/+2
| | |
| * | Scale size of default threadpool on node resourcesBjørn Christian Seime2020-10-087-38/+107
| | |
| * | Move HostProvisionerWithCustomRealResource to separate classBjørn Christian Seime2020-10-082-33/+41
| | |
| * | Increase minimum search handler threadpool size from 2 to 16Bjørn Christian Seime2020-10-081-1/+1
| |/
* | Only restart on memory changeJon Bratseth2020-10-082-7/+12
| |
* | Emit restart actions on node resource changeJon Bratseth2020-10-0811-27/+218
|/ | | | | The actions should track what changes will actually cause restarts such that we can reason about the consequences of restarts based on them.
* Merge pull request #14630 from vespa-engine/ogronnesby/quota-decimalØyvind Grønnesby2020-10-013-7/+8
|\ | | | | Use BigDecimal for budget inside the Quota
| * Don't use optional in with* methodsØyvind Grønnesby2020-09-301-2/+1
| | | | | | | | Also added a serialisation/deserialiasation test for quota
| * Merge remote-tracking branch 'origin/master' into ogronnesby/quota-decimalØyvind Grønnesby2020-09-305-120/+19
| |\
| * | Use BigDecimal for budget inside the QuotaØyvind Grønnesby2020-09-303-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - To allow budgets below $1/hour we change the internal representation of budget to a decimal number. Some interfaces that assume integers are kept to keep the API stable. - Created a nicer method .unlimited() instead of .empt() to better show semantics. - Added some serialisation tests to make sure we support integers and decimals.
* | | Merge pull request #14648 from vespa-engine/bratseth/non-functional-changesJon Bratseth2020-09-3011-269/+21
|\ \ \ | | | | | | | | Non-functional changes only
| * | | Remove stacktrace printJon Bratseth2020-09-301-1/+0
| | | |
| * | | Non-functional changes onlyJon Bratseth2020-09-3012-269/+22
| |/ /
* | | Merge pull request #14629 from ↵Jon Bratseth2020-09-304-8/+13
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/bratseth/autoscaling-consumer-by-default Add the austoscaling consumer by default
| * | Add the austoscaling consumer by defaultJon Bratseth2020-09-304-8/+13
| |/
* | Merge pull request #14613 from vespa-engine/bratseth/rank-profile-modelJon Bratseth2020-09-293-118/+12
|\ \ | | | | | | Support 'model' instead of 'rank-profile'
| * | Remove unused fileJon Bratseth2020-09-291-100/+0
| | |
| * | Support 'model' instead of 'rank-profile'Jon Bratseth2020-09-293-21/+15
| |/
* / Revert "Merge pull request #14609 from ↵Jon Bratseth2020-09-292-2/+7
|/ | | | | | | vespa-engine/revert-14607-bratseth/adjust-prices-take-2" This reverts commit 18d75b80db966861d1c4b9a178fed5fef1bca56b, reversing changes made to 09bf1d5f22a7ae98191c94e9be591994b5125557.
* Revert "Bratseth/adjust prices take 2"Harald Musum2020-09-292-7/+2
|
* Merge pull request #14607 from vespa-engine/bratseth/adjust-prices-take-2Kristian Aune2020-09-292-2/+7
|\ | | | | Bratseth/adjust prices take 2
| * Don't require specific prices hereJon Bratseth2020-09-292-2/+7
| |
* | Merge branch 'master' into bratseth/autoscaling-reconfiguration-eventsJon Bratseth2020-09-2815-41/+193
|\|
| * Merge pull request #14598 from vespa-engine/freva/internal-restartValerij Fredriksen2020-09-283-12/+41
| |\ | | | | | | Do not restart on internal redeploy if only action is from restartOnDeploy
| | * Support ignoring actions for internal redeployValerij Fredriksen2020-09-283-12/+41
| | |
| * | Merge pull request #14547 from ↵gjoranv2020-09-281-0/+1
| |\ \ | | |/ | |/| | | | | | | vespa-engine/yngveaasheim/report-feeding-blocked.max-metric-value-1 Report feeding_blocked.max metric value
| | * Report feeding_blocked.max metric valueYngve Aasheim2020-09-251-0/+1
| | |
| * | Merge pull request #14558 from ↵Bjørn Christian Seime2020-09-252-8/+16
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/bjorncs/feature-flag-new-restapi-handler Add feature flag to enable new restapi handler
| | * | Add feature flag to enable new restapi handlerBjørn Christian Seime2020-09-252-8/+16
| | | |
| * | | Refer to correct class i config modelJon Marius Venstad2020-09-251-1/+1
| |/ /
| * / Remove topleveldispatch remnantsHarald Musum2020-09-252-2/+1
| |/
| * use US localekkraune2020-09-241-1/+2
| |
| * Remove the use of optional in stream expression (#14501)Øyvind Grønnesby2020-09-232-8/+11
| | | | | | | | No longer use optional in validator by providing a identity value for .reduce(). Also put throw + message in separate method.
| * Add feature flag control over fsync and compression type in the backend TLS.Henning Baldersheim2020-09-224-4/+71
| |
| * Control visibility-delay with feature flag.Henning Baldersheim2020-09-223-6/+37
| |
| * Add metrics for the threadpool's work queueBjørn Christian Seime2020-09-221-1/+13
| |
| * Add injectable document access to ApplicationContainerCluster insteadJon Marius Venstad2020-09-222-1/+1
| |
| * Revert "Revert "Jonmv/async document v1""Jon Marius Venstad2020-09-211-0/+1
| | | | | | | | This reverts commit 7b03effca945dea607ed7a3c3debebda303992ab.
* | No functional changesJon Bratseth2020-09-254-7/+14
|/
* Make ContainerThreadPool an interfaceBjørn Christian Seime2020-09-211-1/+2
|
* Revert "Jonmv/async document v1"Arnstein Ressem2020-09-211-1/+0
|
* Provide a MessageBugDocumentAccess lazily, in containersJon Marius Venstad2020-09-211-0/+1
|
* Emit the application config generation as a metricJon Bratseth2020-09-201-1/+1
|
* Merge pull request #14450 from vespa-engine/lesters/explicit-onnx-configJon Bratseth2020-09-2012-77/+329
|\ | | | | Add explicit config for onnx models
| * Add explicit config for onnx modelsLester Solbakken2020-09-1812-77/+329
| |
* | Merge pull request #14447 from vespa-engine/bratseth/autoscaling-metric-setValerij Fredriksen2020-09-1818-133/+116
|\ \ | |/ |/| Bratseth/autoscaling metric set