summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Update ↵Jon Marius Venstad2020-10-161-1/+1
| | | | config-model/src/main/java/com/yahoo/vespa/model/clients/ContainerDocumentApi.java
* Update ↵Jon Marius Venstad2020-10-161-1/+1
| | | | config-model/src/main/java/com/yahoo/vespa/model/clients/ContainerDocumentApi.java
* Temporarily setup old restapi handler w/o binding if new handler is enabledBjørn Christian Seime2020-10-161-10/+16
|
* Use correct client auth valueMorten Tokle2020-10-161-7/+6
|
* Merge pull request #14909 from ↵Harald Musum2020-10-163-2/+27
|\ | | | | | | | | vespa-engine/hmusum/support-exclusive-node-attribute-for-content-clusters Support 'exclusive' node attribute for content clusters
| * Support 'exclusive' node attribute for content clustersHarald Musum2020-10-163-2/+27
| |
* | Reduce minimum threadpool size to 8Bjørn Christian Seime2020-10-152-2/+2
|/
* Add feature flag to use fast value tensor implementation on all content nodes.Geir Storli2020-10-145-9/+49
|
* Set up need_auth for connector when access_control configuredMorten Tokle2020-10-144-11/+70
|
* Read client authentication attribute from access control elementMorten Tokle2020-10-145-1/+46
|
* Add test-and-set persistence-level failure metrics to VespaMetricSetTor Brede Vekterli2020-10-131-0/+3
|
* Merge pull request #14809 from ↵Valerij Fredriksen2020-10-1219-57/+106
|\ | | | | | | | | vespa-engine/bratseth/defer-config-changes-until-restart Defer changes until restart
| * Defer changes until restartJon Bratseth2020-10-1219-57/+106
| | | | | | | | | | | | | | | | | | In container clusters, if it is determined that a restart is required to swicth to a new config generation, mark that config as applicable only after a restart. This avoids wasting resources on a config change just before a restart, and the potential of prematurely applying config changes which depend on other changes which are not effective before a restart has been done.
* | Merge pull request #14799 from vespa-engine/ogronnesby/do-not-assume-provisionedØyvind Grønnesby2020-10-121-7/+11
|\ \ | |/ |/| Do not make assumptions on presence of provisioned
| * Do not make assumptions on presence of provisionedØyvind Grønnesby2020-10-091-7/+11
| | | | | | | | | | | | - Do not assume all clusters are in provisioned object - Do not assume all clusters in provisioned object have a capacity object
* | Merge pull request #14787 from vespa-engine/bjorncs/jetty-threadpool-metricsHenning Baldersheim2020-10-091-0/+7
|\ \ | | | | | | Bjorncs/jetty threadpool metrics
| * | Reduce set of exported metricsBjørn Christian Seime2020-10-091-10/+5
| | |
| * | Add metrics for Jetty's threadpoolBjørn Christian Seime2020-10-081-0/+12
| | |
* | | Merge pull request #14801 from ↵Valerij Fredriksen2020-10-0936-372/+476
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/bratseth/signal-defer-config-application-until-restart Signal deference of config change application until restart
| * | Filter out actions without clusterJon Bratseth2020-10-091-0/+1
| | |
| * | Signal deference of config change application until restartJon Bratseth2020-10-0936-372/+475
| | | | | | | | | | | | | | | | | | When a restart needs to be done, processes should not apply new config until restarted. This signals to clusters in the config model when this obtains, but this is a no-op for now.
* | | 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
| | |