aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into hakonhall/remove-use-bucket-space-metric-feature-flagHåkon Hallingstad2020-04-204-2/+22
|\
| * Make SearchCluster.TopKEstimator a top level class.Henning Baldersheim2020-04-151-4/+6
| |
| * Introduce top-k-probability and use it to fetch correct proper amount of ↵Henning Baldersheim2020-04-151-0/+7
| | | | | | | | hits from each partition
| * Add feature flag to enable Nginx upstream proxy protocolBjørn Christian Seime2020-03-271-0/+3
| |
| * make HNSW distance metric configurableArne Juul2020-03-231-0/+1
| |
| * Add JIT warmup of lz4.Henning Baldersheim2020-03-061-0/+3
| |
| * Merge pull request #12232 from ↵Geir Storli2020-02-181-0/+5
| |\ | | | | | | | | | | | | vespa-engine/geirst/config-for-hnsw-index-on-tensor-attribute Add support for specifying a hnsw index together with a 1-dimensional…
| | * Add support for specifying a hnsw index together with a 1-dimensional ↵Geir Storli2020-02-171-0/+5
| | | | | | | | | | | | indexed tensor.
| * | Merge pull request #12189 from ↵Bjørn Christian Seime2020-02-171-1/+0
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/bjorncs/remove-use-4443-upstream-flag Remove 'use-4443-upstream' flag
| | * | Remove 'use-4443-upstream' flagBjørn Christian Seime2020-02-141-1/+0
| | |/
| * / Default number of threads should be a multiple of number of stripes, which ↵Henning Baldersheim2020-02-141-1/+1
| |/ | | | | | | is now 4
* / Remove use-bucket-space-metric feature flagHåkon Hallingstad2020-01-261-6/+1
|/ | | | | | | | | | The flag controlled config read by the Cluster Controller. Therefore, I have left the ModelContextImpl.Properties method and implementation (now always returning true), but the model has stopped using that method internally, and the config is no longer used in the CC. The field in the fleetcontroller.def is left unchanged and documented as deprecated.
* Merge pull request #11835 from ↵Håkon Hallingstad2020-01-201-0/+8
|\ | | | | | | | | vespa-engine/hakonhall/use-bucketspace-metric-in-retirement Use bucket_space metric in retirement
| * Use bucket_space metric in retirementHåkon Hallingstad2020-01-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | This makes the Cluster Controller use the vds.datastored.bucket_space.buckets_total, dimension bucketSpace=default, to determine whether a content node manages zero buckets, and if so, will allow the node to go permanently down. This is used when a node is retiring, and it is to be removed from the application. The change is guarded by the use-bucket-space-metric, default true. If the new metric doesn't work as expected, we can revert to using the current/old metric by flipping the flag. The flag can be controlled per application.
* | Introduce feature flag and LB config to use port 4443 upstreamBjørn Christian Seime2020-01-151-0/+1
|/
* COnfigure secure client portHarald Musum2019-12-121-0/+1
|
* Write zookeeper tls client server communication configHarald Musum2019-11-281-0/+1
|
* Revert "Change default value for TLS ZK quorum communication to ↵Harald Musum2019-11-271-1/+1
| | | | PORT_UNIFICATION"
* Change default value for TLS ZK quotum comuunication to PORT_UNIFICATIONHarald Musum2019-11-261-1/+1
|
* Deprecate useLocalNodeJon Bratseth2019-11-201-1/+1
| | | | | | The container will figure this out on its own, and turning this on will make it impossible to query this cluster from another node.
* Remove RoutingProducer and routing config definitionHarald Musum2019-11-202-11/+0
| | | | Not in use anymore (was used by YCAFilter, which has been removed)
* Write more TLS config and a key store to be used by ZooKeeper serverHarald Musum2019-11-181-0/+1
|
* Write TLS config to zookeeper config file based on Vespa configHarald Musum2019-11-141-4/+3
|
* Revert "Revert "Reapply #11146 Validate register and refresh""Morten Tokle2019-11-121-0/+3
|
* Revert "Reapply #11146 Validate register and refresh"Morten Tokle2019-11-121-3/+0
|
* Reapply #11146 Validate register and refreshMorten Tokle2019-11-111-0/+3
|
* Revert "Reapply "Validate register and refresh""Morten Tokle2019-10-311-3/+0
|
* Add tenantService configMorten Tokle2019-10-311-0/+3
|
* GC no longer used ports.Henning Baldersheim2019-10-241-4/+0
|
* Remove unused config fieldHarald Musum2019-10-111-6/+0
|
* Remove unused feature flagsBjørn Christian Seime2019-10-101-3/+0
|
* Merge pull request #10848 from vespa-engine/bjorncs/remove-feature-flagBjørn Christian Seime2019-10-031-2/+1
|\ | | | | Remove 'dynamic-upstream-connection-cache' flag
| * Add 'nginx-upstream-keepalive-multiplier' feature flagBjørn Christian Seime2019-10-021-0/+1
| |
| * Remove 'dynamic-upstream-connection-cache' flagBjørn Christian Seime2019-10-021-2/+0
| |
* | Reduce time to keep unused file referencesHarald Musum2019-10-031-1/+1
|/
* Add config for trusting empty ZooKeeper snapshotsHarald Musum2019-10-011-0/+5
| | | | Needed when upgrading from ZooKeeper 3.4 to 3.5
* Make time to keep unused file references configurableHarald Musum2019-09-301-0/+1
| | | | Reduce default time to keep unused file references to 2 days
* Revert "Reapply "upgrade to zookeeper 3.5""Harald Musum2019-09-271-5/+0
|
* Patch and make trustEmptySnapshot configurable.Harald Musum2019-09-271-0/+5
| | | | | | Need to include FileTxnSnapLog verbatim until ZooKeeper 3.5.6 is released to be able to upgrade to ZooKeeper 3.5 in cases where there is a ZooKeeper transaction log, but no snapshot
* Merge pull request #10776 from ↵Henning Baldersheim2019-09-231-0/+7
|\ | | | | | | | | vespa-engine/revert-10775-revert-10766-balder/remove-tld-from-config-model-rebased Revert "Revert "Balder/remove tld from config model rebased""
| * Revert "Revert "Balder/remove tld from config model rebased""Henning Baldersheim2019-09-231-0/+7
| |
* | Merge pull request #10774 from vespa-engine/bjorncs/feature-flag-health-checkBjørn Christian Seime2019-09-231-0/+2
|\ \ | |/ |/| Add feature flag to control port for load balancer health checks
| * Add feature flag to control port for load balancer health checksBjørn Christian Seime2019-09-231-0/+2
| |
* | Revert "Balder/remove tld from config model rebased"Harald Musum2019-09-231-7/+0
|/
* Merge pull request #10766 from ↵Henning Baldersheim2019-09-231-0/+7
|\ | | | | | | | | vespa-engine/balder/remove-tld-from-config-model-rebased Balder/remove tld from config model rebased
| * Complete test coverage for DispatchConfigHenning Baldersheim2019-09-231-0/+7
| |
* | Add feature flag for controlling upstream connection cacheBjørn Christian Seime2019-09-231-0/+2
|/
* Merge pull request #10758 from vespa-engine/balder/remove-fdispatch-flagHenning Baldersheim2019-09-231-7/+0
|\ | | | | Fdispatch is now gone - no mor eneed for this flag.
| * Clean up the dispatch protobuf flag too.Henning Baldersheim2019-09-221-7/+0
| |
* | Remove 'use-https-load-balancer-upstream' feature flagBjørn Christian Seime2019-09-201-1/+0
|/