summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Add 'autoscaling' metric consumerJon Bratseth2020-09-184-7/+40
| |
| * Non-functional changes onlyJon Bratseth2020-09-1811-74/+48
| |
| * No functional changesJon Bratseth2020-09-182-3/+3
| |
| * No functional changesJon Bratseth2020-09-1814-109/+85
| |
* | Allow applications to override threadpool configuration in services.xmlBjørn Christian Seime2020-09-169-23/+197
| |
* | Rename class to 'ContainerThreadpool'Bjørn Christian Seime2020-09-163-9/+9
| |
* | Add TODOBjørn Christian Seime2020-09-151-0/+2
|/
* Merge pull request #14400 from vespa-engine/vekterli/direct-storageapi-rpc-wipGeir Storli2020-09-153-0/+38
|\ | | | | Initial direct StorageAPI RPC functionality
| * Add feature flag to use direct RPC for Storage API communication between ↵Geir Storli2020-09-143-0/+38
| | | | | | | | distributor and content node.
* | Deduplicate logic for finding cluster vcpuBjørn Christian Seime2020-09-143-25/+16
| |
* | Change feature flag to no longer control the default threadpoolBjørn Christian Seime2020-09-144-101/+5
| |
* | Setup separate threadpool for search handler in modelBjørn Christian Seime2020-09-143-6/+90
| |
* | Move search handler component definition to separate classBjørn Christian Seime2020-09-144-25/+38
| |
* | Simplify container threadpool component definitionBjørn Christian Seime2020-09-144-134/+84
|/
* Merge pull request #14370 from ↵Harald Musum2020-09-1129-4/+4
|\ | | | | | | | | vespa-engine/hmusum/move-config-definitions-to-use-full-name-in-filename Use full name in config definition file names
| * Fix file namesHarald Musum2020-09-101-1/+1
| |
| * Use full name in config definition file namesHarald Musum2020-09-1028-3/+3
| |
* | set env variable in the config modelHåvard Pettersen2020-09-103-6/+20
|/
* Revert "Revert "Remove deprecated methods and unnecessary compatibility ↵Harald Musum2020-09-101-6/+0
| | | | code" MERGEOK"
* Revert "Remove deprecated methods and unnecessary compatibility code"Jon Marius Venstad2020-09-091-0/+6
|
* Add back flavor(), used by config-model (and remove usage)Harald Musum2020-09-091-6/+0
|
* Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-072-9/+10
|
* Revert "Use separate non-public config definition for ContainerThreadPool"Bjørn Christian Seime2020-09-072-10/+9
|
* Merge pull request #14299 from vespa-engine/arnej/add-hamming-distance-metricGeir Storli2020-09-071-1/+1
|\ | | | | add "Hamming" distance metric for ANN
| * add "Hamming" distance metric for ANNArne Juul2020-09-041-1/+1
| |
* | Merge pull request #14310 from ↵Bjørn Christian Seime2020-09-072-9/+10
|\ \ | | | | | | | | | | | | vespa-engine/bjorncs/separate-config-def-container-thread-pool Use separate non-public config definition for ContainerThreadPool
| * | Use separate non-public config definition for ContainerThreadPoolBjørn Christian Seime2020-09-072-9/+10
| | |
* | | Merge pull request #14154 from ↵Leandro Alves2020-09-071-1/+2
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/yngveaasheim/capture-feeding-blocked-better Capture feeding blocked better
| * | Capture feeding blocked betterYngve Aasheim2020-08-251-1/+2
| | |
* | | Merge pull request #13936 from vespa-engine/bjorncs/jdisc-proxy-protocolBjørn Christian Seime2020-09-073-51/+11
|\ \ \ | |_|/ |/| | Revert "Temporarily disable proxy-protocol for port 4443 in jdisc"
| * | Revert "Temporarily disable proxy-protocol for port 4443 in jdisc"Bjørn Christian Seime2020-07-223-51/+11
| | | | | | | | | | | | This reverts commit a9e5c8b38d4b37862e38a43239720ccdf56470d2.
* | | Merge pull request #14281 from vespa-engine/lesters/tf-via-onnxLester Solbakken2020-09-0446-60893/+227
|\ \ \ | | | | | | | | Import TensorFlow models via ONNX conversion
| * | | Import TensorFlow models via ONNX conversionLester Solbakken2020-09-0446-60893/+227
| | | |
* | | | Fix typo in variable namesBjørn Christian Seime2020-09-041-5/+5
| | | |
* | | | Change feature flag to control both core and max pool sizeBjørn Christian Seime2020-09-032-16/+22
|/ / / | | | | | | | | | | | | Change default multiplier from 1 to 4. Hardcode core pool size to be half of max size.
* | | Merge pull request #14254 from vespa-engine/lesters/onnx-rt-frontend-configLester Solbakken2020-09-0214-2/+369
|\ \ \ | | | | | | | | Add config generation for models evaluated via ONNXRT
| * | | Add test files for onnxModel unit testLester Solbakken2020-09-024-5/+56
| | | |
| * | | Add config generation for models evaluated via ONNXRTLester Solbakken2020-09-0211-2/+318
| | | |
* | | | Use new contants. Remove use of GuavaBjørn Christian Seime2020-09-021-3/+3
|/ / /
* | | Make tag name to binding type logic more resillientBjørn Christian Seime2020-09-021-3/+14
| | |
* | | Ignore response filter chain bindings when constructing access control ↵Bjørn Christian Seime2020-09-024-12/+63
| | | | | | | | | | | | filter chains
* | | allow "attribute: fast-search" for sparse tensorsArne Juul2020-09-012-2/+14
| | |
* | | Define minimum values for core and max pool sizeBjørn Christian Seime2020-08-311-2/+2
| | |
* | | Ensure access control chains does not duplicate bindings from user filter chainsBjørn Christian Seime2020-08-272-2/+49
| | |