summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16612 from vespa-engine/bratseth/non-functional-changes-37Harald Musum2021-02-2118-31/+58
|\ | | | | Non-functional changes only
| * Non-functional changes onlyJon Bratseth2021-02-2118-31/+58
| |
* | Let admin be the parent of shared clsuter controllersJon Marius Venstad2021-02-192-4/+4
| |
* | Implement isQuiescent by probing for M for all content servicesJon Marius Venstad2021-02-191-1/+1
| |
* | Test models with dedicated cluster controllersJon Marius Venstad2021-02-195-35/+283
| |
* | Remove unused testsJon Marius Venstad2021-02-192-104/+3
| |
* | Rename, put CCC resources in field, add test model CCC switchJon Marius Venstad2021-02-193-12/+15
| |
* | Change default test flavour to fit cluster controllersJon Marius Venstad2021-02-195-75/+75
| |
* | Provision dedicated CC cluster when this is asked forJon Marius Venstad2021-02-194-14/+79
| |
* | Non-functional changesJon Marius Venstad2021-02-192-3/+3
| |
* | Add feature flag for group replica activation inhibitionTor Brede Vekterli2021-02-193-2/+31
| | | | | | | | Default is 0, i.e. inhibition feature is disabled.
* | Merge pull request #16581 from vespa-engine/mortent/filtersetup-hosts-nonemptyBjørn Christian Seime2021-02-192-10/+55
|\ \ | | | | | | Configure filter correctly when no endpoints given
| * | Configure filter correctly when no endpoints givenMorten Tokle2021-02-192-10/+55
| |/
* | Merge pull request #16565 from vespa-engine/gjoranv/merge-processing-into-coregjoranv2021-02-191-6/+0
|\ \ | |/ |/| Gjoranv/merge processing into core
| * Remove dependencies (and exclusions) to the 'processing' module.gjoranv2021-02-171-6/+0
| | | | | | | | - All relevant modules already depended on container-core.
* | Set up parameter validation handler based on feature flag valueOla Aunrønning2021-02-181-1/+1
| |
* | Set up parameter validation handler in public cdOla Aunrønning2021-02-181-0/+14
| |
* | Export new metricsBjørn Christian Seime2021-02-181-0/+3
| |
* | use constantMorten Tokle2021-02-182-3/+8
| |
* | Update configMorten Tokle2021-02-181-3/+6
| |
* | Config for blocking feed to global endpointsMorten Tokle2021-02-172-0/+67
|/
* Remove dependencies to the chain module.gjoranv2021-02-161-6/+0
| | | | - Both modules already depended on 'processing'.
* Check quota against actually used resourcesJon Bratseth2021-02-161-5/+6
| | | | Also, filter out admin clusters as those are created by us.
* Merge pull request #16533 from vespa-engine/bratseth/generalize-nodes-messagerJon Bratseth2021-02-162-4/+34
|\ | | | | Generalize error message and make tests more realistic
| * Generalize error message and make tests more realisticJon Bratseth2021-02-162-4/+34
| |
* | Merge pull request #16518 from ↵Henning Baldersheim2021-02-153-41/+35
|\ \ | |/ |/| | | | | vespa-engine/geirst/reserve-memory-for-content-node-processes-in-hwinfo-memory Reserve memory for other processes on the content node the proper way…
| * Reserve memory for other processes on the content node the proper way by ↵Geir Storli2021-02-153-41/+35
| | | | | | | | | | | | including it in hwinfo memory. This removes the need to scale the write filter limit used for memory.
* | Merge pull request #16521 from vespa-engine/bratseth/fix-linksKristian Aune2021-02-156-8/+11
|\ \ | | | | | | Fix links
| * | Fix linksJon Bratseth2021-02-156-8/+11
| | |
* | | Merge pull request #16514 from vespa-engine/bjorncs/connection-log-componentHenning Baldersheim2021-02-153-7/+2
|\ \ \ | |/ / |/| | Provide fallback ConnectionLog instance for all container types
| * | Provide fallback ConnectionLog instance for all container typesBjørn Christian Seime2021-02-153-7/+2
| |/ | | | | | | | | The ConnectionLog component was previously missing for non-application container clusters (e.g metrics-proxy and cluster-controller). This caused the JettyHttpServer component to always reconstruct on new config.
* | Remove print statementJon Bratseth2021-02-151-1/+0
| |
* | Non-functional changesJon Bratseth2021-02-1511-29/+32
| |
* | Control max pending move operations by feature flag.Henning Baldersheim2021-02-143-0/+26
| |
* | Control use of bucket executor for bucket move job.Henning Baldersheim2021-02-143-1/+27
|/
* Remove old YCA related configBjørn Christian Seime2021-02-112-19/+0
|
* Merge pull request #16281 from ↵Henning Baldersheim2021-02-111-9/+9
|\ | | | | | | | | vespa-engine/balder/metricsproxy-and-clustercontroller-only-need-a-handfull-of-threads We only new a handfull of threads for the httpserver in the clusterco…
| * We only new a handfull of threads for the httpserver in the ↵Henning Baldersheim2021-01-281-9/+9
| | | | | | | | clustercontroller and metricsproxy.
* | Merge pull request #16465 from vespa-engine/hmusum/cleanup-2Jon Marius Venstad2021-02-111-3/+3
|\ \ | | | | | | Remove use of zk_port property
| * | Rename variableHarald Musum2021-02-111-2/+2
| | |
| * | zk_port property has not been used for many years and is undocumentedHarald Musum2021-02-101-2/+2
| | |
* | | Avoid duplication when generating config and add testHarald Musum2021-02-103-15/+53
| | |
* | | Use feature flag for max heap size for cluster controllerHarald Musum2021-02-102-0/+23
|/ / | | | | | | Feature flag default is 512, so no change of default value
* | Remove unused codeHarald Musum2021-02-092-136/+13
| | | | | | | | We will not use container nodes for cluster controllers anymore
* | Set dynamicReconfiguration per container in cluster container clusterHarald Musum2021-02-094-6/+14
| |
* | Merge pull request #16442 from ↵Geir Storli2021-02-097-31/+116
|\ \ | | | | | | | | | | | | vespa-engine/geirst/improve-deriving-of-resource-limits Improve deriving of resource limits
| * | Subtract one percent when deriving cluster controller resource limits from ↵Geir Storli2021-02-083-8/+13
| | | | | | | | | | | | content node limits.
| * | When feed block in distributor is enabled derive content node resource ↵Geir Storli2021-02-087-23/+103
| | | | | | | | | | | | limits from default (0.8) cluster controller limits.
* | | Merge pull request #16441 from ↵Morten Tokle2021-02-0916-66/+50
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/bjorncs/remove-access-log-feature-flags Remove access log feature flags
| * | | Remove access log feature flagsBjørn Christian Seime2021-02-0816-66/+50
| |/ /